[dpdk-dev,v3,17/18] librte_table: map file updates

Message ID 1508339034-171115-18-git-send-email-cristian.dumitrescu@intel.com (mailing list archive)
State Superseded, archived
Headers

Checks

Context Check Description
ci/checkpatch warning coding style issues

Commit Message

Cristian Dumitrescu Oct. 18, 2017, 3:03 p.m. UTC
  Updated map file to current API. Several API items were removed,
so not using inheritance.

Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
---
 lib/librte_table/rte_table_version.map | 23 ++++++++++++++++++++++-
 1 file changed, 22 insertions(+), 1 deletion(-)
 mode change 100644 => 100755 lib/librte_table/rte_table_version.map
  

Patch

diff --git a/lib/librte_table/rte_table_version.map b/lib/librte_table/rte_table_version.map
old mode 100644
new mode 100755
index e1eaa27..f03fc3f
--- a/lib/librte_table/rte_table_version.map
+++ b/lib/librte_table/rte_table_version.map
@@ -28,7 +28,7 @@  DPDK_2.2 {
 	rte_table_hash_key16_ext_dosig_ops;
 	rte_table_hash_key16_lru_dosig_ops;
 
-};
+} DPDK_2.0;
 
 DPDK_16.07 {
        global:
@@ -36,3 +36,24 @@  DPDK_16.07 {
        rte_table_hash_cuckoo_dosig_ops;
 
 } DPDK_2.0;
+
+DPDK_17.11 {
+	global:
+
+	rte_table_acl_ops;
+	rte_table_array_ops;
+	rte_table_hash_ext_ops;
+	rte_table_hash_key8_ext_ops;
+	rte_table_hash_key16_ext_ops;
+	rte_table_hash_key32_ext_ops;
+	rte_table_hash_lru_ops;
+	rte_table_hash_key8_lru_ops;
+	rte_table_hash_key16_lru_ops;
+	rte_table_hash_key32_lru_ops;
+	rte_table_hash_cuckoo_ops;
+	rte_table_lpm_ipv6_ops;
+	rte_table_lpm_ops;
+	rte_table_stub_ops;
+
+	local: *;
+};