OSDN Git Service

Merge branch 'tools-ynl-user-space-c'
authorJakub Kicinski <kuba@kernel.org>
Tue, 6 Jun 2023 19:31:33 +0000 (12:31 -0700)
committerJakub Kicinski <kuba@kernel.org>
Tue, 6 Jun 2023 19:31:34 +0000 (12:31 -0700)
commit2dc476404efa8546a08561877e88bfb2006facab
tree65b79b41b3c90757860329b086e354d2b68312fc
parentae91f7e436f8b631c47e244b892ecac62a4d9430
parentee0202e2e731d074639461b3db2296bf44d847ce
Merge branch 'tools-ynl-user-space-c'

Jakub Kicinski says:

====================
tools: ynl: user space C

Use the code gen which is already in tree to generate a user space
library for a handful of simple families. I find YNL C quite useful
in some WIP projects, and I think others may find it useful, too.
I was hoping someone will pick this work up and finish it...
but it seems that Python YNL has largely stolen the thunder.
Python may not be great for selftest, tho, and actually this lib
is more fully-featured. The Python script was meant as a quick demo,
funny how those things go.

v2: https://lore.kernel.org/all/20230604175843.662084-1-kuba@kernel.org/
v1: https://lore.kernel.org/all/20230603052547.631384-1-kuba@kernel.org/
====================

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