diff options
| author | Donald Hunter <donald.hunter@gmail.com> | 2024-10-18 10:06:30 +0100 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-12-14 20:00:06 +0100 |
| commit | 3295bd236450e2e388b723c60622f60a736ae628 (patch) | |
| tree | 3deef647488189d15f77d7782c4acb4fcd77f2ea /Documentation | |
| parent | ccc22ebf98dfe9ad6e13c1d89b09eb447266de78 (diff) | |
| download | linux-3295bd236450e2e388b723c60622f60a736ae628.tar.gz linux-3295bd236450e2e388b723c60622f60a736ae628.tar.bz2 linux-3295bd236450e2e388b723c60622f60a736ae628.zip | |
netlink: specs: Add missing bitset attrs to ethtool spec
[ Upstream commit b0b3683419b45e2971b6d413c506cb818b268d35 ]
There are a couple of attributes missing from the 'bitset' attribute-set
in the ethtool netlink spec. Add them to the spec.
Reported-by: Kory Maincent <kory.maincent@bootlin.com>
Closes: https://lore.kernel.org/netdev/20241017180551.1259bf5c@kmaincent-XPS-13-7390/
Signed-off-by: Donald Hunter <donald.hunter@gmail.com>
Reviewed-by: Kory Maincent <kory.maincent@bootlin.com>
Tested-by: Kory Maincent <kory.maincent@bootlin.com>
Link: https://patch.msgid.link/20241018090630.22212-1-donald.hunter@gmail.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/netlink/specs/ethtool.yaml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Documentation/netlink/specs/ethtool.yaml b/Documentation/netlink/specs/ethtool.yaml index 837b565577ca..3e38f6956793 100644 --- a/Documentation/netlink/specs/ethtool.yaml +++ b/Documentation/netlink/specs/ethtool.yaml @@ -64,7 +64,12 @@ attribute-sets: name: bits type: nest nested-attributes: bitset-bits - + - + name: value + type: binary + - + name: mask + type: binary - name: string attributes: |
