From: patchwork-bot+netdevbpf@kernel.org
To: Vladimir Oltean <vladimir.oltean@nxp.com>
Cc: netdev@vger.kernel.org, davem@davemloft.net, edumazet@google.com,
kuba@kernel.org, pabeni@redhat.com, andrew@lunn.ch,
f.fainelli@gmail.com, linux-kernel@vger.kernel.org,
madalin.bucur@nxp.com
Subject: Re: [PATCH v2 net-next 0/9] Remove skb_mac_header() dependency in DSA xmit path
Date: Sun, 23 Apr 2023 13:20:20 +0000 [thread overview]
Message-ID: <168225602024.29216.4761574559092982747.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230420225601.2358327-1-vladimir.oltean@nxp.com>
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!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2023-04-23 13:20 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-20 22:55 Vladimir Oltean
2023-04-20 22:55 ` [PATCH v2 net-next 1/9] net: vlan: don't adjust MAC header in __vlan_insert_inner_tag() unless set Vladimir Oltean
2023-04-20 22:55 ` [PATCH v2 net-next 2/9] net: vlan: introduce skb_vlan_eth_hdr() Vladimir Oltean
2023-04-20 22:55 ` [PATCH v2 net-next 3/9] net: dpaa: avoid one skb_reset_mac_header() in dpaa_enable_tx_csum() Vladimir Oltean
2023-04-21 8:31 ` Madalin Bucur (OSS)
2023-04-20 22:55 ` [PATCH v2 net-next 4/9] net: dsa: tag_ocelot: do not rely on skb_mac_header() for VLAN xmit Vladimir Oltean
2023-04-20 22:55 ` [PATCH v2 net-next 5/9] net: dsa: tag_ksz: do not rely on skb_mac_header() in TX paths Vladimir Oltean
2023-04-20 22:55 ` [PATCH v2 net-next 6/9] net: dsa: tag_sja1105: don't " Vladimir Oltean
2023-04-20 22:55 ` [PATCH v2 net-next 7/9] net: dsa: tag_sja1105: replace skb_mac_header() with vlan_eth_hdr() Vladimir Oltean
2023-04-20 22:56 ` [PATCH v2 net-next 8/9] net: dsa: update TX path comments to not mention skb_mac_header() Vladimir Oltean
2023-04-20 22:56 ` [PATCH v2 net-next 9/9] net: dsa: tag_ocelot: call only the relevant portion of __skb_vlan_pop() on TX Vladimir Oltean
2023-04-23 13:20 ` patchwork-bot+netdevbpf [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=168225602024.29216.4761574559092982747.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=andrew@lunn.ch \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=f.fainelli@gmail.com \
--cc=kuba@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=madalin.bucur@nxp.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=vladimir.oltean@nxp.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®