numam-dpdk/drivers/net/vhost/rte_pmd_vhost_version.map
Yuanhan Liu da6b89c88c net/vhost: remove feature related APIs
The rte_eth_vhost_feature_disable/enable/get APIs are just a wrapper of
rte_vhost_feature_disable/enable/get. However, the later are going to
be refactored; it's going to take an extra parameter (socket_file path),
to let it be per-device.

Instead of changing those vhost-pmd APIs to adapt to the new vhost APIs,
we could simply remove them, and let vdev to serve this purpose. After
all, vdev options is better for disabling/enabling some features.

Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>
Acked-by: Maxime Coquelin <maxime.coquelin@redhat.com>
2017-04-01 10:40:13 +02:00

14 lines
134 B
Plaintext

DPDK_16.04 {
global:
rte_eth_vhost_get_queue_event;
local: *;
};
DPDK_16.11 {
global:
rte_eth_vhost_get_vid_from_port_id;
};