Re: [PATCH v2 net-next 1/3] ethtool: allow netdev driver to define phy tunables

2020-10-02 Thread Andrew Lunn
On Fri, Oct 02, 2020 at 04:39:21PM +0300, Igor Russkikh wrote: > Define get/set phy tunable callbacks in ethtool ops. > This will allow MAC drivers with integrated PHY still to implement > these tunables. > > Signed-off-by: Igor Russkikh Reviewed-by: Andrew Lunn Andrew

[PATCH v2 net-next 1/3] ethtool: allow netdev driver to define phy tunables

2020-10-02 Thread Igor Russkikh
Define get/set phy tunable callbacks in ethtool ops. This will allow MAC drivers with integrated PHY still to implement these tunables. Signed-off-by: Igor Russkikh --- include/linux/ethtool.h | 4 net/ethtool/ioctl.c | 37 - 2 files changed, 28 inse