]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/enic/enic.h
net/enic: add the simple version of Tx handler
[dpdk.git] / drivers / net / enic / enic.h
index af790fc2ecff8ef04c25e8f56aed0433ad94d0ae..a40ea790e70d3d882ae65c73e4672fa853b2d592 100644 (file)
@@ -318,6 +318,8 @@ uint16_t enic_dummy_recv_pkts(void *rx_queue,
                              uint16_t nb_pkts);
 uint16_t enic_xmit_pkts(void *tx_queue, struct rte_mbuf **tx_pkts,
                        uint16_t nb_pkts);
+uint16_t enic_simple_xmit_pkts(void *tx_queue, struct rte_mbuf **tx_pkts,
+                              uint16_t nb_pkts);
 uint16_t enic_prep_pkts(void *tx_queue, struct rte_mbuf **tx_pkts,
                        uint16_t nb_pkts);
 int enic_set_mtu(struct enic *enic, uint16_t new_mtu);