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

21 lines
278 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_pdump_disable;
rte_pdump_disable_by_deviceid;
rte_pdump_enable;
rte_pdump_enable_by_deviceid;
rte_pdump_init;
rte_pdump_uninit;
local: *;
};
2022-09-06 04:00:10 +00:00
EXPERIMENTAL {
global:
rte_pdump_enable_bpf;
rte_pdump_enable_bpf_by_deviceid;
rte_pdump_stats;
};