> -----Original Message----- > From: Xu, Ke1 <ke1...@intel.com> > Sent: Wednesday, May 24, 2023 1:21 PM > To: Zeng, ZhichaoX <zhichaox.z...@intel.com>; dev@dpdk.org > Cc: Zhang, Qi Z <qi.z.zh...@intel.com>; Wu, Jingjing > <jingjing...@intel.com>; Xing, Beilei <beilei.x...@intel.com>; Xu, Ke1 > <ke1...@intel.com> > Subject: RE: [PATCH 4/4] net/iavf: enable UDP fragmentation offload > > > From: Zeng, ZhichaoX <zhichaox.z...@intel.com> > > Sent: Thursday, April 13, 2023 1:35 PM > > To: dev@dpdk.org > > Cc: Zhang, Qi Z <qi.z.zh...@intel.com>; Xu, Ke1 <ke1...@intel.com>; > > Zeng, ZhichaoX <zhichaox.z...@intel.com>; Wu, Jingjing > > <jingjing...@intel.com>; Xing, Beilei <beilei.x...@intel.com> > > 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 <zhichaox.z...@intel.com> > > 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...@intel.com> Acked-by: Qi Zhang <qi.z.zh...@intel.com> Applied to dpdk-next-net-intel. Thanks Qi