With the AVX2 and AVX-512 code paths from iavf and ice consolidated into common folder, we can reuse that code from i40e and reduce our code footprint a bit.
Bruce Richardson (2): net/i40e: use common AVX2 Tx function net/i40e: use common AVX-512 Tx function drivers/net/intel/i40e/i40e_rxtx_vec_avx2.c | 121 +----------------- drivers/net/intel/i40e/i40e_rxtx_vec_avx512.c | 113 +--------------- 2 files changed, 6 insertions(+), 228 deletions(-) -- 2.53.0

