]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_pmd_e1000/e1000_ethdev.h
igb: add VF support
[dpdk.git] / lib / librte_pmd_e1000 / e1000_ethdev.h
index 6b72647ad7e3b595c9fb0d343a8a82853ec786aa..f7b49892affe226e7dd973963989f607f6478b86 100644 (file)
@@ -113,4 +113,8 @@ uint16_t eth_igb_recv_pkts(struct igb_rx_queue *rxq, struct rte_mbuf **rx_pkts,
 uint16_t eth_igb_recv_scattered_pkts(struct igb_rx_queue *rxq,
                struct rte_mbuf **rx_pkts, uint16_t nb_pkts);
 
+int eth_igbvf_rx_init(struct rte_eth_dev *dev);
+
+void eth_igbvf_tx_init(struct rte_eth_dev *dev);
+
 #endif /* _E1000_ETHDEV_H_ */