From: Wenzhuo Lu <wenzhuo.lu@intel.com>
To: dev@dpdk.org
Cc: Wenzhuo Lu <wenzhuo.lu@intel.com>
Subject: [dpdk-dev] [PATCH v3 0/2] add Rx/Tx offload paths for ICE AVX2
Date: Tue, 29 Jun 2021 10:29:19 +0800 [thread overview]
Message-ID: <1624933761-20884-1-git-send-email-wenzhuo.lu@intel.com> (raw)
In-Reply-To: <1622600462-39088-1-git-send-email-wenzhuo.lu@intel.com>
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.
v2:
- fdir should be supported by offload and normal path.
v3:
- rebased on the newest code.
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 | 87 +++++---
drivers/net/ice/ice_rxtx.h | 7 +
drivers/net/ice/ice_rxtx_vec_avx2.c | 350 +++++++++++++++++++--------------
4 files changed, 282 insertions(+), 168 deletions(-)
--
1.8.3.1
next prev parent reply other threads:[~2021-06-29 2:29 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-02 2:21 [dpdk-dev] [PATCH " Wenzhuo Lu
2021-06-02 2:21 ` [dpdk-dev] [PATCH 1/2] net/ice: add Tx AVX2 offload path Wenzhuo Lu
2021-06-02 2:21 ` [dpdk-dev] [PATCH 2/2] net/ice: add Rx " Wenzhuo Lu
2021-06-28 7:53 ` [dpdk-dev] [PATCH v2 0/2] add Rx/Tx offload paths for ICE AVX2 Wenzhuo Lu
2021-06-28 7:53 ` [dpdk-dev] [PATCH v2 1/2] net/ice: add Tx AVX2 offload path Wenzhuo Lu
2021-06-28 7:53 ` [dpdk-dev] [PATCH v2 2/2] net/ice: add Rx " Wenzhuo Lu
2021-06-29 2:29 ` Wenzhuo Lu [this message]
2021-06-29 2:29 ` [dpdk-dev] [PATCH v3 1/2] net/ice: add Tx " Wenzhuo Lu
2021-06-29 2:29 ` [dpdk-dev] [PATCH v3 2/2] net/ice: add Rx " Wenzhuo Lu
2021-07-02 8:03 ` [dpdk-dev] [PATCH v3 0/2] add Rx/Tx offload paths for ICE AVX2 Rong, Leyi
2021-07-06 2:57 ` Zhang, Qi Z
2021-07-06 18:39 ` Thomas Monjalon
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=1624933761-20884-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).