DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] table: add missing exports
@ 2016-08-01  9:00 Aleksey Katargin
  2016-08-02 11:20 ` Dumitrescu, Cristian
  0 siblings, 1 reply; 3+ messages in thread
From: Aleksey Katargin @ 2016-08-01  9:00 UTC (permalink / raw)
  To: dev

Signed-off-by: Aleksey Katargin <gureedo@gmail.com>
---
 lib/librte_table/rte_table_version.map | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lib/librte_table/rte_table_version.map b/lib/librte_table/rte_table_version.map
index 2138698..459c2da 100644
--- a/lib/librte_table/rte_table_version.map
+++ b/lib/librte_table/rte_table_version.map
@@ -3,6 +3,7 @@ DPDK_2.0 {
 
 	rte_table_acl_ops;
 	rte_table_array_ops;
+	rte_table_hash_ext_dosig_ops;
 	rte_table_hash_ext_ops;
 	rte_table_hash_key8_ext_dosig_ops;
 	rte_table_hash_key8_ext_ops;
@@ -12,6 +13,7 @@ DPDK_2.0 {
 	rte_table_hash_key16_lru_ops;
 	rte_table_hash_key32_ext_ops;
 	rte_table_hash_key32_lru_ops;
+	rte_table_hash_lru_dosig_ops;
 	rte_table_hash_lru_ops;
 	rte_table_lpm_ipv6_ops;
 	rte_table_lpm_ops;
@@ -24,5 +26,6 @@ DPDK_2.2 {
 	global:
 
 	rte_table_hash_key16_ext_dosig_ops;
+	rte_table_hash_key16_lru_dosig_ops;
 
 } DPDK_2.0;
-- 
2.1.4

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-08-22 20:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-01  9:00 [dpdk-dev] [PATCH] table: add missing exports Aleksey Katargin
2016-08-02 11:20 ` Dumitrescu, Cristian
2016-08-22 20:43   ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).