[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240301171431.65892-1-donald.hunter@gmail.com>
Date: Fri, 1 Mar 2024 17:14:27 +0000
From: Donald Hunter <donald.hunter@...il.com>
To: netdev@...r.kernel.org,
Jakub Kicinski <kuba@...nel.org>,
"David S. Miller" <davem@...emloft.net>,
Eric Dumazet <edumazet@...gle.com>,
Paolo Abeni <pabeni@...hat.com>,
Jacob Keller <jacob.e.keller@...el.com>,
Jiri Pirko <jiri@...nulli.us>,
Stanislav Fomichev <sdf@...gle.com>
Cc: donald.hunter@...hat.com,
Donald Hunter <donald.hunter@...il.com>
Subject: [PATCH net-next v1 0/4] 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 adds multi-level array-nest for nlctrl
Patch 4 contains the nlctrl spec
Donald Hunter (4):
tools/net/ynl: Fix extack decoding for netlink-raw
tools/net/ynl: Report netlink errors without stacktrace
tools/net/ynl: Extend array-nest for multi level nesting
doc/netlink/specs: Add spec for nlctrl netlink family
Documentation/netlink/genetlink-legacy.yaml | 3 +
Documentation/netlink/specs/nlctrl.yaml | 191 ++++++++++++++++++++
tools/net/ynl/cli.py | 18 +-
tools/net/ynl/lib/__init__.py | 4 +-
tools/net/ynl/lib/nlspec.py | 2 +
tools/net/ynl/lib/ynl.py | 16 +-
6 files changed, 221 insertions(+), 13 deletions(-)
create mode 100644 Documentation/netlink/specs/nlctrl.yaml
--
2.42.0
Powered by blists - more mailing lists