DPDK patches and discussions
 help / color / mirror / Atom feed
* [RFC 0/2] net/ice: support header split in Rx data path
@ 2022-03-03  6:38 xuan.ding
  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
  0 siblings, 2 replies; 3+ messages in thread
From: xuan.ding @ 2022-03-03  6:38 UTC (permalink / raw)
  To: xiaoyun.li, aman.deep.singh, yuying.zhang, qi.z.zhang, qiming.yang
  Cc: dev, ping.yu, Xuan Ding

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


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

end of thread, other threads:[~2022-03-03  6:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-03  6:38 [RFC 0/2] net/ice: support header split in Rx data path xuan.ding
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

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