From: patchwork-bot+netdevbpf@kernel.org
To: Vladimir Oltean <vladimir.oltean@nxp.com>
Cc: netdev@vger.kernel.org, kuba@kernel.org, davem@davemloft.net,
andrew@lunn.ch, f.fainelli@gmail.com, vivien.didelot@gmail.com
Subject: Re: [PATCH net-next 00/11] Proper cross-chip support for tag_8021q
Date: Tue, 20 Jul 2021 14:00:06 +0000 [thread overview]
Message-ID: <162678960612.2598.15355771539929660841.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20210719171452.463775-1-vladimir.oltean@nxp.com>
Hello:
This series was applied to netdev/net-next.git (refs/heads/master):
On Mon, 19 Jul 2021 20:14:41 +0300 you wrote:
> The cross-chip bridging support for tag_8021q/sja1105 introduced here:
> https://patchwork.ozlabs.org/project/netdev/cover/20200510163743.18032-1-olteanv@gmail.com/
>
> took some shortcuts and is not reusable in other topologies except for
> the one it was written for: disjoint DSA trees. A diagram of this
> topology can be seen here:
> https://patchwork.ozlabs.org/project/netdev/patch/20200510163743.18032-3-olteanv@gmail.com/
>
> [...]
Here is the summary with links:
- [net-next,01/11] net: dsa: sja1105: delete the best_effort_vlan_filtering mode
https://git.kernel.org/netdev/net-next/c/0fac6aa098ed
- [net-next,02/11] net: dsa: tag_8021q: use "err" consistently instead of "rc"
https://git.kernel.org/netdev/net-next/c/a81a45744ba5
- [net-next,03/11] net: dsa: tag_8021q: use symbolic error names
https://git.kernel.org/netdev/net-next/c/69ebb3706471
- [net-next,04/11] net: dsa: tag_8021q: remove struct packet_type declaration
https://git.kernel.org/netdev/net-next/c/8afbea187d31
- [net-next,05/11] net: dsa: tag_8021q: create dsa_tag_8021q_{register,unregister} helpers
https://git.kernel.org/netdev/net-next/c/cedf467064b6
- [net-next,06/11] net: dsa: build tag_8021q.c as part of DSA core
https://git.kernel.org/netdev/net-next/c/8b6e638b4be2
- [net-next,07/11] net: dsa: let the core manage the tag_8021q context
https://git.kernel.org/netdev/net-next/c/d7b1fd520d5d
- [net-next,08/11] net: dsa: make tag_8021q operations part of the core
https://git.kernel.org/netdev/net-next/c/5da11eb40734
- [net-next,09/11] net: dsa: tag_8021q: absorb dsa_8021q_setup into dsa_tag_8021q_{,un}register
https://git.kernel.org/netdev/net-next/c/328621f6131f
- [net-next,10/11] net: dsa: tag_8021q: manage RX VLANs dynamically at bridge join/leave time
https://git.kernel.org/netdev/net-next/c/e19cc13c9c8a
- [net-next,11/11] net: dsa: tag_8021q: add proper cross-chip notifier support
https://git.kernel.org/netdev/net-next/c/c64b9c05045a
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:[~2021-07-20 14:08 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-19 17:14 [PATCH net-next 00/11] Proper cross-chip support for tag_8021q Vladimir Oltean
2021-07-19 17:14 ` [PATCH net-next 01/11] net: dsa: sja1105: delete the best_effort_vlan_filtering mode Vladimir Oltean
2021-07-19 17:14 ` [PATCH net-next 02/11] net: dsa: tag_8021q: use "err" consistently instead of "rc" Vladimir Oltean
2021-07-19 17:14 ` [PATCH net-next 03/11] net: dsa: tag_8021q: use symbolic error names Vladimir Oltean
2021-07-19 17:14 ` [PATCH net-next 04/11] net: dsa: tag_8021q: remove struct packet_type declaration Vladimir Oltean
2021-07-19 17:14 ` [PATCH net-next 05/11] net: dsa: tag_8021q: create dsa_tag_8021q_{register,unregister} helpers Vladimir Oltean
2021-07-19 17:14 ` [PATCH net-next 06/11] net: dsa: build tag_8021q.c as part of DSA core Vladimir Oltean
2021-07-19 17:14 ` [PATCH net-next 07/11] net: dsa: let the core manage the tag_8021q context Vladimir Oltean
2021-07-19 17:14 ` [PATCH net-next 08/11] net: dsa: make tag_8021q operations part of the core Vladimir Oltean
2021-07-19 17:14 ` [PATCH net-next 09/11] net: dsa: tag_8021q: absorb dsa_8021q_setup into dsa_tag_8021q_{,un}register Vladimir Oltean
2021-07-19 17:14 ` [PATCH net-next 10/11] net: dsa: tag_8021q: manage RX VLANs dynamically at bridge join/leave time Vladimir Oltean
2021-07-21 9:06 ` Kurt Kanzenbach
2021-07-21 9:41 ` Vladimir Oltean
2021-07-21 10:38 ` Kurt Kanzenbach
2021-07-19 17:14 ` [PATCH net-next 11/11] net: dsa: tag_8021q: add proper cross-chip notifier support Vladimir Oltean
2021-07-20 14:00 ` 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=162678960612.2598.15355771539929660841.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=andrew@lunn.ch \
--cc=davem@davemloft.net \
--cc=f.fainelli@gmail.com \
--cc=kuba@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=vivien.didelot@gmail.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