netlink: specs: add support for auto-sized scalars
authorJakub Kicinski <kuba@kernel.org>
Wed, 18 Oct 2023 21:39:21 +0000 (14:39 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 20 Oct 2023 10:43:35 +0000 (11:43 +0100)
commit7d4caf54d2e8df2ed52240fe339adb13372c6251
tree7551ed1e2bbdcf071275ec67142a156190dfcd3f
parent374d345d9b5e13380c66d7042f9533a6ac6d1195
netlink: specs: add support for auto-sized scalars

Support uint / sint types in specs and YNL.

Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Acked-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/netlink/genetlink-c.yaml
Documentation/netlink/genetlink-legacy.yaml
Documentation/netlink/genetlink.yaml
tools/net/ynl/lib/nlspec.py
tools/net/ynl/lib/ynl.c
tools/net/ynl/lib/ynl.h
tools/net/ynl/lib/ynl.py
tools/net/ynl/ynl-gen-c.py