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

21 lines
278 B
Plaintext

DPDK_22 {
global:
rte_pdump_disable;
rte_pdump_disable_by_deviceid;
rte_pdump_enable;
rte_pdump_enable_by_deviceid;
rte_pdump_init;
rte_pdump_uninit;
local: *;
};
EXPERIMENTAL {
global:
rte_pdump_enable_bpf;
rte_pdump_enable_bpf_by_deviceid;
rte_pdump_stats;
};