public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/3] YNL CLI --list-attrs argument
@ 2025-11-18 14:32 Gal Pressman
  2025-11-18 14:32 ` [PATCH net-next v2 1/3] tools: ynl: cli: Add --list-attrs option to show operation attributes Gal Pressman
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Gal Pressman @ 2025-11-18 14:32 UTC (permalink / raw)
  To: David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
	Andrew Lunn, netdev
  Cc: Donald Hunter, Simon Horman, Alexei Starovoitov, Daniel Borkmann,
	Jesper Dangaard Brouer, John Fastabend, Stanislav Fomichev, bpf,
	Gal Pressman

While experimenting with the YNL CLI, I found the process of going back
and forth to examine the YAML spec files in order to figure out how to
use each command quite tiring.

The addition of --list-attrs helps by providing all information needed
directly in the tool. I figured others would likely find it useful as
well.

Changelog -
v1->v2: https://lore.kernel.org/all/20251116192845.1693119-1-gal@nvidia.com/
* Remove dead print in else case.
* Pass 'notify' explicitly in notify operation.
* Move nested functions out of main().
* Fix pylint issues.
* Add a print of the op documentation at the beginning.
* Specify enum vs. flags when displaying enum values.

Gal Pressman (3):
  tools: ynl: cli: Add --list-attrs option to show operation attributes
  tools: ynl: cli: Parse nested attributes in --list-attrs output
  tools: ynl: cli: Display enum values in --list-attrs output

 tools/net/ynl/pyynl/cli.py | 79 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 79 insertions(+)

-- 
2.40.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-11-20 14:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-18 14:32 [PATCH net-next v2 0/3] YNL CLI --list-attrs argument Gal Pressman
2025-11-18 14:32 ` [PATCH net-next v2 1/3] tools: ynl: cli: Add --list-attrs option to show operation attributes Gal Pressman
2025-11-18 14:32 ` [PATCH net-next v2 2/3] tools: ynl: cli: Parse nested attributes in --list-attrs output Gal Pressman
2025-11-18 14:32 ` [PATCH net-next v2 3/3] tools: ynl: cli: Display enum values " Gal Pressman
2025-11-20 14:50 ` [PATCH net-next v2 0/3] YNL CLI --list-attrs argument patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox