> Subject: [PATCH v2 09/15] net/ice: use common descriptor creation functions > > Update ice driver to use the descriptor creation functions from common > rather than having it maintain its own copies of them. > > Signed-off-by: Bruce Richardson <[email protected]>
Acked-by: Ciara Loftus <[email protected]> > --- > drivers/net/intel/ice/ice_rxtx_vec_avx2.c | 73 ++------------------- > drivers/net/intel/ice/ice_rxtx_vec_avx512.c | 64 ++---------------- > drivers/net/intel/ice/ice_rxtx_vec_common.h | 59 ----------------- > 3 files changed, 12 insertions(+), 184 deletions(-) >

