From: patchwork-bot+netdevbpf@kernel.org
To: Petr Machata <petrm@nvidia.com>
Cc: davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
pabeni@redhat.com, netdev@vger.kernel.org, idosch@nvidia.com,
danieller@nvidia.com, mlxsw@nvidia.com
Subject: Re: [PATCH net-next 00/11] mlxsw: Manage RIF across PVID changes
Date: Fri, 14 Jul 2023 09:30:23 +0000 [thread overview]
Message-ID: <168932702327.18845.4113705854619029519.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <cover.1689262695.git.petrm@nvidia.com>
Hello:
This series was applied to netdev/net-next.git (main)
by David S. Miller <davem@davemloft.net>:
On Thu, 13 Jul 2023 18:15:23 +0200 you wrote:
> The mlxsw driver currently makes the assumption that the user applies
> configuration in a bottom-up manner. Thus netdevices need to be added to
> the bridge before IP addresses are configured on that bridge or SVI added
> on top of it. Enslaving a netdevice to another netdevice that already has
> uppers is in fact forbidden by mlxsw for this reason. Despite this safety,
> it is rather easy to get into situations where the offloaded configuration
> is just plain wrong.
>
> [...]
Here is the summary with links:
- [net-next,01/11] mlxsw: spectrum_switchdev: Pass extack to mlxsw_sp_br_ban_rif_pvid_change()
https://git.kernel.org/netdev/net-next/c/352be882deda
- [net-next,02/11] mlxsw: spectrum_router: Pass struct mlxsw_sp_rif_params to fid_get
https://git.kernel.org/netdev/net-next/c/5ca9f42caf81
- [net-next,03/11] mlxsw: spectrum_router: Take VID for VLAN FIDs from RIF params
https://git.kernel.org/netdev/net-next/c/a0944b24d278
- [net-next,04/11] mlxsw: spectrum_router: Adjust mlxsw_sp_inetaddr_vlan_event() coding style
https://git.kernel.org/netdev/net-next/c/a24a4d29ff0a
- [net-next,05/11] mlxsw: spectrum_router: mlxsw_sp_inetaddr_bridge_event: Add an argument
https://git.kernel.org/netdev/net-next/c/3430f2cf91a4
- [net-next,06/11] mlxsw: spectrum_switchdev: Manage RIFs on PVID change
https://git.kernel.org/netdev/net-next/c/a5b52692e693
- [net-next,07/11] selftests: forwarding: lib: Add ping6_, ping_test_fails()
https://git.kernel.org/netdev/net-next/c/5f44a7144cc5
- [net-next,08/11] selftests: router_bridge: Add tests to remove and add PVID
https://git.kernel.org/netdev/net-next/c/c7203a2981dc
- [net-next,09/11] selftests: router_bridge_vlan: Add PVID change test
https://git.kernel.org/netdev/net-next/c/d4172a93b279
- [net-next,10/11] selftests: router_bridge_vlan_upper_pvid: Add a new selftest
https://git.kernel.org/netdev/net-next/c/b0307b77265b
- [net-next,11/11] selftests: router_bridge_pvid_vlan_upper: Add a new selftest
https://git.kernel.org/netdev/net-next/c/9cbb3da4f4f7
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-07-14 9:30 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-13 16:15 [PATCH net-next 00/11] mlxsw: Manage RIF across PVID changes Petr Machata
2023-07-13 16:15 ` [PATCH net-next 01/11] mlxsw: spectrum_switchdev: Pass extack to mlxsw_sp_br_ban_rif_pvid_change() Petr Machata
2023-07-13 16:15 ` [PATCH net-next 02/11] mlxsw: spectrum_router: Pass struct mlxsw_sp_rif_params to fid_get Petr Machata
2023-07-13 16:15 ` [PATCH net-next 03/11] mlxsw: spectrum_router: Take VID for VLAN FIDs from RIF params Petr Machata
2023-07-13 16:15 ` [PATCH net-next 04/11] mlxsw: spectrum_router: Adjust mlxsw_sp_inetaddr_vlan_event() coding style Petr Machata
2023-07-13 16:15 ` [PATCH net-next 05/11] mlxsw: spectrum_router: mlxsw_sp_inetaddr_bridge_event: Add an argument Petr Machata
2023-07-13 16:15 ` [PATCH net-next 06/11] mlxsw: spectrum_switchdev: Manage RIFs on PVID change Petr Machata
2023-07-13 16:15 ` [PATCH net-next 07/11] selftests: forwarding: lib: Add ping6_, ping_test_fails() Petr Machata
2023-07-13 16:15 ` [PATCH net-next 08/11] selftests: router_bridge: Add tests to remove and add PVID Petr Machata
2023-07-13 16:15 ` [PATCH net-next 09/11] selftests: router_bridge_vlan: Add PVID change test Petr Machata
2023-07-13 16:15 ` [PATCH net-next 10/11] selftests: router_bridge_vlan_upper_pvid: Add a new selftest Petr Machata
2023-07-13 16:15 ` [PATCH net-next 11/11] selftests: router_bridge_pvid_vlan_upper: " Petr Machata
2023-07-14 9:30 ` 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=168932702327.18845.4113705854619029519.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=danieller@nvidia.com \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=idosch@nvidia.com \
--cc=kuba@kernel.org \
--cc=mlxsw@nvidia.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=petrm@nvidia.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.