]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/spdk/dpdk/lib/librte_lpm/rte_lpm_version.map
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / spdk / dpdk / lib / librte_lpm / rte_lpm_version.map
index 90beac853d2e0aedf2f7650d602add5959e9e86d..500f58b8065dfe8c52e5aa6e2a5c8ffea4255601 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,29 +11,13 @@ DPDK_2.0 {
        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;
+       rte_lpm_find_existing;
+       rte_lpm_free;
+       rte_lpm_is_rule_present;
 
-} DPDK_2.0;
-
-DPDK_17.05 {
-       global:
-
-       rte_lpm6_add;
-       rte_lpm6_is_rule_present;
-       rte_lpm6_lookup;
-       rte_lpm6_lookup_bulk_func;
-
-} DPDK_16.04;
+       local: *;
+};