[dpdk-dev] [PATCH 0/2] add alternative AVX512 offload path

Leyi Rong leyi.rong at intel.com
Wed Mar 17 10:14:07 CET 2021


Add alternative Rx/Tx offload path for AVX512, which can support Rx/Tx
offload features, like checksum/vlan/RSS/QinQ offload.

Leyi Rong (2):
  net/ice: add Tx AVX512 offload path
  net/ice: add Rx AVX512 offload path

 drivers/net/ice/ice_rxtx.c            |  73 ++-
 drivers/net/ice/ice_rxtx.h            |  10 +
 drivers/net/ice/ice_rxtx_vec_avx2.c   |   2 +-
 drivers/net/ice/ice_rxtx_vec_avx512.c | 653 ++++++++++++++++++++++++++
 drivers/net/ice/ice_rxtx_vec_common.h | 127 ++++-
 drivers/net/ice/ice_rxtx_vec_sse.c    |   2 +-
 6 files changed, 825 insertions(+), 42 deletions(-)

-- 
2.17.1



More information about the dev mailing list