From: patchwork-bot+netdevbpf@kernel.org
To: Vladimir Oltean <olteanv@gmail.com>
Cc: davem@davemloft.net, kuba@kernel.org, netdev@vger.kernel.org,
andrew@lunn.ch, f.fainelli@gmail.com, vivien.didelot@gmail.com,
claudiu.manoil@nxp.com, alexandre.belloni@bootlin.com,
vladimir.oltean@nxp.com, UNGLinuxDriver@microchip.com
Subject: Re: [PATCH v8 net-next 00/11] tag_8021q for Ocelot switches
Date: Sat, 30 Jan 2021 05:40:08 +0000 [thread overview]
Message-ID: <161198520892.32450.6766671652860964260.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20210129010009.3959398-1-olteanv@gmail.com>
Hello:
This series was applied to netdev/net-next.git (refs/heads/master):
On Fri, 29 Jan 2021 02:59:58 +0200 you wrote:
> From: Vladimir Oltean <vladimir.oltean@nxp.com>
>
> Changes in v8:
> - Make tagging driver module reference counting work per DSA switch tree
> instead of per CPU port, to be compatible with the tag protocol changing
> through sysfs.
> - Refactor ocelot_apply_bridge_fwd_mask and call it immediately after
> the is_dsa_8021q_cpu variable changes, i.e. in
> felix_8021q_cpu_port_init and felix_8021q_cpu_port_deinit.
> - Take reference on tagging driver module in dsa_find_tagger_by_name.
> - Replaced DSA_NOTIFIER_TAG_PROTO_SET and DSA_NOTIFIER_TAG_PROTO_DEL
> with a single DSA_NOTIFIER_TAG_PROTO.
> - Combined .set_tag_protocol and .del_tag_protocol into a single
> .change_tag_protocol, and we're no longer calling those 2 functions at
> probe and unbind time.
> - Adapted Felix to .change_tag_protocol. Kept felix_set_tag_protocol and
> felix_del_tag_protocol, but now calling them privately from
> felix_setup and felix_teardown.
> - Used -EPROTONOSUPPORT instead of -EOPNOTSUPP as return code.
> - Dropped some review tags due to amount of changes.
>
> [...]
Here is the summary with links:
- [v8,net-next,01/11] net: dsa: tag_8021q: add helpers to deduce whether a VLAN ID is RX or TX VLAN
https://git.kernel.org/netdev/net-next/c/9c7caf280684
- [v8,net-next,02/11] net: mscc: ocelot: export VCAP structures to include/soc/mscc
https://git.kernel.org/netdev/net-next/c/0e9bb4e9d93f
- [v8,net-next,03/11] net: mscc: ocelot: store a namespaced VCAP filter ID
https://git.kernel.org/netdev/net-next/c/50c6cc5b9283
- [v8,net-next,04/11] net: mscc: ocelot: reapply bridge forwarding mask on bonding join/leave
https://git.kernel.org/netdev/net-next/c/9b521250bff4
- [v8,net-next,05/11] net: mscc: ocelot: don't use NPI tag prefix for the CPU port module
https://git.kernel.org/netdev/net-next/c/cacea62fcdda
- [v8,net-next,06/11] net: dsa: document the existing switch tree notifiers and add a new one
https://git.kernel.org/netdev/net-next/c/886f8e26f539
- [v8,net-next,07/11] net: dsa: keep a copy of the tagging protocol in the DSA switch tree
https://git.kernel.org/netdev/net-next/c/357f203bb3b5
- [v8,net-next,08/11] net: dsa: allow changing the tag protocol via the "tagging" device attribute
https://git.kernel.org/netdev/net-next/c/53da0ebaad10
- [v8,net-next,09/11] net: dsa: felix: convert to the new .change_tag_protocol DSA API
https://git.kernel.org/netdev/net-next/c/adb3dccf090b
- [v8,net-next,10/11] net: dsa: add a second tagger for Ocelot switches based on tag_8021q
https://git.kernel.org/netdev/net-next/c/7c83a7c539ab
- [v8,net-next,11/11] net: dsa: felix: perform switch setup for tag_8021q
https://git.kernel.org/netdev/net-next/c/e21268efbe26
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-01-30 5:47 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-29 0:59 [PATCH v8 net-next 00/11] tag_8021q for Ocelot switches Vladimir Oltean
2021-01-29 0:59 ` [PATCH v8 net-next 01/11] net: dsa: tag_8021q: add helpers to deduce whether a VLAN ID is RX or TX VLAN Vladimir Oltean
2021-01-29 1:00 ` [PATCH v8 net-next 02/11] net: mscc: ocelot: export VCAP structures to include/soc/mscc Vladimir Oltean
2021-01-29 1:00 ` [PATCH v8 net-next 03/11] net: mscc: ocelot: store a namespaced VCAP filter ID Vladimir Oltean
2021-01-29 1:00 ` [PATCH v8 net-next 04/11] net: mscc: ocelot: reapply bridge forwarding mask on bonding join/leave Vladimir Oltean
2021-01-29 1:00 ` [PATCH v8 net-next 05/11] net: mscc: ocelot: don't use NPI tag prefix for the CPU port module Vladimir Oltean
2021-01-29 1:00 ` [PATCH v8 net-next 06/11] net: dsa: document the existing switch tree notifiers and add a new one Vladimir Oltean
2021-01-29 1:00 ` [PATCH v8 net-next 07/11] net: dsa: keep a copy of the tagging protocol in the DSA switch tree Vladimir Oltean
2021-01-29 1:00 ` [PATCH v8 net-next 08/11] net: dsa: allow changing the tag protocol via the "tagging" device attribute Vladimir Oltean
2021-01-29 23:43 ` Vladimir Oltean
2021-01-30 0:25 ` Jakub Kicinski
2021-01-29 1:00 ` [PATCH v8 net-next 09/11] net: dsa: felix: convert to the new .change_tag_protocol DSA API Vladimir Oltean
2021-01-29 1:00 ` [PATCH v8 net-next 10/11] net: dsa: add a second tagger for Ocelot switches based on tag_8021q Vladimir Oltean
2021-01-29 1:00 ` [PATCH v8 net-next 11/11] net: dsa: felix: perform switch setup for tag_8021q Vladimir Oltean
2021-01-30 5:40 ` 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=161198520892.32450.6766671652860964260.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=UNGLinuxDriver@microchip.com \
--cc=alexandre.belloni@bootlin.com \
--cc=andrew@lunn.ch \
--cc=claudiu.manoil@nxp.com \
--cc=davem@davemloft.net \
--cc=f.fainelli@gmail.com \
--cc=kuba@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=olteanv@gmail.com \
--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;
as well as URLs for NNTP newsgroup(s).