On Mon, Dec 7, 2015 at 8:44 PM, <[email protected]> wrote:
> From: Kan Liang <[email protected]>
>
> Intruduce new coalesce option "queue" to get/set coalesce value to
s/Intruduce/Introduce/
[...]
> diff --git a/ethtool.c b/ethtool.c
> index 92c40b8..7c644db 100644
> --- a/ethtool.c
> +++ b/ethtool.c
> @@ -1178,6 +1178,12 @@ static int dump_channels(const struct ethtool_channels
> *echannels)
>
> static int dump_coalesce(const struct ethtool_coalesce *ecoal)
> {
> + if (ecoal->queue < 0)
> + fprintf(stdout, "Queue: All\n");
If some queues have been given different settings, then "All" is
rather misleading, and there seems to be no way to indicate that some
queues have separate settings.
sln
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html