aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/vhost/rte_pmd_vhost_version.map
blob: 3d44083ffb6291863174a9908ed4ecda5b9aa362 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
DPDK_16.04 {
	global:

	rte_eth_vhost_feature_disable;
	rte_eth_vhost_feature_enable;
	rte_eth_vhost_feature_get;
	rte_eth_vhost_get_queue_event;

	local: *;
};

DPDK_16.11 {
	global:

	rte_eth_vhost_get_vid_from_port_id;
};