Re: [PATCH net-next 0/9] Remove skb_mac_header() dependency in DSA xmit path

From: Eric Dumazet
Date: Thu Mar 23 2023 - 12:24:46 EST


On Wed, Mar 22, 2023 at 4:38 PM Vladimir Oltean <vladimir.oltean@xxxxxxx> wrote:
>
> Eric started working on removing skb_mac_header() assumptions from the
> networking xmit path, and I offered to help for DSA:
> https://lore.kernel.org/netdev/20230321164519.1286357-1-edumazet@xxxxxxxxxx/
>
> The majority of this patch set is a straightforward replacement of
> skb_mac_header() with skb->data (hidden either behind skb_eth_hdr(), or
> behind skb_vlan_eth_hdr()). The only patch which is more "interesting"
> is 9/9.
>

SGTM, thanks a lot !

For the whole series :

Reviewed-by: Eric Dumazet <edumazet@xxxxxxxxxx>