On Fri, Mar 11, 2022 at 8:24 AM Alexander H Duyck
[off-list ref] wrote:
On Wed, 2022-03-09 at 21:46 -0800, Eric Dumazet wrote:
quoted
From: Eric Dumazet <edumazet@google.com>
Following patch will add GRO_IPV6_MAX_SIZE, allowing gro to build
BIG TCP ipv6 packets (bigger than 64K).
This looks like it belongs in the next patch, not this one. This patch
is adding the HBH header.
What do you mean by "it belongs" ?
Do you want me to squash the patches, or remove the first sentence ?
I am confused.
quoted
This patch changes ipv6_gro_complete() to insert a HBH/jumbo header
so that resulting packet can go through IPv6/TCP stacks.