> -----Original Message----- > From: Xu, Ke1 <[email protected]> > Sent: Wednesday, May 24, 2023 1:21 PM > To: Zeng, ZhichaoX <[email protected]>; [email protected] > Cc: Zhang, Qi Z <[email protected]>; Wu, Jingjing > <[email protected]>; Xing, Beilei <[email protected]>; Xu, Ke1 > <[email protected]> > Subject: RE: [PATCH 4/4] net/iavf: enable UDP fragmentation offload > > > From: Zeng, ZhichaoX <[email protected]> > > Sent: Thursday, April 13, 2023 1:35 PM > > To: [email protected] > > Cc: Zhang, Qi Z <[email protected]>; Xu, Ke1 <[email protected]>; > > Zeng, ZhichaoX <[email protected]>; Wu, Jingjing > > <[email protected]>; Xing, Beilei <[email protected]> > > Subject: [PATCH 4/4] net/iavf: enable UDP fragmentation offload > > > > This commit enables transmit segmentation offload for UDP, including > > both non-tunneled and tunneled packets. > > > > The command "tso set <tso_segsz> <port_id>" or "tunnel_tso set > > <tso_segsz> <port_id>" is used to enable UFO. > > > > Signed-off-by: Zhichao Zeng <[email protected]> > > 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 <[email protected]> Acked-by: Qi Zhang <[email protected]> Applied to dpdk-next-net-intel. Thanks Qi

