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