This patchset aims to support AVX512 vPMD on ice. --- v4: - Replace buf_physaddr by buf_iova in the 1st patch to eliminate build error.
v3: - Code rebased. v2: - No internal judgement when RTE_MACHINE_CPUFLAG_AVX512F is set in meson.build. - Add RSS hash parsing as default RXDID is set to #22. - Use buf_iova instead of buf_physaddr, as buf_physaddr will be removed. Leyi Rong (3): net/ice: add AVX512 vector path net/ice: add RSS hash parsing in AVX512 path net/ice: optimize Tx path on AVX512 vPMD drivers/net/ice/ice_rxtx.c | 90 ++- drivers/net/ice/ice_rxtx.h | 11 + drivers/net/ice/ice_rxtx_vec_avx512.c | 1018 +++++++++++++++++++++++++ drivers/net/ice/ice_rxtx_vec_common.h | 36 +- drivers/net/ice/meson.build | 11 + 5 files changed, 1141 insertions(+), 25 deletions(-) create mode 100644 drivers/net/ice/ice_rxtx_vec_avx512.c -- 2.17.1