summaryrefslogtreecommitdiff
path: root/Documentation/userspace-api/netlink/index.rst
diff options
context:
space:
mode:
authorJakub Kicinski <kuba@kernel.org>2022-08-19 13:02:21 -0700
committerJakub Kicinski <kuba@kernel.org>2022-08-23 16:10:23 -0700
commit510156a7f0cb0c3e86099f85f0ccbb6b2df6b06f (patch)
treeca1b4f1f225ba212247dac18f548f7fc7fe15655 /Documentation/userspace-api/netlink/index.rst
parent30b6055428a90cc52d4add164df12b94ab07c3fd (diff)
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/netlink/index.rst')
-rw-r--r--Documentation/userspace-api/netlink/index.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/Documentation/userspace-api/netlink/index.rst b/Documentation/userspace-api/netlink/index.rst
new file mode 100644
index 000000000000..b0c21538d97d
--- /dev/null
+++ b/Documentation/userspace-api/netlink/index.rst
@@ -0,0 +1,12 @@
+.. SPDX-License-Identifier: BSD-3-Clause
+
+================
+Netlink Handbook
+================
+
+Netlink documentation for users.
+
+.. toctree::
+ :maxdepth: 2
+
+ intro