Re: [PATCH net-next v2 04/10] net: ethtool: Add attributes for cable test reports
From: Florian Fainelli <f.fainelli@gmail.com>
Date: 2020-05-05 03:19:34
From: Florian Fainelli <f.fainelli@gmail.com>
Date: 2020-05-05 03:19:34
On 5/4/2020 5:18 PM, Andrew Lunn wrote:
Add the attributes needed to report cable test results to userspace. The reports are expected to be per twisted pair. A nested property per pair can report the result of the cable test. A nested property can also report the length of the cable to any fault. v2: Grammar fixes Change length from u16 to u32 s/DEV/HEADER/g Add status attributes Rename pairs from numbers to letters. Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> -- Florian