Message ID | cover.1689763088.git.petrm@nvidia.com (mailing list archive) |
---|---|
Headers | show |
Series | mlxsw: Permit enslavement to netdevices with uppers | expand |
Hello: This series was applied to netdev/net-next.git (main) by David S. Miller <davem@davemloft.net>: On Wed, 19 Jul 2023 13:01:15 +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/17] net: bridge: br_switchdev: Tolerate -EOPNOTSUPP when replaying MDB https://git.kernel.org/netdev/net-next/c/989280d6ea70 - [net-next,02/17] net: switchdev: Add a helper to replay objects on a bridge port https://git.kernel.org/netdev/net-next/c/f2e2857b3522 - [net-next,03/17] selftests: mlxsw: rtnetlink: Drop obsolete tests https://git.kernel.org/netdev/net-next/c/d7eb1f175153 - [net-next,04/17] mlxsw: spectrum_router: Allow address handlers to run on bridge ports https://git.kernel.org/netdev/net-next/c/6bbc9ca6a3a7 - [net-next,05/17] mlxsw: spectrum_router: Extract a helper to schedule neighbour work https://git.kernel.org/netdev/net-next/c/96c3e45c0130 - [net-next,06/17] mlxsw: spectrum: Split a helper out of mlxsw_sp_netdevice_event() https://git.kernel.org/netdev/net-next/c/721717fafdc4 - [net-next,07/17] mlxsw: spectrum: Allow event handlers to check unowned bridges https://git.kernel.org/netdev/net-next/c/40b7b4236c1f - [net-next,08/17] mlxsw: spectrum: Add a replay_deslavement argument to event handlers https://git.kernel.org/netdev/net-next/c/1c47e65b8c0b - [net-next,09/17] mlxsw: spectrum: On port enslavement to a LAG, join upper's bridges https://git.kernel.org/netdev/net-next/c/987c7782f062 - [net-next,10/17] mlxsw: spectrum_switchdev: Replay switchdev objects on port join https://git.kernel.org/netdev/net-next/c/ec4643ca3d98 - [net-next,11/17] mlxsw: spectrum_router: Join RIFs of LAG upper VLANs https://git.kernel.org/netdev/net-next/c/ef59713c26b1 - [net-next,12/17] mlxsw: spectrum_router: Offload ethernet nexthops when RIF is made https://git.kernel.org/netdev/net-next/c/cfc01a92eaff - [net-next,13/17] mlxsw: spectrum_router: Replay MACVLANs when RIF is made https://git.kernel.org/netdev/net-next/c/49c3a615d382 - [net-next,14/17] mlxsw: spectrum_router: Replay neighbours when RIF is made https://git.kernel.org/netdev/net-next/c/8fdb09a7674c - [net-next,15/17] mlxsw: spectrum_router: Replay IP NETDEV_UP on device enslavement https://git.kernel.org/netdev/net-next/c/31618b22f2c4 - [net-next,16/17] mlxsw: spectrum_router: Replay IP NETDEV_UP on device deslavement https://git.kernel.org/netdev/net-next/c/4560cf408eca - [net-next,17/17] mlxsw: spectrum: Permit enslavement to netdevices with uppers https://git.kernel.org/netdev/net-next/c/2c5ffe8d7226 You are awesome, thank you!