Message ID | 20240214214005.4048469-1-tobias@waldekranz.com (mailing list archive) |
---|---|
Headers | show |
Series | net: bridge: switchdev: Ensure MDB events are delivered exactly once | expand |
Hello: This series was applied to netdev/net.git (main) by David S. Miller <davem@davemloft.net>: On Wed, 14 Feb 2024 22:40:02 +0100 you wrote: > When a device is attached to a bridge, drivers will request a replay > of objects that were created before the device joined the bridge, that > are still of interest to the joining port. Typical examples include > FDB entries and MDB memberships on other ports ("foreign interfaces") > or on the bridge itself. > > Conversely when a device is detached, the bridge will synthesize > deletion events for all those objects that are still live, but no > longer applicable to the device in question. > > [...] Here is the summary with links: - [v5,net,1/2] net: bridge: switchdev: Skip MDB replays of deferred events on offload https://git.kernel.org/netdev/net/c/dc489f86257c - [v5,net,2/2] net: bridge: switchdev: Ensure deferred event delivery on unoffload https://git.kernel.org/netdev/net/c/f7a70d650b0b You are awesome, thank you!