Re: [PATCH v3 0/3] net: phy: add phy_ethtool_{get|set}_link_ksettings

2016-05-10 Thread David Miller
From: Philippe Reynes Date: Tue, 10 May 2016 00:19:40 +0200 > Ethtool callbacks {get|set}_link_ksettings may be the > same for many drivers. So we add two generics callbacks > phy_ethtool_{get|set}_link_ksettings. > > To use those generics callbacks, the ethernet driver must

Re: [PATCH v3 0/3] net: phy: add phy_ethtool_{get|set}_link_ksettings

2016-05-10 Thread David Miller
From: Philippe Reynes Date: Tue, 10 May 2016 00:19:40 +0200 > Ethtool callbacks {get|set}_link_ksettings may be the > same for many drivers. So we add two generics callbacks > phy_ethtool_{get|set}_link_ksettings. > > To use those generics callbacks, the ethernet driver must > use the pointer

[PATCH v3 0/3] net: phy: add phy_ethtool_{get|set}_link_ksettings

2016-05-09 Thread Philippe Reynes
Ethtool callbacks {get|set}_link_ksettings may be the same for many drivers. So we add two generics callbacks phy_ethtool_{get|set}_link_ksettings. To use those generics callbacks, the ethernet driver must use the pointer phydev contained in struct net_device, and not use a private structure to

[PATCH v3 0/3] net: phy: add phy_ethtool_{get|set}_link_ksettings

2016-05-09 Thread Philippe Reynes
Ethtool callbacks {get|set}_link_ksettings may be the same for many drivers. So we add two generics callbacks phy_ethtool_{get|set}_link_ksettings. To use those generics callbacks, the ethernet driver must use the pointer phydev contained in struct net_device, and not use a private structure to