Acked-by: Vladimir Medvedkin <[email protected]>
On 2/9/2026 4:45 PM, Bruce Richardson wrote:
The simple scalar Tx path does not need to use the full sw_entry structure that the full Tx path uses, so rename the flag for "vector_tx" to instead be "use_vec_entry" since its sole purpose is to flag the use of the smaller tx_entry_vec structure. Then set this flag for the simple Tx path, giving us a perf boost. Signed-off-by: Bruce Richardson <[email protected]> --- drivers/net/intel/common/tx.h | 6 ++++-- drivers/net/intel/common/tx_scalar.h | 14 +++++++------- drivers/net/intel/cpfl/cpfl_rxtx.c | 4 ++-- drivers/net/intel/i40e/i40e_rxtx.c | 2 +- drivers/net/intel/iavf/iavf_rxtx_vec_avx2.c | 2 +- drivers/net/intel/ice/ice_rxtx.c | 2 +- drivers/net/intel/idpf/idpf_common_rxtx_avx512.c | 2 +- drivers/net/intel/ixgbe/ixgbe_rxtx_vec_common.c | 2 +- 8 files changed, 18 insertions(+), 16 deletions(-)
<snip> -- Regards, Vladimir

