Re: [PATCH net-next v2 4/5] ethtool: Core impl for ETHTOOL_PHY_DOWNSHIFT tunable

2016-11-14 Thread Andrew Lunn
On Mon, Nov 14, 2016 at 10:29:19AM +0100, Allan W. Nielsen wrote: > From: Raju Lakkaraju > > Adding validation support for the ETHTOOL_PHY_DOWNSHIFT. Functional > implementation needs to be done in the individual PHY drivers. > > Signed-off-by: Raju Lakkaraju Reviewed-by: Andrew Lunn And

[PATCH net-next v2 4/5] ethtool: Core impl for ETHTOOL_PHY_DOWNSHIFT tunable

2016-11-14 Thread Allan W. Nielsen
From: Raju Lakkaraju Adding validation support for the ETHTOOL_PHY_DOWNSHIFT. Functional implementation needs to be done in the individual PHY drivers. Signed-off-by: Raju Lakkaraju --- net/core/ethtool.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/net/core/ethtool.c b/net/core/e