Imported Upstream version 16.11
[deb_dpdk.git] / drivers / net / vhost / rte_pmd_vhost_version.map
1 DPDK_16.04 {
2         global:
3
4         rte_eth_vhost_feature_disable;
5         rte_eth_vhost_feature_enable;
6         rte_eth_vhost_feature_get;
7         rte_eth_vhost_get_queue_event;
8
9         local: *;
10 };
11
12 DPDK_16.11 {
13         global:
14
15         rte_eth_vhost_get_vid_from_port_id;
16 };