DPDK patches and discussions
 help / color / mirror / Atom feed
From: Wenzhuo Lu <wenzhuo.lu@intel.com>
To: dev@dpdk.org
Cc: Wenzhuo Lu <wenzhuo.lu@intel.com>
Subject: [PATCH 0/2] add offload path on iavf AVX2
Date: Tue, 18 Apr 2023 13:11:04 +0800	[thread overview]
Message-ID: <1681794666-68144-1-git-send-email-wenzhuo.lu@intel.com> (raw)

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


             reply	other threads:[~2023-04-18  5:43 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-18  5:11 Wenzhuo Lu [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1681794666-68144-1-git-send-email-wenzhuo.lu@intel.com \
    --to=wenzhuo.lu@intel.com \
    --cc=dev@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).