igb: add VF support
[dpdk.git] / lib / librte_pmd_e1000 / e1000_ethdev.h
index 6b72647..f7b4989 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_ */