Add support to the drivers inclulding i40e, ice, ixgbe and igb vf for the API rte_eth_tx_done_cleanup to force free consumed buffers on Tx ring.
--- v9: removed function pointer in ixgbe. changed function to static. v8: deleted function pointer by using other way. v7: changed the design of code, reuse exist function. Chenxu Di (4): net/i40e: cleanup Tx buffers net/ice: cleanup Tx buffers net/ixgbe: cleanup Tx buffers net/e1000: cleanup Tx buffers drivers/net/e1000/igb_ethdev.c | 1 + drivers/net/i40e/i40e_ethdev.c | 1 + drivers/net/i40e/i40e_ethdev_vf.c | 1 + drivers/net/i40e/i40e_rxtx.c | 107 ++++++++++++++++++++++++++++ drivers/net/i40e/i40e_rxtx.h | 1 + drivers/net/ice/ice_ethdev.c | 1 + drivers/net/ice/ice_rxtx.c | 111 ++++++++++++++++++++++++++++++ drivers/net/ice/ice_rxtx.h | 2 + drivers/net/ixgbe/ixgbe_ethdev.c | 2 + drivers/net/ixgbe/ixgbe_rxtx.c | 109 +++++++++++++++++++++++++++++ drivers/net/ixgbe/ixgbe_rxtx.h | 2 +- 11 files changed, 337 insertions(+), 1 deletion(-) -- 2.17.1