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

Send ETHTOOL_MSG_PAUSE_NTF notification whenever pause parameters of
a network device are modified using ETHTOOL_MSG_PAUSE_SET netlink message
or ETHTOOL_SPAUSEPARAM 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/ioctl.c
net/ethtool/netlink.c
net/ethtool/pause.c