[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230316120142.94268-1-donald.hunter@gmail.com>
Date: Thu, 16 Mar 2023 12:01:40 +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>
Cc: donald.hunter@...hat.com, Donald Hunter <donald.hunter@...il.com>
Subject: [PATCH net-next v1 0/2] ynl: add support for user headers and struct attrs
Add support for user headers and struct attrs to YNL.
Patch 1 adds the capabilities to YNL.
Patch 2 adds partial openvswitch specs that demonstrate the new features.
Donald Hunter (2):
tools: ynl: add user-header and struct attr support
netlink: specs: add partial specification for openvswitch
Documentation/netlink/genetlink-legacy.yaml | 10 +-
Documentation/netlink/specs/ovs_datapath.yaml | 154 ++++++++++++++++++
Documentation/netlink/specs/ovs_vport.yaml | 141 ++++++++++++++++
tools/net/ynl/lib/ynl.py | 58 ++++++-
4 files changed, 355 insertions(+), 8 deletions(-)
create mode 100644 Documentation/netlink/specs/ovs_datapath.yaml
create mode 100644 Documentation/netlink/specs/ovs_vport.yaml
--
2.39.0
Powered by blists - more mailing lists