[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240613145153.2345826-1-jrodrigues@ubimet.com>
Date: Thu, 13 Jun 2024 16:51:50 +0200
From: João Rodrigues <jrodrigues@...met.com>
To:
Cc: jrodrigues@...met.com,
Andrew Lunn <andrew@...n.ch>,
Heiner Kallweit <hkallweit1@...il.com>,
Russell King <linux@...linux.org.uk>,
"David S. Miller" <davem@...emloft.net>,
Eric Dumazet <edumazet@...gle.com>,
Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>,
netdev@...r.kernel.org (open list:ETHERNET PHY LIBRARY),
linux-kernel@...r.kernel.org (open list)
Subject: [PATCH net-next 0/3] net: phy: dp83867: add cable diag support
This series adds more diagnostics of the physical medium to the DP83867.
The TDR reporting is similar to DP83869, so there might be some interest
in porting this changes to that driver.
The TDR reporting in PD83867 is divided into segments (from which a
cable length can be extracted). Because the reported lengths do not come
in regular intervals, when doing cable-test-tdr from ethtool, the value
of the reflection is reported, but not the length at which occurred
(even though the PHY reports it).
Likewise, the configuration of measurement lengths is also not
supported in this series, for the same reason (it is theoretically
possible to do it, with more complex configuration)
João Rodrigues (3):
net: phy: dp83867: Add SQI support
net: phy: dp83867: add cable test support
net: phy: dp83867: Add support for amplitude graph
drivers/net/phy/dp83867.c | 353 ++++++++++++++++++++++++++++++++++++++
1 file changed, 353 insertions(+)
--
2.25.1
Powered by blists - more mailing lists