diff options
author | Jakub Kicinski <kuba@kernel.org> | 2022-08-19 13:02:21 -0700 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2022-08-23 16:10:23 -0700 |
commit | 510156a7f0cb0c3e86099f85f0ccbb6b2df6b06f (patch) | |
tree | ca1b4f1f225ba212247dac18f548f7fc7fe15655 /Documentation/userspace-api/index.rst | |
parent | 30b6055428a90cc52d4add164df12b94ab07c3fd (diff) | |
download | lwn-510156a7f0cb0c3e86099f85f0ccbb6b2df6b06f.tar.gz lwn-510156a7f0cb0c3e86099f85f0ccbb6b2df6b06f.zip |
docs: netlink: basic introduction to Netlink
Provide a bit of a brain dump of netlink related information
as documentation. Hopefully this will be useful to people
trying to navigate implementing YAML based parsing in languages
we won't be able to help with.
I started writing this doc while trying to figure out what
it'd take to widen the applicability of YAML to good old rtnl,
but the doc grew beyond that as it usually happens.
In all honesty a lot of this information is new to me as I usually
follow the "copy an existing example, drink to forget" process
of writing netlink user space, so reviews will be much appreciated.
Reviewed-by: Jacob Keller <jacob.e.keller@intel.com>
Acked-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20220819200221.422801-2-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'Documentation/userspace-api/index.rst')
-rw-r--r-- | Documentation/userspace-api/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/userspace-api/index.rst b/Documentation/userspace-api/index.rst index a61eac0c73f8..c78da9ce0ec4 100644 --- a/Documentation/userspace-api/index.rst +++ b/Documentation/userspace-api/index.rst @@ -26,6 +26,7 @@ place where this information is gathered. ioctl/index iommu media/index + netlink/index sysfs-platform_profile vduse futex2 |