Message ID | YXfS8K/7c14UFIyq@shell.armlinux.org.uk (mailing list archive) |
---|---|
Headers | show |
Series | Introduce supported interfaces bitmap | expand |
Hello: This series was applied to netdev/net-next.git (master) by David S. Miller <davem@davemloft.net>: On Tue, 26 Oct 2021 11:05:36 +0100 you wrote: > This series introduces a new bitmap to allow us to indicate which > phy_interface_t modes are supported. > > Currently, phylink will call ->validate with PHY_INTERFACE_MODE_NA to > request all link mode capabilities from the MAC driver before choosing > an interface to use. This leads in some cases to some rather hairly > code. This can be simplified if phylink is aware of the interface modes > that the MAC supports, and it can instead walk those modes, calling > ->validate for each one, and combining the results. > > [...] Here is the summary with links: - [net-next,1/3] net: phy: add phy_interface_t bitmap support https://git.kernel.org/netdev/net-next/c/8e20f591f204 - [net-next,2/3] net: phylink: add MAC phy_interface_t bitmap https://git.kernel.org/netdev/net-next/c/38c310eb46f5 - [net-next,3/3] net: phylink: use supported_interfaces for phylink validation https://git.kernel.org/netdev/net-next/c/d25f3a74f30a You are awesome, thank you!