aboutsummaryrefslogtreecommitdiffstats
path: root/lib/librte_pdump/rte_pdump_version.map
blob: edec99a4168cf614e7e74e962e6c5655b306964a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DPDK_16.07 {
	global:

	rte_pdump_disable;
	rte_pdump_disable_by_deviceid;
	rte_pdump_enable;
	rte_pdump_enable_by_deviceid;
	rte_pdump_init;
	rte_pdump_set_socket_dir;
	rte_pdump_uninit;

	local: *;
};