Re: [PATCH net-next v3 2/3] net: gro: parse ipv6 ext headers without frag0 invalidation

2024-01-03 Thread Eric Dumazet
On Wed, Jan 3, 2024 at 3:44 PM Richard Gobert wrote: > > The existing code always pulls the IPv6 header and sets the transport > offset initially. Then optionally again pulls any extension headers in > ipv6_gso_pull_exthdrs and sets the transport offset again on return from > that call. skb->data

[PATCH net-next v3 2/3] net: gro: parse ipv6 ext headers without frag0 invalidation

2024-01-03 Thread Richard Gobert
The existing code always pulls the IPv6 header and sets the transport offset initially. Then optionally again pulls any extension headers in ipv6_gso_pull_exthdrs and sets the transport offset again on return from that call. skb->data is set at the start of the first extension header before calling