On Tue, Jan 2, 2024 at 2:21 PM Richard Gobert richardbgobert@gmail.com 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@gmail.com Reviewed-by: Willem de Bruijn willemb@google.com
Reviewed-by: Eric Dumazet edumazet@google.com