On Tue, Sep 29, 2020 at 07:13:04PM +0300, Igor Russkikh wrote: > This series implements phy tunables settings via MAC driver callbacks. > > AQC 10G devices use integrated MAC+PHY solution, where PHY is fully controlled > by MAC firmware. Therefore, it is not possible to implement separate phy > driver > for these. > > We use ethtool ops callbacks to implement downshift and EDPC tunables.
Hi Michal Do you have any code to implement tunables via netlink? This code is defining new ethtool calls. It seems like now would be a good time to plumb in extack, so the driver can report back the valid range of a tunable when given an unsupported value. Andrew