> Subject: [PATCH 10/13] net/ice: use common AVX Tx functions > > Use the newly created common Tx functions in the vector path. > > Signed-off-by: Bruce Richardson <[email protected]>
Acked-by: Ciara Loftus <[email protected]> > --- > drivers/net/intel/ice/ice_rxtx_vec_avx2.c | 72 +------------- > drivers/net/intel/ice/ice_rxtx_vec_avx512.c | 102 +++----------------- > 2 files changed, 14 insertions(+), 160 deletions(-) >

