]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/vhost/rte_eth_vhost.h
net/vhost: retrieve vid for a given port
[dpdk.git] / drivers / net / vhost / rte_eth_vhost.h
index ff5d877b148de9b8cd1d8b4a001724cf69bf2089..7c98b1ae0fc0a42a2f91f1c7d81997f1dcd38cfc 100644 (file)
@@ -102,6 +102,15 @@ struct rte_eth_vhost_queue_event {
 int rte_eth_vhost_get_queue_event(uint8_t port_id,
                struct rte_eth_vhost_queue_event *event);
 
+/**
+ * Get the 'vid' value associated with the specified port.
+ *
+ * @return
+ *  - On success, the 'vid' associated with 'port_id'.
+ *  - On failure, a negative value.
+ */
+int rte_eth_vhost_get_vid_from_port_id(uint8_t port_id);
+
 #ifdef __cplusplus
 }
 #endif