From: xuan.ding@intel.com
To: xiaoyun.li@intel.com, aman.deep.singh@intel.com,
yuying.zhang@intel.com, qi.z.zhang@intel.com,
qiming.yang@intel.com
Cc: dev@dpdk.org, ping.yu@intel.com, Xuan Ding <xuan.ding@intel.com>
Subject: [RFC 0/2] net/ice: support header split in Rx data path
Date: Thu, 3 Mar 2022 06:38:39 +0000 [thread overview]
Message-ID: <20220303063841.48763-1-xuan.ding@intel.com> (raw)
From: Xuan Ding <xuan.ding@intel.com>
Header split is useful in some scenarios, such as GPU acceleration.
The spliting will help to enable true zero copy and hence improve
the performance significantly.
This patchset enables header split in normal Rx data paths. When
Rx queue is configured with header split feature with testpmd,
packets received will be directly splited into two different
mempools.
Xuan Ding (2):
app/testpmd: add header split configuration
net/ice: support header split in Rx data path
app/test-pmd/cmdline.c | 85 +++++++++++
app/test-pmd/testpmd.c | 6 +-
app/test-pmd/testpmd.h | 2 +
drivers/net/ice/ice_ethdev.c | 5 +-
drivers/net/ice/ice_rxtx.c | 211 ++++++++++++++++++++++----
drivers/net/ice/ice_rxtx.h | 15 ++
drivers/net/ice/ice_rxtx_vec_common.h | 3 +
7 files changed, 295 insertions(+), 32 deletions(-)
--
2.17.1
next reply other threads:[~2022-03-03 6:40 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-03 6:38 xuan.ding [this message]
2022-03-03 6:38 ` [RFC 1/2] app/testpmd: add header split configuration xuan.ding
2022-03-03 6:38 ` [RFC 2/2] net/ice: support header split in Rx data path xuan.ding
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=20220303063841.48763-1-xuan.ding@intel.com \
--to=xuan.ding@intel.com \
--cc=aman.deep.singh@intel.com \
--cc=dev@dpdk.org \
--cc=ping.yu@intel.com \
--cc=qi.z.zhang@intel.com \
--cc=qiming.yang@intel.com \
--cc=xiaoyun.li@intel.com \
--cc=yuying.zhang@intel.com \
/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).