[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250105012523.1722231-1-kuba@kernel.org>
Date: Sat, 4 Jan 2025 17:25:20 -0800
From: Jakub Kicinski <kuba@...nel.org>
To: davem@...emloft.net
Cc: donald.hunter@...il.com,
netdev@...r.kernel.org,
edumazet@...gle.com,
pabeni@...hat.com,
Jakub Kicinski <kuba@...nel.org>
Subject: [PATCH net-next 0/3] tools: ynl: decode link types present in tests
Using a kernel built for the net selftest target to run drivers/net
tests currently fails, because the net kernel automatically spawns
a handful of tunnel devices which YNL can't decode.
Fill in those missing link types in rt_link. We need to extend subset
support a bit for it to work.
Jakub Kicinski (3):
tools: ynl: correctly handle overrides of fields in subset
tools: ynl: print some information about attribute we can't parse
netlink: specs: rt_link: decode ip6tnl, vti and vti6 link attrs
Documentation/netlink/specs/rt_link.yaml | 87 ++++++++++++++++++++++++
tools/net/ynl/lib/nlspec.py | 5 +-
tools/net/ynl/lib/ynl.py | 72 +++++++++++---------
3 files changed, 129 insertions(+), 35 deletions(-)
--
2.47.1
Powered by blists - more mailing lists