OSDN Git Service

ethtool: add FEATURES_NTF notification
authorMichal Kubecek <mkubecek@suse.cz>
Thu, 12 Mar 2020 20:08:03 +0000 (21:08 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 12 Mar 2020 22:32:33 +0000 (15:32 -0700)
commit9c6451ef4881c2f528c625766e8bb9af5e40941a
treeca7ef69adba1907b240efe5eaa3aad6c71d18a11
parent0980bfcd6954f124e40a000b85335c197764de14
ethtool: add FEATURES_NTF notification

Send ETHTOOL_MSG_FEATURES_NTF notification whenever network device features
are modified using ETHTOOL_MSG_FEATURES_SET netlink message, ethtool ioctl
request or any other way resulting in call to netdev_update_features() or
netdev_change_features()

Signed-off-by: Michal Kubecek <mkubecek@suse.cz>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/networking/ethtool-netlink.rst
include/uapi/linux/ethtool_netlink.h
net/ethtool/features.c
net/ethtool/netlink.c