Re: [PATCH] phy/ethtool: Add missing SPEED_ strings

2017-04-05 Thread David Miller
From: Joe Perches Date: Sun, 2 Apr 2017 14:30:06 -0700 > Add all the currently available SPEED_ strings. > > Signed-off-by: Joe Perches I'll apply this for now, thanks.

Re: [PATCH] phy/ethtool: Add missing SPEED_ strings

2017-04-02 Thread Joe Perches
On Sun, 2017-04-02 at 15:29 -0700, Florian Fainelli wrote: > Le 04/02/17 à 14:30, Joe Perches a écrit : > > Add all the currently available SPEED_ strings. > > > > Signed-off-by: Joe Perches > > Considering that PHYLIB does not support anything > 10Gbs at the moment, > I am not sure how useful t

Re: [PATCH] phy/ethtool: Add missing SPEED_ strings

2017-04-02 Thread Florian Fainelli
Le 04/02/17 à 14:30, Joe Perches a écrit : > Add all the currently available SPEED_ strings. > > Signed-off-by: Joe Perches Considering that PHYLIB does not support anything > 10Gbs at the moment, I am not sure how useful that is except if we wanted to re-use phy_speed_to_str() in other places o

Re: [PATCH] phy/ethtool: Add missing SPEED_ strings

2017-04-02 Thread Joe Perches
On Sun, 2017-04-02 at 23:40 +0200, Andrew Lunn wrote: > On Sun, Apr 02, 2017 at 02:30:06PM -0700, Joe Perches wrote: > > Add all the currently available SPEED_ strings. [] > > diff --git a/include/uapi/linux/ethtool.h b/include/uapi/linux/ethtool.h [] > > @@ -1487,6 +1487,7 @@ enum ethtool_link_mod

Re: [PATCH] phy/ethtool: Add missing SPEED_ strings

2017-04-02 Thread Andrew Lunn
On Sun, Apr 02, 2017 at 02:30:06PM -0700, Joe Perches wrote: > Add all the currently available SPEED_ strings. > > Signed-off-by: Joe Perches > --- > drivers/net/phy/phy.c| 14 ++ > include/uapi/linux/ethtool.h | 1 + > 2 files changed, 15 insertions(+) > > diff --git a/dri

[PATCH] phy/ethtool: Add missing SPEED_ strings

2017-04-02 Thread Joe Perches
Add all the currently available SPEED_ strings. Signed-off-by: Joe Perches --- drivers/net/phy/phy.c| 14 ++ include/uapi/linux/ethtool.h | 1 + 2 files changed, 15 insertions(+) diff --git a/drivers/net/phy/phy.c b/drivers/net/phy/phy.c index d019bbf42c31..e7d0367a1455 100