ethtool: Add new result codes for TDR diagnostics
Add new result codes to support TDR diagnostics in preparation for Open Alliance 1000BaseT1 TDR support: - ETHTOOL_A_CABLE_RESULT_CODE_NOISE: TDR not possible due to high noise level. - ETHTOOL_A_CABLE_RESULT_CODE_RESOLUTION_NOT_POSSIBLE: TDR resolution not possible / out of distance. Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de> Link: https://patch.msgid.link/20240812073046.1728288-1-o.rempel@pengutronix.de Signed-off-by: Jakub Kicinski <kuba@kernel.org>pull/955/head
parent
3991173170
commit
2140e63cd8
|
|
@ -556,6 +556,10 @@ enum {
|
|||
* a regular 100 Ohm cable and a part with the abnormal impedance value
|
||||
*/
|
||||
ETHTOOL_A_CABLE_RESULT_CODE_IMPEDANCE_MISMATCH,
|
||||
/* TDR not possible due to high noise level */
|
||||
ETHTOOL_A_CABLE_RESULT_CODE_NOISE,
|
||||
/* TDR resolution not possible / out of distance */
|
||||
ETHTOOL_A_CABLE_RESULT_CODE_RESOLUTION_NOT_POSSIBLE,
|
||||
};
|
||||
|
||||
enum {
|
||||
|
|
|
|||
Loading…
Reference in New Issue