commit | 0684f29a89e58944a9bfae3a8b5c1a217e44c960 | [log] [tgz] |
---|---|---|
author | Jakub Kicinski <kuba@kernel.org> | Fri May 26 15:06:53 2023 -0700 |
committer | Jakub Kicinski <kuba@kernel.org> | Mon May 29 22:03:48 2023 -0700 |
tree | ec7823a56f8edc607fad6d1ae1b2ef926ac1802a | |
parent | 36936a56e1814f6c526fe71fbf980beab4f5577a [diff] |
netlink: specs: correct types of legacy arrays ethtool has some attrs which dump multiple scalars into an attribute. The spec currently expects one attr per entry. Fixes: a353318ebf24 ("tools: ynl: populate most of the ethtool spec") Acked-by: Stanislav Fomichev <sdf@google.com> Link: https://lore.kernel.org/r/20230526220653.65538-1-kuba@kernel.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>