Acked-by: Vladimir Medvedkin <[email protected]>
On 2/9/2026 4:45 PM, Bruce Richardson wrote:
Since the simple scalar path now uses the vector Tx entry struct, we can leverage the vector mbuf cleanup function from that path and avoid having a separate cleanup function for it. Signed-off-by: Bruce Richardson <[email protected]> --- drivers/net/intel/common/tx_scalar.h | 74 ++++++---------------------- drivers/net/intel/i40e/i40e_rxtx.c | 2 +- drivers/net/intel/ice/ice_rxtx.c | 2 +- 3 files changed, 17 insertions(+), 61 deletions(-)
<snip> -- Regards, Vladimir

