DPDK patches and discussions
 help / color / mirror / Atom feed
From: Zhichao Zeng <zhichaox.zeng@intel.com>
To: dev@dpdk.org
Cc: Zhichao Zeng <zhichaox.zeng@intel.com>
Subject: [PATCH 0/4] support UDP fragmentation offload
Date: Thu, 13 Apr 2023 13:33:37 +0800	[thread overview]
Message-ID: <20230413053337.4190536-1-zhichaox.zeng@intel.com> (raw)

This patch set supports UDP fragmentation offload for ice and iavf.

Zhichao Zeng (4):
  net: calculate correct UDP pseudo header for UFO
  app/testpmd: support UFO in checksum engine
  net/ice: enable UDP fragmentation offload
  net/iavf: enable UDP fragmentation offload

 app/test-pmd/csumonly.c      | 17 ++++++++++++-----
 drivers/net/iavf/iavf_rxtx.c |  2 +-
 drivers/net/iavf/iavf_rxtx.h |  2 ++
 drivers/net/ice/ice_rxtx.c   | 15 ++++++++++++---
 lib/net/rte_ip.h             |  4 ++--
 lib/net/rte_net.h            |  5 +++--
 6 files changed, 32 insertions(+), 13 deletions(-)

-- 
2.25.1


             reply	other threads:[~2023-04-13  5:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-13  5:33 Zhichao Zeng [this message]
2023-05-24  3:33 ` Xu, Ke1

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=20230413053337.4190536-1-zhichaox.zeng@intel.com \
    --to=zhichaox.zeng@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).