]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/ark/ark_ethdev_tx.c
ethdev: introduce generic dummy packet burst function
[dpdk.git] / drivers / net / ark / ark_ethdev_tx.c
index 676e4115d3bf700d370368720170c5aa39953014..abdce6a8cc0d39570cbfb7f682eabd68d3b74aa2 100644 (file)
@@ -105,15 +105,6 @@ eth_ark_tx_desc_fill(struct ark_tx_queue *queue,
 }
 
 
-/* ************************************************************************* */
-uint16_t
-eth_ark_xmit_pkts_noop(void *vtxq __rte_unused,
-                      struct rte_mbuf **tx_pkts __rte_unused,
-                      uint16_t nb_pkts __rte_unused)
-{
-       return 0;
-}
-
 /* ************************************************************************* */
 uint16_t
 eth_ark_xmit_pkts(void *vtxq, struct rte_mbuf **tx_pkts, uint16_t nb_pkts)