Re: [PATCH net] ethtool: netlink: add missing netdev_features_change() call

2020-11-07 Thread Jakub Kicinski
On Thu, 05 Nov 2020 16:26:58 + Alexander Lobakin wrote: > After updating userspace Ethtool from 5.7 to 5.9, I noticed that > NETDEV_FEAT_CHANGE is no more raised when changing netdev features > through Ethtool. > That's because the old Ethtool ioctl interface always calls > netdev_features_chan

[PATCH net] ethtool: netlink: add missing netdev_features_change() call

2020-11-05 Thread Alexander Lobakin
After updating userspace Ethtool from 5.7 to 5.9, I noticed that NETDEV_FEAT_CHANGE is no more raised when changing netdev features through Ethtool. That's because the old Ethtool ioctl interface always calls netdev_features_change() at the end of user request processing to inform the kernel that o