summaryrefslogtreecommitdiff
path: root/lib/pdump/version.map
blob: 6eea4c15308d11547db919af82aedb45b6fbf65c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DPDK_25 {
	global:

	rte_pdump_disable;
	rte_pdump_disable_by_deviceid;
	rte_pdump_enable;
	rte_pdump_enable_bpf;
	rte_pdump_enable_bpf_by_deviceid;
	rte_pdump_enable_by_deviceid;
	rte_pdump_init;
	rte_pdump_stats;
	rte_pdump_uninit;

	local: *;
};