Message ID | 20230420225601.2358327-1-vladimir.oltean@nxp.com (mailing list archive) |
---|---|
Headers | show |
Series | Remove skb_mac_header() dependency in DSA xmit path | expand |
Hello: This series was applied to netdev/net-next.git (main) by David S. Miller <davem@davemloft.net>: On Fri, 21 Apr 2023 01:55:52 +0300 you 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@google.com/ > > 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. > > [...] Here is the summary with links: - [v2,net-next,1/9] net: vlan: don't adjust MAC header in __vlan_insert_inner_tag() unless set https://git.kernel.org/netdev/net-next/c/f90615ada0b1 - [v2,net-next,2/9] net: vlan: introduce skb_vlan_eth_hdr() https://git.kernel.org/netdev/net-next/c/1f5020acb33f - [v2,net-next,3/9] net: dpaa: avoid one skb_reset_mac_header() in dpaa_enable_tx_csum() https://git.kernel.org/netdev/net-next/c/e2fdfd711912 - [v2,net-next,4/9] net: dsa: tag_ocelot: do not rely on skb_mac_header() for VLAN xmit https://git.kernel.org/netdev/net-next/c/eabb1494c9f2 - [v2,net-next,5/9] net: dsa: tag_ksz: do not rely on skb_mac_header() in TX paths https://git.kernel.org/netdev/net-next/c/499b2491d550 - [v2,net-next,6/9] net: dsa: tag_sja1105: don't rely on skb_mac_header() in TX paths https://git.kernel.org/netdev/net-next/c/f9346f00b5af - [v2,net-next,7/9] net: dsa: tag_sja1105: replace skb_mac_header() with vlan_eth_hdr() https://git.kernel.org/netdev/net-next/c/b5653b157e55 - [v2,net-next,8/9] net: dsa: update TX path comments to not mention skb_mac_header() https://git.kernel.org/netdev/net-next/c/f0a9d563064c - [v2,net-next,9/9] net: dsa: tag_ocelot: call only the relevant portion of __skb_vlan_pop() on TX https://git.kernel.org/netdev/net-next/c/0bcf2e4aca6c You are awesome, thank you!