> Subject: [PATCH 11/13] net/intel: add common vector Tx fns with context > handling > > The iavf vector driver has support for more Tx offloads because it has > Tx functions which handle transmit context descriptors. Move those > context-handling functions to the common folder for reuse by other > drivers. > > Signed-off-by: Bruce Richardson <[email protected]>
Acked-by: Ciara Loftus <[email protected]> > --- > drivers/net/intel/common/tx_vec_x86.h | 136 ++++++++++++++++++ > drivers/net/intel/iavf/iavf_rxtx_vec_avx2.c | 78 +--------- > drivers/net/intel/iavf/iavf_rxtx_vec_avx512.c | 89 +----------- > 3 files changed, 147 insertions(+), 156 deletions(-) >

