[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <877drkk4qu.fsf@nvidia.com>
Date: Tue, 20 Oct 2020 22:43:37 +0200
From: Petr Machata <me@...chata.org>
To: Jakub Kicinski <kuba@...nel.org>
Cc: netdev@...r.kernel.org, dsahern@...il.com,
stephen@...workplumber.org, john.fastabend@...il.com,
jiri@...dia.com, idosch@...dia.com
Subject: Re: [PATCH iproute2-next 15/15] dcb: Add a subtool for the DCB ETS object
Jakub Kicinski <kuba@...nel.org> writes:
> On Tue, 20 Oct 2020 02:58:23 +0200 Petr Machata wrote:
>> +static void dcb_ets_print_cbs(FILE *fp, const struct ieee_ets *ets)
>> +{
>> + print_string(PRINT_ANY, "cbs", "cbs %s ", ets->cbs ? "on" : "off");
>> +}
>
> I'd personally lean in the direction ethtool is taking and try to limit
> string values in json output as much as possible. This would be a good
> fit for bool.
Yep, makes sense. The value is not user-toggleable, so the on / off
there is just arbitrary.
I'll consider it for "willing" as well. That one is user-toggleable, and
the "on" / "off" makes sense for consistency with the command line. But
that doesn't mean it can't be a boolean in JSON.
Powered by blists - more mailing lists