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

From: tanhuazhong
Date: Wed Sep 02 2020 - 21:26:17 EST




On 2020/9/3 6:43, David Miller wrote:
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.


will add in V2, thanks.

Thank you.

.