]> git.baikalelectronics.ru Git - kernel.git/commit
docs: netlink: basic introduction to Netlink
authorJakub Kicinski <kuba@kernel.org>
Fri, 19 Aug 2022 20:02:21 +0000 (13:02 -0700)
committerJakub Kicinski <kuba@kernel.org>
Tue, 23 Aug 2022 23:10:23 +0000 (16:10 -0700)
commit891985ad538f28484e20c5aea590da6f6ccba8f6
treeca1b4f1f225ba212247dac18f548f7fc7fe15655
parentab2b94291d37fbb7b1af841841d795677bc1aeb1
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>
Documentation/userspace-api/index.rst
Documentation/userspace-api/netlink/index.rst [new file with mode: 0644]
Documentation/userspace-api/netlink/intro.rst [new file with mode: 0644]