Re: [PATCH 2/2] ethtool: Add PHY statistics support

2016-03-13 Thread Andrew Lunn
> > +.B ethtool \-I|\-\-phy-statistics > > +.I devname > > +.HP > > -I isn't a useful mnemonic, so I will drop the short option altogether. It was the best i could come up with. -P would of been nice, since we have -S for MAC statistics, but that is taken. PHY sounds a bit like I, so why not. But

Re: [PATCH 2/2] ethtool: Add PHY statistics support

2016-03-13 Thread Ben Hutchings
On Wed, 2015-12-23 at 12:58 +0100, Andrew Lunn wrote: > This adds support for printing statistics from the network devices PHY. Sorry it's taken me so long to respond to this.  There are a few issues with it but I'll apply it anyway then fix them up. > Signed-off-by: Andrew Lunn > --- >  ethtool

[PATCH 2/2] ethtool: Add PHY statistics support

2015-12-23 Thread Andrew Lunn
This adds support for printing statistics from the network devices PHY. Signed-off-by: Andrew Lunn --- ethtool.8.in | 6 ++ ethtool.c| 60 2 files changed, 66 insertions(+) diff --git a/ethtool.8.in b/ethtool.8.in index eeffa