DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH v2 0/2] add alternative AVX512 offload path
@ 2021-03-31  9:50 Leyi Rong
  2021-03-31  9:50 ` [dpdk-dev] [PATCH v2 1/2] net/ice: add Tx " Leyi Rong
  2021-03-31  9:50 ` [dpdk-dev] [PATCH v2 2/2] net/ice: add Rx " Leyi Rong
  0 siblings, 2 replies; 3+ messages in thread
From: Leyi Rong @ 2021-03-31  9:50 UTC (permalink / raw)
  To: qi.z.zhang, wenzhuo.lu; +Cc: bruce.richardson, harry.van.haaren, dev, Leyi Rong

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

---
v2:
- add "do_offload" parameter to according functions for reducing code
  duplication.

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 | 403 +++++++++++++++++---------
 drivers/net/ice/ice_rxtx_vec_common.h | 129 +++++++--
 drivers/net/ice/ice_rxtx_vec_sse.c    |   2 +-
 6 files changed, 443 insertions(+), 176 deletions(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-03-31 10:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-31  9:50 [dpdk-dev] [PATCH v2 0/2] add alternative AVX512 offload path Leyi Rong
2021-03-31  9:50 ` [dpdk-dev] [PATCH v2 1/2] net/ice: add Tx " Leyi Rong
2021-03-31  9:50 ` [dpdk-dev] [PATCH v2 2/2] net/ice: add Rx " Leyi Rong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).