> 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]>

> ---
>  drivers/net/iavf/iavf_rxtx.c | 2 +-
>  drivers/net/iavf/iavf_rxtx.h | 2 ++
>  2 files changed, 3 insertions(+), 1 deletion(-)
> 

Reply via email to