Re: [PATCH net-next] net: ocelot: support multiple bridges

2021-03-18 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Fri, 19 Mar 2021 01:36:36 +0200 you wrote: > From: Vladimir Oltean > > The ocelot switches are a bit odd in that they do not have an STP state > to put the ports into. Instead, the forwarding configuration is delayed >

[PATCH net-next] net: ocelot: support multiple bridges

2021-03-18 Thread Vladimir Oltean
From: Vladimir Oltean The ocelot switches are a bit odd in that they do not have an STP state to put the ports into. Instead, the forwarding configuration is delayed from the typical port_bridge_join into stp_state_set, when the port enters the BR_STATE_FORWARDING state. I can only guess that th