Message ID | 20220817193449.1673002-1-horatiu.vultur@microchip.com (mailing list archive) |
---|---|
Headers | show |
Series | net: lan966x: Add lag support | expand |
Hello: This series was applied to netdev/net-next.git (master) by David S. Miller <davem@davemloft.net>: On Wed, 17 Aug 2022 21:34:41 +0200 you wrote: > Add lag support for lan966x. > First 4 patches don't do any changes to the current behaviour, they > just prepare for lag support. While the rest is to add the lag support. > > v3->v4: > - aggregation configuration is global for all bonds, so make sure that > there can't be enabled multiple configurations at the same time > - return error faster from lan966x_foreign_bridging_check, don't > continue the search if the error is seen already > - flush fdb workqueue when a port leaves a bridge or lag. > > [...] Here is the summary with links: - [net-next,v4,1/8] net: lan966x: Add registers used to configure lag interfaces https://git.kernel.org/netdev/net-next/c/7c300735a1a1 - [net-next,v4,2/8] net: lan966x: Split lan966x_fdb_event_work https://git.kernel.org/netdev/net-next/c/9b4ed7d262f3 - [net-next,v4,3/8] net: lan966x: Flush fdb workqueue when port is leaving a bridge. https://git.kernel.org/netdev/net-next/c/86bac7f11788 - [net-next,v4,4/8] net: lan966x: Expose lan966x_switchdev_nb and lan966x_switchdev_blocking_nb https://git.kernel.org/netdev/net-next/c/d6208adfc9a9 - [net-next,v4,5/8] net: lan966x: Extend lan966x_foreign_bridging_check https://git.kernel.org/netdev/net-next/c/a751ea4d74e9 - [net-next,v4,6/8] net: lan966x: Add lag support for lan966x https://git.kernel.org/netdev/net-next/c/cabc9d49333d - [net-next,v4,7/8] net: lan966x: Extend FDB to support also lag https://git.kernel.org/netdev/net-next/c/9be99f2d1d28 - [net-next,v4,8/8] net: lan966x: Extend MAC to support also lag interfaces. https://git.kernel.org/netdev/net-next/c/e09ce97778e8 You are awesome, thank you!