aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bus/vdev/rte_bus_vdev_version.map
blob: 590cf9b43764fe93f3287035c6c7747af7d1432a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DPDK_17.11 {
	global:

	rte_vdev_init;
	rte_vdev_register;
	rte_vdev_uninit;
	rte_vdev_unregister;

	local: *;
};

DPDK_18.02 {
	global:

	rte_vdev_add_custom_scan;
	rte_vdev_remove_custom_scan;

} DPDK_17.11;