docs: netlink: add a starting guide for working with specs
authorJakub Kicinski <kuba@kernel.org>
Tue, 31 Jan 2023 02:33:53 +0000 (18:33 -0800)
committerJakub Kicinski <kuba@kernel.org>
Wed, 1 Feb 2023 04:36:03 +0000 (20:36 -0800)
commit01e47a372268beaec517dc0ea8d9101550600df4
treee95511c7f80a0e1e961b7990e8f85cef5e4c1649
parentb784db7ae840811dfb3eea900620f6bb4ae6e0b1
docs: netlink: add a starting guide for working with specs

We have a bit of documentation about the internals of Netlink
and the specs, but really the goal is for most people to not
worry about those. Add a practical guide for beginners who
want to poke at the specs.

Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Documentation/userspace-api/netlink/index.rst
Documentation/userspace-api/netlink/intro-specs.rst [new file with mode: 0644]
Documentation/userspace-api/netlink/specs.rst