net/ice: use dynamic log type for Tx/Rx debug
[dpdk.git] / drivers / net / vhost / rte_pmd_vhost_version.map
index 65bf3a8..695db85 100644 (file)
@@ -1,10 +1,13 @@
 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;
+};