Re: [PATCH net-next v7 3/5] net: gso: restore ids of outer ip headers correctly

From: Willem de Bruijn

Date: Mon Sep 22 2025 - 15:38:34 EST


Richard Gobert wrote:
> Currently, NETIF_F_TSO_MANGLEID indicates that the inner-most ID can
> be mangled. Outer IDs can always be mangled.
>
> Make GSO preserve outer IDs by default, with NETIF_F_TSO_MANGLEID allowing
> both inner and outer IDs to be mangled.
>
> This commit also modifies a few drivers that use SKB_GSO_FIXEDID directly.
>
> Signed-off-by: Richard Gobert <richardbgobert@xxxxxxxxx>
> Reviewed-by: Edward Cree <ecree.xilinx@xxxxxxxxx> # for sfc

Accidentally wrote feedback in v6 instead of v7.
Both question and point still apply.