On 1/13/2020 9:57 AM, Chenxu Di wrote:
Add support to the ixgbe driver for the API rte_eth_tx_done_cleanup
to force free consumed buffers on Tx ring.
Signed-off-by: Chenxu Di <redacted>
<...>
quoted hunk ↗ jump to hunk
@@ -253,7 +253,6 @@ struct ixgbe_txq_ops {
IXGBE_ADVTXD_DCMD_DEXT |\
IXGBE_ADVTXD_DCMD_EOP)
-
/* Takes an ethdev and a queue and sets up the tx function to be used based on
* the queue parameters. Used in tx_queue_setup by primary process and then
* in dev_init by secondary process when attaching to an existing ethdev.
Also this change has been removed in next-net, it is irrelevantt to the pathch.