Re: [RFC net-next] udp: add a GSO type for UDPv6

From: David Miller
Date: Wed Sep 02 2020 - 18:43:48 EST


From: Huazhong Tan <tanhuazhong@xxxxxxxxxx>
Date: Wed, 2 Sep 2020 20:15:11 +0800

> In some cases, for UDP GSO, UDPv4 and UDPv6 need to be handled
> separately, for example, checksum offload, so add new GSO type
> SKB_GSO_UDPV6_L4 for UDPv6, and the old SKB_GSO_UDP_L4 stands
> for UDPv4.
>
> Signed-off-by: Huazhong Tan <tanhuazhong@xxxxxxxxxx>

Please submit this alongside something that needs to use it.

Thank you.