Skip to content

Commit b0b3683

Browse files
donaldhPaolo Abeni
authored andcommitted
netlink: specs: Add missing bitset attrs to ethtool spec
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 <[email protected]> Closes: https://lore.kernel.org/netdev/20241017180551.1259bf5c@kmaincent-XPS-13-7390/ Signed-off-by: Donald Hunter <[email protected]> Reviewed-by: Kory Maincent <[email protected]> Tested-by: Kory Maincent <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Paolo Abeni <[email protected]>
1 parent 7cfc1b1 commit b0b3683

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Documentation/netlink/specs/ethtool.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,12 @@ attribute-sets:
9696
name: bits
9797
type: nest
9898
nested-attributes: bitset-bits
99-
99+
-
100+
name: value
101+
type: binary
102+
-
103+
name: mask
104+
type: binary
100105
-
101106
name: string
102107
attributes:

0 commit comments

Comments
 (0)