Re: [PATCH net-next 1/2] IPv6/GRO: generic helper to remove temporary HBH/jumbo header in driver

From: Jakub Kicinski
Date: Tue Nov 22 2022 - 15:30:46 EST


On Tue, 22 Nov 2022 11:32:38 -0800 Coco Li wrote:
> IPv6/TCP and GRO stacks can build big TCP packets with an added
> temporary Hop By Hop header.
>
> Is GSO is not involved, then the temporary header needs to be removed in
> the driver. This patch provides a generic helper for drivers that need
> to modify their headers in place.

you need to cc: netdev