Message ID | 20250107022820.2087101-1-kuba@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | tools: ynl: decode link types present in tests | expand |
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Mon, 6 Jan 2025 18:28:17 -0800 you wrote: > 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. > > [...] Here is the summary with links: - [net-next,v2,1/3] tools: ynl: correctly handle overrides of fields in subset https://git.kernel.org/netdev/net-next/c/69072db934df - [net-next,v2,2/3] tools: ynl: print some information about attribute we can't parse https://git.kernel.org/netdev/net-next/c/7aae6505351e - [net-next,v2,3/3] netlink: specs: rt_link: decode ip6tnl, vti and vti6 link attrs https://git.kernel.org/netdev/net-next/c/6ffdbb93a59c You are awesome, thank you!