[dpdk-dev] [PATCH v1 0/2] AVX512 vPMD on ice

Leyi Rong leyi.rong at intel.com
Thu Sep 10 08:55:02 CEST 2020


This patchset aims to support AVX512 vPMD on ice.

Has dependency on http://patches.dpdk.org/cover/76096/
which support SIMD bitwidth selection properly.

Leyi Rong (2):
  net/ice: add AVX512 vector path
  net/ice: optimize Tx path on AVX512 vPMD

 drivers/net/ice/ice_rxtx.c            |  88 ++-
 drivers/net/ice/ice_rxtx.h            |  11 +
 drivers/net/ice/ice_rxtx_vec_avx512.c | 927 ++++++++++++++++++++++++++
 drivers/net/ice/ice_rxtx_vec_common.h |  36 +-
 drivers/net/ice/meson.build           |  13 +
 5 files changed, 1050 insertions(+), 25 deletions(-)
 create mode 100644 drivers/net/ice/ice_rxtx_vec_avx512.c

-- 
2.17.1



More information about the dev mailing list