linux/net/ethtool
Michal Kubecek 0bda7af39d ethtool: add DEBUG_NTF notification
Send ETHTOOL_MSG_DEBUG_NTF notification message whenever debugging message
mask for a device are modified using ETHTOOL_MSG_DEBUG_SET netlink message
or ETHTOOL_SMSGLVL ioctl request.

The notification message has the same format as reply to DEBUG_GET request.
As with other ethtool notifications, netlink requests only trigger the
notification if the mask is actually changed while ioctl request trigger it
whenever the request results in calling the ethtool_ops handler.

Signed-off-by: Michal Kubecek <mkubecek@suse.cz>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
2020-01-27 11:31:36 +01:00
..
bitset.c ethtool: netlink bitset handling 2019-12-27 16:40:01 -08:00
bitset.h ethtool: netlink bitset handling 2019-12-27 16:40:01 -08:00
common.c ethtool: provide message mask with DEBUG_GET request 2020-01-27 11:31:35 +01:00
common.h ethtool: provide message mask with DEBUG_GET request 2020-01-27 11:31:35 +01:00
debug.c ethtool: add DEBUG_NTF notification 2020-01-27 11:31:36 +01:00
ioctl.c ethtool: add DEBUG_NTF notification 2020-01-27 11:31:36 +01:00
linkinfo.c ethtool: add LINKINFO_NTF notification 2019-12-27 16:40:02 -08:00
linkmodes.c ethtool: remove set but not used variable 'lsettings' 2020-01-03 12:22:12 -08:00
linkstate.c ethtool: provide link state with LINKSTATE_GET request 2019-12-27 16:40:02 -08:00
Makefile ethtool: provide message mask with DEBUG_GET request 2020-01-27 11:31:35 +01:00
netlink.c ethtool: add DEBUG_NTF notification 2020-01-27 11:31:36 +01:00
netlink.h ethtool: set message mask with DEBUG_SET request 2020-01-27 11:31:35 +01:00
strset.c ethtool: provide message mask with DEBUG_GET request 2020-01-27 11:31:35 +01:00