]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd56eb88dea287ff781390a32506337fc55ba0cd3
tree9bb461802a83833b49da6fe1b775a89f8177771b
parent93375df284771ef1b57c85b289f0c60c0349e71e
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