Re: [PATCH net-next 02/12] ethtool: provide coalescing parameters with COALESCE_GET request

From: Jakub Kicinski
Date: Fri Mar 27 2020 - 00:16:41 EST


On Fri, 27 Mar 2020 01:11:57 +0100 (CET) Michal Kubecek wrote:
> Implement COALESCE_GET request to get coalescing parameters of a network
> device. These are traditionally available via ETHTOOL_GCOALESCE ioctl
> request. This commit adds only support for device coalescing parameters,
> not per queue coalescing parameters.
>
> Omit attributes with zero values unless they are declared as supported
> (i.e. the corresponding bit in ethtool_ops::supported_coalesce_params is
> set).
>
> Signed-off-by: Michal Kubecek <mkubecek@xxxxxxx>

Reviewed-by: Jakub Kicinski <kuba@xxxxxxxxxx>