mbox series

[0/2] add Rx/Tx offload paths for ICE AVX2

Message ID 1622600462-39088-1-git-send-email-wenzhuo.lu@intel.com (mailing list archive)
Headers
Series add Rx/Tx offload paths for ICE AVX2 |

Message

Wenzhuo Lu June 2, 2021, 2:21 a.m. UTC
  Add specific paths for RX/TX AVX2, called offload paths.
In these paths, support the HW offload features, like, checksum, VLAN, RSS offload.
These paths are chosen automatically according to the configuration.

Wenzhuo Lu (2):
  net/ice: add Tx AVX2 offload path
  net/ice: add Rx AVX2 offload path

 doc/guides/rel_notes/release_21_08.rst |   6 +
 drivers/net/ice/ice_rxtx.c             |  86 +++++--
 drivers/net/ice/ice_rxtx.h             |   7 +
 drivers/net/ice/ice_rxtx_vec_avx2.c    | 402 +++++++++++++++++++--------------
 4 files changed, 307 insertions(+), 194 deletions(-)