netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] tools: ynl: auto-gen for all genetlink families
@ 2024-02-02  0:49 Jakub Kicinski
  2024-02-02  0:49 ` [PATCH net-next 1/3] tools: ynl: include dpll and mptcp_pm in C codegen Jakub Kicinski
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Jakub Kicinski @ 2024-02-02  0:49 UTC (permalink / raw)
  To: davem; +Cc: netdev, edumazet, pabeni, jiri, donald.hunter, sdf,
	Jakub Kicinski

The code gen has caught up with all features required in genetlink
families in Linux 6.8 already. We have also stopped committing auto-
-generated user space code to the tree. Instead of listing all the
families in the Makefile search the spec directory, and generate
code for everything that's not legacy netlink.

Jakub Kicinski (3):
  tools: ynl: include dpll and mptcp_pm in C codegen
  tools: ynl: generate code for ovs families
  tools: ynl: auto-gen for all genetlink families

 tools/net/ynl/Makefile.deps      |  2 ++
 tools/net/ynl/generated/Makefile |  5 ++-
 tools/net/ynl/samples/ovs.c      | 60 ++++++++++++++++++++++++++++++++
 3 files changed, 66 insertions(+), 1 deletion(-)
 create mode 100644 tools/net/ynl/samples/ovs.c

-- 
2.43.0


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

end of thread, other threads:[~2024-02-03  5:20 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-02  0:49 [PATCH net-next 0/3] tools: ynl: auto-gen for all genetlink families Jakub Kicinski
2024-02-02  0:49 ` [PATCH net-next 1/3] tools: ynl: include dpll and mptcp_pm in C codegen Jakub Kicinski
2024-02-02 10:21   ` Jiri Pirko
2024-02-02  0:49 ` [PATCH net-next 2/3] tools: ynl: generate code for ovs families Jakub Kicinski
2024-02-02 10:24   ` Jiri Pirko
2024-02-02  0:49 ` [PATCH net-next 3/3] tools: ynl: auto-gen for all genetlink families Jakub Kicinski
2024-02-02 10:25   ` Jiri Pirko
2024-02-03  5:20 ` [PATCH net-next 0/3] " 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;
as well as URLs for NNTP newsgroup(s).