Skip to content

Commit

Permalink
net: add basic C code generators for Netlink
Browse files Browse the repository at this point in the history
Code generators to turn Netlink specs into C code.
I'm definitely not proud of it.

The main generator is in Python, there's a bash script
to regen all code-gen'ed files in tree after making
spec changes.

Acked-by: Stanislav Fomichev <sdf@google.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
  • Loading branch information
Jakub Kicinski authored and Paolo Abeni committed Jan 24, 2023
1 parent e616c07 commit be5bea1
Show file tree
Hide file tree
Showing 3 changed files with 2,404 additions and 0 deletions.
1 change: 1 addition & 0 deletions MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -14577,6 +14577,7 @@ F: include/uapi/linux/netdevice.h
F: lib/net_utils.c
F: lib/random32.c
F: net/
F: tools/net/
F: tools/testing/selftests/net/

NETWORKING [IPSEC]
Expand Down
Loading

0 comments on commit be5bea1

Please sign in to comment.