Merge branch 'tools-net-ynl-add-support-for-nlctrl-netlink-family'
authorJakub Kicinski <kuba@kernel.org>
Fri, 8 Mar 2024 04:28:41 +0000 (20:28 -0800)
committerJakub Kicinski <kuba@kernel.org>
Fri, 8 Mar 2024 04:28:41 +0000 (20:28 -0800)
commit196febcb82ebf1f1c0b7f72b2a39042f2c7ebcb6
tree1a31d9998967ec09868b619a06e8568de9b834c4
parent62a1e416022eea750f5a8c2e310ca5e3f1be375b
parent768e044a5fd4cb52e8677e8e18477fa46cfc5329
Merge branch 'tools-net-ynl-add-support-for-nlctrl-netlink-family'

Donald Hunter says:

====================
tools/net/ynl: Add support for nlctrl netlink family

This series adds a new YNL spec for the nlctrl family, plus some fixes
and enhancements for ynl.

Patch 1 fixes an extack decoding bug
Patch 2 gives cleaner netlink error reporting
Patch 3 fixes an array-nest codegen bug
Patch 4 adds nest-type-value support to ynl
Patch 5 fixes the ynl schemas to allow empty enum-name attrs
Patch 6 contains the nlctrl spec
====================

Link: https://lore.kernel.org/r/20240306231046.97158-1-donald.hunter@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>