]> git.droids-corp.org - dpdk.git/blobdiff - lib/bpf/version.map
ipc: end multiprocess thread during cleanup
[dpdk.git] / lib / bpf / version.map
index b75a0034bc28e6fea9d963ff18cde0807d4ac611..3b953f2f459213920fff07b16f359c6d09e34ad1 100644 (file)
@@ -1,4 +1,4 @@
-DPDK_21 {
+DPDK_22 {
        global:
 
        rte_bpf_destroy;
        global:
 
        rte_bpf_destroy;
@@ -14,3 +14,10 @@ DPDK_21 {
 
        local: *;
 };
 
        local: *;
 };
+
+EXPERIMENTAL {
+       global:
+
+       rte_bpf_convert;
+       rte_bpf_dump;
+};