RE: [PATCH 3/4] net/ice: enable UDP fragmentation offload

2023-06-06 Thread Zhang, Qi Z
> -Original Message- > From: Zeng, ZhichaoX > Sent: Thursday, April 13, 2023 1:35 PM > To: dev@dpdk.org > Cc: Zhang, Qi Z ; Xu, Ke1 ; Zeng, > ZhichaoX ; Yang, Qiming > Subject: [PATCH 3/4] net/ice: enable UDP fragmentation offload > > This commit enables tr

[PATCH 3/4] net/ice: enable UDP fragmentation offload

2023-04-12 Thread Zhichao Zeng
This commit enables transmit segmentation offload for UDP, including both non-tunneled and tunneled packets. The command "tso set " or "tunnel_tso set " is used to enable UFO. Signed-off-by: Zhichao Zeng --- drivers/net/ice/ice_rxtx.c | 15 --- 1 file changed, 12 insertions(+), 3