[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <c66b0dfd-a9c4-4eae-852c-3cd9d9babe4f@nvidia.com>
Date: Tue, 18 Nov 2025 11:36:15 +0200
From: Gal Pressman <gal@...dia.com>
To: Jakub Kicinski <kuba@...nel.org>
Cc: "David S. Miller" <davem@...emloft.net>,
Eric Dumazet <edumazet@...gle.com>, Paolo Abeni <pabeni@...hat.com>,
Andrew Lunn <andrew+netdev@...n.ch>, netdev@...r.kernel.org,
Donald Hunter <donald.hunter@...il.com>, Simon Horman <horms@...nel.org>,
Alexei Starovoitov <ast@...nel.org>, Daniel Borkmann <daniel@...earbox.net>,
Jesper Dangaard Brouer <hawk@...nel.org>,
John Fastabend <john.fastabend@...il.com>,
Stanislav Fomichev <sdf@...ichev.me>, bpf@...r.kernel.org,
Nimrod Oren <noren@...dia.com>
Subject: Re: [PATCH net-next 1/3] tools: ynl: cli: Add --list-attrs option to
show operation attributes
On 18/11/2025 3:38, Jakub Kicinski wrote:
> On Sun, 16 Nov 2025 21:28:43 +0200 Gal Pressman wrote:
>> Add a --list-attrs option to the YNL CLI that displays information about
>> netlink operations, including request and reply attributes.
>> This eliminates the need to manually inspect YAML spec files to
>> determine the JSON structure required for operations, or understand the
>> structure of the reply.
>
> I _think_ these two pylint issues are new / should be fixed:
>
> tools/net/ynl/pyynl/cli.py:166:0: W0311: Bad indentation. Found 16 spaces, expected 12 (bad-indentation)
>
> tools/net/ynl/pyynl/cli.py:166:42: E0606: Possibly using variable 'op' before assignment (possibly-used-before-assignment)
Will do.
Powered by blists - more mailing lists