[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id:
<168656462143.8451.16448391404469889104.git-patchwork-notify@kernel.org>
Date: Mon, 12 Jun 2023 10:10:21 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Jakub Kicinski <kuba@...nel.org>
Cc: davem@...emloft.net, netdev@...r.kernel.org, edumazet@...gle.com,
pabeni@...hat.com, sdf@...gle.com
Subject: Re: [PATCH net-next 00/12] tools: ynl: generate code for the ethtool
family
Hello:
This series was applied to netdev/net-next.git (main)
by David S. Miller <davem@...emloft.net>:
On Fri, 9 Jun 2023 14:43:34 -0700 you wrote:
> And finally ethtool support. Thanks to Stan's work the ethtool family
> spec is quite complete, so there is a lot of operations to support.
>
> I chickened out of stats-get support, they require at the very least
> type-value support on a u64 scalar. Type-value is an arrangement where
> a u16 attribute is encoded directly in attribute type. Code gen can
> support this if the inside is a nest, we just throw in an extra
> field into that nest to carry the attr type. But a little more coding
> is needed to for a scalar, because first we need to turn the scalar
> into a struct with one member, then we can add the attr type.
>
> [...]
Here is the summary with links:
- [net-next,01/12] tools: ynl-gen: support excluding tricky ops
https://git.kernel.org/netdev/net-next/c/008bcd6835a2
- [net-next,02/12] tools: ynl-gen: record extra args for regen
https://git.kernel.org/netdev/net-next/c/33eedb0071c8
- [net-next,03/12] netlink: specs: support setting prefix-name per attribute
https://git.kernel.org/netdev/net-next/c/ed2042cc77f1
- [net-next,04/12] netlink: specs: ethtool: add C render hints
https://git.kernel.org/netdev/net-next/c/d4813b11d679
- [net-next,05/12] tools: ynl-gen: don't generate enum types if unnamed
https://git.kernel.org/netdev/net-next/c/dddc9f53da3e
- [net-next,06/12] tools: ynl-gen: resolve enum vs struct name conflicts
https://git.kernel.org/netdev/net-next/c/2c9d47a095f7
- [net-next,07/12] netlink: specs: ethtool: add empty enum stringset
https://git.kernel.org/netdev/net-next/c/180ad455273a
- [net-next,08/12] netlink: specs: ethtool: untangle UDP tunnels and cable test a bit
https://git.kernel.org/netdev/net-next/c/37c852222712
- [net-next,09/12] netlink: specs: ethtool: untangle stats-get
https://git.kernel.org/netdev/net-next/c/709d0c3b3d4c
- [net-next,10/12] netlink: specs: ethtool: mark pads as pads
https://git.kernel.org/netdev/net-next/c/68335713d2ea
- [net-next,11/12] tools: ynl: generate code for the ethtool family
https://git.kernel.org/netdev/net-next/c/2d7be507d65e
- [net-next,12/12] tools: ynl: add sample for ethtool
https://git.kernel.org/netdev/net-next/c/f561ff232a6b
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Powered by blists - more mailing lists