netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v2 00/12] tools: ynl: prepare for wireguard
@ 2025-09-10 23:08 Asbjørn Sloth Tønnesen
  2025-09-10 23:08 ` [PATCH net-next v2 01/12] tools: ynl-gen: allow overriding name-prefix for constants Asbjørn Sloth Tønnesen
                   ` (12 more replies)
  0 siblings, 13 replies; 15+ messages in thread
From: Asbjørn Sloth Tønnesen @ 2025-09-10 23:08 UTC (permalink / raw)
  To: Jason A. Donenfeld, David S. Miller, Eric Dumazet, Jakub Kicinski,
	Paolo Abeni
  Cc: Asbjørn Sloth Tønnesen, Donald Hunter, Simon Horman,
	Jacob Keller, Andrew Lunn, Sabrina Dubroca, wireguard, netdev,
	linux-kernel


This series contains the last batch of YNL changes to support
the wireguard YNL conversion.

The wireguard changes, to be applied on top of this series,
has been posted as an RFC series here:
  https://lore.kernel.org/netdev/20250904-wg-ynl-rfc@fiberby.net/

---
v2:
- Added Reviewed-By's to unchanged patches. Thanks to all reviewers.
- Patch 4, refactors local variables for .attr_put() callers, and
  replaces the old patch 4 and 5.
- Patch 5 and 6 are new, and reduces the differences between the 3
  .attr_put() callers, so it might be easier to keep them in sync.
- Patch 7, now validates the nested payload (thanks Jakub).
- Patch 8, now renames more variables (thanks Jakub),
- Patch 10, got a dead line remove (thanks Donald).
- Patch 11, revised hex input to support macsec (suggested by Sabrina).
v1: https://lore.kernel.org/netdev/20250904-wg-ynl-prep@fiberby.net/

Asbjørn Sloth Tønnesen (12):
  tools: ynl-gen: allow overriding name-prefix for constants
  tools: ynl-gen: generate nested array policies
  tools: ynl-gen: add sub-type check
  tools: ynl-gen: refactor local vars for .attr_put() callers
  tools: ynl-gen: add CodeWriter.p_lines() helper
  tools: ynl-gen: deduplicate fixed_header handling
  tools: ynl-gen: only validate nested array payload
  tools: ynl-gen: rename TypeArrayNest to TypeIndexedArray
  tools: ynl: move nest packing to a helper function
  tools: ynl: encode indexed-arrays
  tools: ynl: decode hex input
  tools: ynl: add ipv4-or-v6 display hint

 Documentation/netlink/genetlink-legacy.yaml |   2 +-
 tools/net/ynl/lib/ynl-priv.h                |   2 +
 tools/net/ynl/lib/ynl.c                     |  17 ++-
 tools/net/ynl/pyynl/lib/ynl.py              |  38 ++++-
 tools/net/ynl/pyynl/ynl_gen_c.py            | 152 +++++++++++---------
 5 files changed, 133 insertions(+), 78 deletions(-)

-- 
2.51.0


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

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

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-10 23:08 [PATCH net-next v2 00/12] tools: ynl: prepare for wireguard Asbjørn Sloth Tønnesen
2025-09-10 23:08 ` [PATCH net-next v2 01/12] tools: ynl-gen: allow overriding name-prefix for constants Asbjørn Sloth Tønnesen
2025-09-10 23:08 ` [PATCH net-next v2 02/12] tools: ynl-gen: generate nested array policies Asbjørn Sloth Tønnesen
2025-09-10 23:08 ` [PATCH net-next v2 03/12] tools: ynl-gen: add sub-type check Asbjørn Sloth Tønnesen
2025-09-10 23:08 ` [PATCH net-next v2 04/12] tools: ynl-gen: refactor local vars for .attr_put() callers Asbjørn Sloth Tønnesen
2025-09-10 23:08 ` [PATCH net-next v2 05/12] tools: ynl-gen: add CodeWriter.p_lines() helper Asbjørn Sloth Tønnesen
2025-09-11 10:47   ` Donald Hunter
2025-09-10 23:08 ` [PATCH net-next v2 06/12] tools: ynl-gen: deduplicate fixed_header handling Asbjørn Sloth Tønnesen
2025-09-10 23:08 ` [PATCH net-next v2 07/12] tools: ynl-gen: only validate nested array payload Asbjørn Sloth Tønnesen
2025-09-10 23:08 ` [PATCH net-next v2 08/12] tools: ynl-gen: rename TypeArrayNest to TypeIndexedArray Asbjørn Sloth Tønnesen
2025-09-10 23:08 ` [PATCH net-next v2 09/12] tools: ynl: move nest packing to a helper function Asbjørn Sloth Tønnesen
2025-09-10 23:08 ` [PATCH net-next v2 10/12] tools: ynl: encode indexed-arrays Asbjørn Sloth Tønnesen
2025-09-10 23:08 ` [PATCH net-next v2 11/12] tools: ynl: decode hex input Asbjørn Sloth Tønnesen
2025-09-10 23:08 ` [PATCH net-next v2 12/12] tools: ynl: add ipv4-or-v6 display hint Asbjørn Sloth Tønnesen
2025-09-11  1:29 ` [PATCH net-next v2 00/12] tools: ynl: prepare for wireguard Jakub Kicinski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).