[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <5324ca9a-6671-2698-f6a4-4ac94ad7bc26@mojatatu.com>
Date: Mon, 12 Jul 2021 07:02:40 -0400
From: Jamal Hadi Salim <jhs@...atatu.com>
To: David Ahern <dsahern@...il.com>, Roi Dayan <roid@...dia.com>,
Hangbin Liu <liuhangbin@...il.com>,
Davide Caratti <dcaratti@...hat.com>
Cc: netdev@...r.kernel.org, Paul Blakey <paulb@...dia.com>,
Stephen Hemminger <stephen@...workplumber.org>,
Roman Mashak <mrv@...atatu.com>,
Baowen Zheng <baowen.zheng@...igine.com>
Subject: Re: [PATCH iproute2-next v4 1/1] police: Add support for json output
On 2021-07-11 12:00 p.m., David Ahern wrote:
>> ...
>> action order 1: police 0x1 rate 1Mbit burst 20Kb mtu 2Kb action
>> reclassify overhead 0b
>>
>>
>>
>>
>> - print_string(PRINT_ANY, "kind", "%s", "police");
>> + print_string(PRINT_JSON, "kind", "%s", "police");
>>
>> - print_uint(PRINT_ANY, "index", "\tindex %u ", p->index);
>> + print_hex(PRINT_FP, NULL, " police 0x%x ", p->index);
>> + print_uint(PRINT_JSON, "index", NULL, p->index);
>>
>>
>
> Jamal: opinions?
Looks good to me. Roi please run the kernel tests to make sure
nothing breaks.
cheers,
jamal
Powered by blists - more mailing lists