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

2023-12-26 Thread Willem de Bruijn
Richard Gobert 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-b

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

2023-12-21 Thread Richard Gobert
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 --- net/ipv6/e