[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <b7443cef-ca2a-4833-bb76-e4f527a98aad@kernel.org>
Date: Sun, 26 Oct 2025 17:24:48 -0600
From: David Ahern <dsahern@...nel.org>
To: Andrea Claudi <aclaudi@...hat.com>, netdev@...r.kernel.org
Cc: Stephen Hemminger <stephen@...workplumber.org>
Subject: Re: [PATCH iproute2-next 0/3] misc: convert to high-level json_print
API
On 10/21/25 2:39 PM, Andrea Claudi wrote:
> This patch series converts three utilities in the misc/ directory
> (ifstat, nstat, and lnstat) from using the low-level json_writer API to
> the high-level json_print API, ensuring they use the same json printing
> logic of all the other iproute2 tools.
>
> The JSON output before and after these changes remains the same.
>
> Andrea Claudi (3):
> ifstat: convert to high-level json_print API
> nstat: convert to high-level json_print API
> lnstat: convert to high-level json_print API
>
> misc/ifstat.c | 85 ++++++++++++++++++++++-----------------------------
> misc/lnstat.c | 17 +++++------
> misc/nstat.c | 48 +++++++++++++----------------
> 3 files changed, 65 insertions(+), 85 deletions(-)
>
applied to iproute2-next; thanks for working on cleanups.
Powered by blists - more mailing lists