OSDN Git Service

Merge branch 'tools-ynl-gen-dust-off-the-user-space-code'
authorJakub Kicinski <kuba@kernel.org>
Sat, 3 Jun 2023 05:10:48 +0000 (22:10 -0700)
committerJakub Kicinski <kuba@kernel.org>
Sat, 3 Jun 2023 05:10:49 +0000 (22:10 -0700)
commit7fa217d4be0fd6f4f91e01ab7c4a7f225462e013
tree1b6e10a2eebbf50cf198bb9d72763a1b5f989e1c
parent3f06760c00f56c5fe6c7f3361c2cf64becee1174
parent59d814f0f28513ae632739634e3b869098beb093
Merge branch 'tools-ynl-gen-dust-off-the-user-space-code'

Jakub Kicinski says:

====================
tools: ynl-gen: dust off the user space code

Every now and then I wish I finished the user space part of
the netlink specs, Python scripts kind of stole the show but
C is useful for selftests and stuff which needs to be fast.
Recently someone asked me how to access devlink and ethtool
from C++ which pushed me over the edge.

Fix things which bit rotted and finish notification handling.
This series contains code gen changes only. I'll follow up
with the fixed component, samples and docs as soon as it's
merged.
====================

Link: https://lore.kernel.org/r/20230602023548.463441-1-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>