f-stack/dpdk/lib/bpf/version.map

24 lines
303 B
Plaintext
Raw Normal View History

2022-09-06 04:00:10 +00:00
DPDK_22 {
2021-02-05 08:48:47 +00:00
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;
rte_bpf_load;
local: *;
};
2022-09-06 04:00:10 +00:00
EXPERIMENTAL {
global:
rte_bpf_convert;
rte_bpf_dump;
};