> -----Original Message----- > 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>; Yang, Qiming <qiming.y...@intel.com> > Subject: [PATCH 3/4] net/ice: 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> Acked-by: Qi Zhang <qi.z.zh...@intel.com> Applied to dpdk-next-net-intel. Thanks Qi