Re: [PATCH v7 net-next 09/14] net: phy: marvell-88q2xxx: add cable test support

From: Andrew Lunn
Date: Sun Feb 18 2024 - 12:05:44 EST


On Sun, Feb 18, 2024 at 08:57:46AM +0100, Dimitri Fedrau wrote:
> Add cable test support for Marvell 88Q222x devices. Reported distance
> granularity is 1m.
>
> 1m cable, open:
> Cable test started for device eth0.
> Cable test completed for device eth0.
> Pair A code Open Circuit
> Pair A, fault length: 1.00m
>
> 1m cable, shorted:
> Cable test started for device eth0.
> Cable test completed for device eth0.
> Pair A code Short within Pair
> Pair A, fault length: 1.00m
>
> 6m cable, open:
> Cable test started for device eth0.
> Cable test completed for device eth0.
> Pair A code Open Circuit
> Pair A, fault length: 6.00m
>
> 6m cable, shorted:
> Cable test started for device eth0.
> Cable test completed for device eth0.
> Pair A code Short within Pair
> Pair A, fault length: 6.00m
>
> Signed-off-by: Dimitri Fedrau <dima.fedrau@xxxxxxxxx>

Reviewed-by: Andrew Lunn <andrew@xxxxxxx>

Andrew