Re: [PATCH net-next v2 1/3] net: gso: add HBH extension header offload support

From: Eric Dumazet
Date: Tue Jan 02 2024 - 12:18:07 EST


On Tue, Jan 2, 2024 at 2:21 PM Richard Gobert <richardbgobert@xxxxxxxxx> wrote:
>
> This commit adds net_offload to IPv6 Hop-by-Hop extension headers (as it
> is done for routing and dstopts) since it is supported in GSO and GRO.
> This allows to remove specific HBH conditionals in GSO and GRO when
> pulling and parsing an incoming packet.
>
> Signed-off-by: Richard Gobert <richardbgobert@xxxxxxxxx>
> Reviewed-by: Willem de Bruijn <willemb@xxxxxxxxxx>

Reviewed-by: Eric Dumazet <edumazet@xxxxxxxxxx>