eal/windows: add interrupt thread skeleton
[dpdk.git] / lib / librte_bpf / rte_bpf_version.map
index ff65144..b75a003 100644 (file)
@@ -1,8 +1,12 @@
-EXPERIMENTAL {
+DPDK_21 {
        global:
 
        rte_bpf_destroy;
        rte_bpf_elf_load;
+       rte_bpf_eth_rx_elf_load;
+       rte_bpf_eth_rx_unload;
+       rte_bpf_eth_tx_elf_load;
+       rte_bpf_eth_tx_unload;
        rte_bpf_exec;
        rte_bpf_exec_burst;
        rte_bpf_get_jit;