Imported Upstream version 16.04
[deb_dpdk.git] / lib / librte_lpm / rte_lpm_version.map
diff --git a/lib/librte_lpm/rte_lpm_version.map b/lib/librte_lpm/rte_lpm_version.map
new file mode 100644 (file)
index 0000000..239b371
--- /dev/null
@@ -0,0 +1,36 @@
+DPDK_2.0 {
+       global:
+
+       rte_lpm_add;
+       rte_lpm_create;
+       rte_lpm_delete;
+       rte_lpm_delete_all;
+       rte_lpm_find_existing;
+       rte_lpm_free;
+       rte_lpm_is_rule_present;
+       rte_lpm6_add;
+       rte_lpm6_create;
+       rte_lpm6_delete;
+       rte_lpm6_delete_all;
+       rte_lpm6_delete_bulk_func;
+       rte_lpm6_find_existing;
+       rte_lpm6_free;
+       rte_lpm6_is_rule_present;
+       rte_lpm6_lookup;
+       rte_lpm6_lookup_bulk_func;
+
+       local: *;
+};
+
+DPDK_16.04 {
+       global:
+
+       rte_lpm_add;
+       rte_lpm_find_existing;
+       rte_lpm_create;
+       rte_lpm_free;
+       rte_lpm_is_rule_present;
+       rte_lpm_delete;
+       rte_lpm_delete_all;
+
+} DPDK_2.0;