Message ID | 20231006114436.1725425-1-jiri@resnulli.us (mailing list archive) |
---|---|
Headers | show |
Series | tools: ynl-gen: lift type requirement for attribute subsets | expand |
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Fri, 6 Oct 2023 13:44:34 +0200 you wrote: > From: Jiri Pirko <jiri@nvidia.com> > > Remove the requirement from schema files to specify the "type" for > attribute subsets and adjust existing schema files. > > Jiri Pirko (2): > tools: ynl-gen: lift type requirement for attribute subsets > netlink: specs: remove redundant type keys from attributes in subsets > > [...] Here is the summary with links: - [net-next,v3,1/2] tools: ynl-gen: lift type requirement for attribute subsets https://git.kernel.org/netdev/net-next/c/e18f3dc2beaa - [net-next,v3,2/2] netlink: specs: remove redundant type keys from attributes in subsets https://git.kernel.org/netdev/net-next/c/7049fd5df78c You are awesome, thank you!
From: Jiri Pirko <jiri@nvidia.com> Remove the requirement from schema files to specify the "type" for attribute subsets and adjust existing schema files. Jiri Pirko (2): tools: ynl-gen: lift type requirement for attribute subsets netlink: specs: remove redundant type keys from attributes in subsets Documentation/netlink/genetlink-c.yaml | 14 +++++++++++++- Documentation/netlink/genetlink-legacy.yaml | 14 +++++++++++++- Documentation/netlink/genetlink.yaml | 14 +++++++++++++- Documentation/netlink/netlink-raw.yaml | 14 +++++++++++++- Documentation/netlink/specs/devlink.yaml | 10 ---------- Documentation/netlink/specs/dpll.yaml | 8 -------- Documentation/netlink/specs/ethtool.yaml | 3 --- 7 files changed, 52 insertions(+), 25 deletions(-)