mbox

[0/2] add alternative AVX512 offload path

Message ID 20210317091409.11725-1-leyi.rong@intel.com (mailing list archive)
Headers

Message

Leyi Rong March 17, 2021, 9:14 a.m. UTC
  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(-)