DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 0/2] add offload path on iavf AVX2
@ 2023-04-18  5:11 Wenzhuo Lu
  2023-04-18  5:11 ` [PATCH 1/2] net/iavf: add Tx AVX2 offload path Wenzhuo Lu
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Wenzhuo Lu @ 2023-04-18  5:11 UTC (permalink / raw)
  To: dev; +Cc: Wenzhuo Lu

Add a specific path for RX/TX AVX2.
In this path, support the HW offload features, like,
checksum, VLAN stripping, RSS hash.
These offload features are removed from the original
path to make that path faster in case no HW feature
needed.

*** BLURB HERE ***

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

 drivers/net/iavf/iavf_rxtx.c          | 145 ++++--
 drivers/net/iavf/iavf_rxtx.h          |  13 +
 drivers/net/iavf/iavf_rxtx_vec_avx2.c | 634 +++++++++++++++-----------
 3 files changed, 478 insertions(+), 314 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2023-05-26  1:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-18  5:11 [PATCH 0/2] add offload path on iavf AVX2 Wenzhuo Lu
2023-04-18  5:11 ` [PATCH 1/2] net/iavf: add Tx AVX2 offload path Wenzhuo Lu
2023-04-18  5:11 ` [PATCH 2/2] net/iavf: add Rx " Wenzhuo Lu
2023-05-26  1:18 ` [PATCH 0/2] add offload path on iavf AVX2 Zhang, Qi Z

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).