On 11/21/17 16:15, Tobias Jakobi wrote: > Commit 6fa1ba61520576cf1346c4ff09a056f2950cb3bf partially > implemented the new ethtool API, by replacing get_settings() > with get_link_ksettings(). This breaks ethtool, since the > userspace tool (according to the new API specs) never tries > the legacy set() call, when the new get() call succeeds. > > All attempts to chance some setting from userspace result in: >> Cannot set new settings: Operation not supported > > Implement the missing set() call. > > Signed-off-by: Tobias Jakobi <tjak...@math.uni-bielefeld.de>
I've had this in my 4.9/4.14 trees for a while and not noticed any problems, therefore: Tested-by: Holger Hoffstätte <hol...@applied-asynchrony.com> Thanks, -h