Re: [PATCH net-next 4/7] ethtool: add DEBUG_NTF notification

From: Andrew Lunn
Date: Sun Jan 26 2020 - 20:22:36 EST


On Sun, Jan 26, 2020 at 11:11:10PM +0100, Michal Kubecek wrote:
> 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@xxxxxxx>

Reviewed-by: Andrew Lunn <andrew@xxxxxxx>

Andrew