OSDN Git Service

tools: ynl: user space helpers
authorJakub Kicinski <kuba@kernel.org>
Mon, 5 Jun 2023 19:01:06 +0000 (12:01 -0700)
committerJakub Kicinski <kuba@kernel.org>
Tue, 6 Jun 2023 19:31:31 +0000 (12:31 -0700)
commit86878f14d71af89149a955122afd8b7af1ee9bf2
tree6c98d2b17a645381a9a3b0d945462c2333d2c599
parenta99bfdf647953f8ac4ae71f373113e8ac194f1c0
tools: ynl: user space helpers

Add "fixed" part of the user space Netlink Spec-based library.
This will get linked with the protocol implementations to form
a full API.

Acked-by: Willem de Bruijn <willemb@google.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Documentation/userspace-api/netlink/intro-specs.rst
tools/net/ynl/Makefile [new file with mode: 0644]
tools/net/ynl/generated/Makefile [new file with mode: 0644]
tools/net/ynl/lib/Makefile [new file with mode: 0644]
tools/net/ynl/lib/ynl.c [new file with mode: 0644]
tools/net/ynl/lib/ynl.h [new file with mode: 0644]
tools/net/ynl/ynl-regen.sh