alistair23-linux/net/ethtool
Michal Kubecek 6a94b8ccf6 ethtool: provide message mask with DEBUG_GET request
Implement DEBUG_GET request to get debugging settings for a device. At the
moment, only message mask corresponding to message level as reported by
ETHTOOL_GMSGLVL ioctl request is provided. (It is called message level in
ioctl interface but almost all drivers interpret it as a bit mask.)

As part of the implementation, provide symbolic names for message mask bits
as ETH_SS_MSG_CLASSES string set.

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:35 +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: provide message mask with DEBUG_GET request 2020-01-27 11:31:35 +01:00
ioctl.c ethtool: provide link state with LINKSTATE_GET request 2019-12-27 16:40:02 -08: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: provide message mask with DEBUG_GET request 2020-01-27 11:31:35 +01:00
netlink.h ethtool: provide message mask with DEBUG_GET 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