common/octeontx2: fix memory mapping API usage
[dpdk.git] / lib / librte_lpm / rte_lpm_version.map
index 604ed41..b4d437c 100644 (file)
@@ -1,35 +1,29 @@
-DPDK_2.0 {
+DPDK_21 {
        global:
 
+       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;
-
-       local: *;
-};
-
-DPDK_16.04 {
-       global:
-
+       rte_lpm6_is_rule_present;
+       rte_lpm6_lookup;
+       rte_lpm6_lookup_bulk_func;
        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;
+       rte_lpm_find_existing;
+       rte_lpm_free;
+       rte_lpm_is_rule_present;
 
-} DPDK_2.0;
+       local: *;
+};
 
-DPDK_17.05 {
+EXPERIMENTAL {
        global:
 
-       rte_lpm6_add;
-       rte_lpm6_is_rule_present;
-       rte_lpm6_lookup;
-       rte_lpm6_lookup_bulk_func;
-
-} DPDK_16.04;
+       rte_lpm_rcu_qsbr_add;
+};