[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240314085143.251f10be@hermes.local>
Date: Thu, 14 Mar 2024 08:51:43 -0700
From: Stephen Hemminger <stephen@...workplumber.org>
To: Petr Machata <petrm@...dia.com>
Cc: David Ahern <dsahern@...nel.org>, <netdev@...r.kernel.org>, Ido Schimmel
<idosch@...dia.com>, "Jakub Kicinski" <kuba@...nel.org>, <mlxsw@...dia.com>
Subject: Re: [PATCH iproute2-next v2 2/4] ip: ipnexthop: Support dumping
next hop group stats
On Thu, 14 Mar 2024 15:52:13 +0100
Petr Machata <petrm@...dia.com> wrote:
> Next hop group stats allow verification of balancedness of a next hop
> group. The feature was merged in kernel commit 7cf497e5a122 ("Merge branch
> 'nexthop-group-stats'"). Add to ip the corresponding support. The
> statistics are requested if "ip nexthop" is started with -s.
>
> Signed-off-by: Petr Machata <petrm@...dia.com>
Checkpatch complains:
WARNING: braces {} are not necessary for single statement blocks
#273: FILE: ip/ipnexthop.c:568:
+ if (show_stats) {
+ op_flags |= NHA_OP_FLAG_DUMP_STATS;
+ }
total: 0 erro
Powered by blists - more mailing lists