Message ID | 20230609080305.546028-1-maxime.chevallier@bootlin.com (mailing list archive) |
---|---|
Headers | show |
Series | fixes for Q-USGMII speeds and autoneg | expand |
On Fri, Jun 09, 2023 at 10:03:03AM +0200, Maxime Chevallier wrote: > This is the second version of a small changeset for QUSGMII support, > fixing inconsistencies in reported max speed and control word parsing. > > As reported here [1], there are some inconsistencies for the Q-USGMII > mode speeds and configuration. The first patch in this fixup series > makes so that we correctly report the max speed of 1Gbps for this mode. > > The second patch uses a dedicated helper to decode the control word. > This is necessary as although USGMII control words are close to USXGMII, > they don't support the same speeds. > > Thanks, > > Maxime > > [1] : https://lore.kernel.org/netdev/ZHnd+6FUO77XFJvQ@shell.armlinux.org.uk/ > > V1->V2: Fix decoding logic for usgmii control word, as per Russell's review Reviewed-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk> Thanks!
Hello: This series was applied to netdev/net.git (main) by Jakub Kicinski <kuba@kernel.org>: On Fri, 9 Jun 2023 10:03:03 +0200 you wrote: > This is the second version of a small changeset for QUSGMII support, > fixing inconsistencies in reported max speed and control word parsing. > > As reported here [1], there are some inconsistencies for the Q-USGMII > mode speeds and configuration. The first patch in this fixup series > makes so that we correctly report the max speed of 1Gbps for this mode. > > [...] Here is the summary with links: - [net,v2,1/2] net: phylink: report correct max speed for QUSGMII https://git.kernel.org/netdev/net/c/b9dc1046edfe - [net,v2,2/2] net: phylink: use a dedicated helper to parse usgmii control word https://git.kernel.org/netdev/net/c/923454c0368b You are awesome, thank you!