]> git.baikalelectronics.ru Git - kernel.git/commit
ethtool: add CHANNELS_NTF notification
authorMichal Kubecek <mkubecek@suse.cz>
Thu, 12 Mar 2020 20:08:48 +0000 (21:08 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 12 Mar 2020 22:32:33 +0000 (15:32 -0700)
commitaedaeafaa4f0674482738edb68cc615967614fb0
tree820dab0266e9656c7fdfd4eb7a09aedf2d26c3b1
parentcd50ec7dcb2d03854e20ac2772b0b73986098b94
ethtool: add CHANNELS_NTF notification

Send ETHTOOL_MSG_CHANNELS_NTF notification whenever channel counts of
a network device are modified using ETHTOOL_MSG_CHANNELS_SET netlink
message or ETHTOOL_SCHANNELS 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/channels.c
net/ethtool/ioctl.c
net/ethtool/netlink.c