Re: [PATCHv2 net-next] net: phy: smsc: Implement PHY statistics

2017-06-04 Thread David Miller
From: Andrew Lunn Date: Sat, 3 Jun 2017 20:00:36 +0200 > Most of the PHYs supported by the SMSC driver have a counter of symbol > errors. This is 16 bit wide and wraps around when it reaches its > maximum value. > > Signed-off-by: Andrew Lunn > Reviewed-by: Florian Fainelli > Reviewed-By: Woo

[PATCHv2 net-next] net: phy: smsc: Implement PHY statistics

2017-06-03 Thread Andrew Lunn
Most of the PHYs supported by the SMSC driver have a counter of symbol errors. This is 16 bit wide and wraps around when it reaches its maximum value. Signed-off-by: Andrew Lunn Reviewed-by: Florian Fainelli Reviewed-By: Woojung Huh --- v2: Align members Add Reviewed-by's --- d