Message ID | 20240822120703.1393130-1-o.rempel@pengutronix.de (mailing list archive) |
---|---|
Headers | show |
Series | Add ALCD Support to Cable Testing Interface | expand |
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Thu, 22 Aug 2024 14:07:00 +0200 you wrote: > Hi all, > > This patch series introduces support for Active Link Cable Diagnostics > (ALCD) in the ethtool cable testing interface and the DP83TD510 PHY > driver. > > Why ALCD? > On a 10BaseT1L interface, TDR (Time Domain Reflectometry) is not > possible if the link partner is active - TDR will fail in these cases > because it requires interrupting the link. Since the link is active, we > already know the cable is functioning, so instead of using TDR, we can > use ALCD. > > [...] Here is the summary with links: - [net-next,v3,1/3] ethtool: Extend cable testing interface with result source information https://git.kernel.org/netdev/net-next/c/abcd3026dd63 - [net-next,v3,2/3] ethtool: Add support for specifying information source in cable test results https://git.kernel.org/netdev/net-next/c/4715d87e11ac - [net-next,v3,3/3] phy: dp83td510: Utilize ALCD for cable length measurement when link is active https://git.kernel.org/netdev/net-next/c/986a7fa4b454 You are awesome, thank you!