On Mon, Apr 11, 2022 at 08:14:57PM +0800, Chengwen Feng wrote: > The Tx drop statistic was designed to collected by > rte_eth_dev_tx_buffer mechanism, but the application uses > rte_eth_tx_burst to send packets and this lead the Tx drop statistic > was not collected. > > This patch removes rte_eth_dev_tx_buffer mechanism to fix the problem. > > Fixes: 632bcd9b5d4f ("examples/ioat: print statistics") > Cc: sta...@dpdk.org > > Signed-off-by: Chengwen Feng <fengcheng...@huawei.com>
Acked-by: Bruce Richardson <bruce.richard...@intel.com>