RE: [PATCH 0/4] support UDP fragmentation offload

2023-05-23 Thread Xu, Ke1
> From: Zhichao Zeng > Sent: Thursday, April 13, 2023 1:34 PM > To: dev@dpdk.org > Cc: Zeng, ZhichaoX > Subject: [PATCH 0/4] support UDP fragmentation offload > > This patch set supports UDP fragmentation offload for ice and iavf. > > Zhichao Zeng (4): > net

[PATCH 0/4] support UDP fragmentation offload

2023-04-12 Thread 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