test mbuf attach
[dpdk.git] / lib / librte_lpm / rte_lpm_version.map
index 70e1c05..bfccd7e 100644 (file)
@@ -1,13 +1,6 @@
-DPDK_2.0 {
+DPDK_20.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;
@@ -18,6 +11,19 @@ DPDK_2.0 {
        rte_lpm6_is_rule_present;
        rte_lpm6_lookup;
        rte_lpm6_lookup_bulk_func;
+       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;
 
        local: *;
 };
+
+EXPERIMENTAL {
+       global:
+
+       rte_lpm_rcu_qsbr_add;
+};