dc18be1d8b
The BPF lib was introduced in 18.05. There were no changes in its public API since 19.11. It should be mature enough to remove its 'experimental' tag. RTE_BPF_XTYPE_NUM is also being dropped from rte_bpf_xtype to avoid possible ABI problems in the future. Signed-off-by: Conor Walsh <conor.walsh@intel.com> Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
17 lines
241 B
Plaintext
17 lines
241 B
Plaintext
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;
|
|
rte_bpf_load;
|
|
|
|
local: *;
|
|
};
|