ethtool: add EEE_NTF notification
authorMichal Kubecek <mkubecek@suse.cz>
Fri, 27 Mar 2020 23:01:48 +0000 (00:01 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 30 Mar 2020 05:32:36 +0000 (22:32 -0700)
commit6c5bc8fe4e1915da8296a665bd742dbe34de02f0
tree407739e00f65ba29cb6faf4001a0849ab2def99b
parentfd77be7bd43c578614165b1ae5fdb91b8f2f1689
ethtool: add EEE_NTF notification

Send ETHTOOL_MSG_EEE_NTF notification whenever EEE settings of a network
device are modified using ETHTOOL_MSG_EEE_SET netlink message or
ETHTOOL_SEEE ioctl request.

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/eee.c
net/ethtool/ioctl.c
net/ethtool/netlink.c