* [PATCH 0/4] support UDP fragmentation offload
@ 2023-04-13 5:33 Zhichao Zeng
2023-05-24 3:33 ` Xu, Ke1
0 siblings, 1 reply; 2+ messages in thread
From: Zhichao Zeng @ 2023-04-13 5:33 UTC (permalink / raw)
To: dev; +Cc: Zhichao Zeng
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* RE: [PATCH 0/4] support UDP fragmentation offload
2023-04-13 5:33 [PATCH 0/4] support UDP fragmentation offload Zhichao Zeng
@ 2023-05-24 3:33 ` Xu, Ke1
0 siblings, 0 replies; 2+ messages in thread
From: Xu, Ke1 @ 2023-05-24 3:33 UTC (permalink / raw)
To: Zeng, ZhichaoX, dev; +Cc: Zeng, ZhichaoX, Xu, Ke1
> From: Zhichao Zeng <zhichaox.zeng@intel.com>
> Sent: Thursday, April 13, 2023 1:34 PM
> To: dev@dpdk.org
> Cc: Zeng, ZhichaoX <zhichaox.zeng@intel.com>
> Subject: [PATCH 0/4] support UDP fragmentation offload
>
> 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
>
Verified and Passed.
Two extra issues exists found blocking very limited part of validation.
1. On QEMU DCF not able to enable rx_vxlan.
2. IPv6 Tunneled UDP packets triggers MDD event.
Tested-by: Ke Xu <ke1.xu@intel.com>
> 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-05-24 3:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-13 5:33 [PATCH 0/4] support UDP fragmentation offload Zhichao Zeng
2023-05-24 3:33 ` Xu, Ke1
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).