Skip to content

Commit

Permalink
netlink: specs: Fix pse-set command attributes
Browse files Browse the repository at this point in the history
Not all PSE attributes are used for the pse-set netlink command.
Select only the ones used by ethtool.

Fixes: f858641 ("netlink: specs: Expand the pse netlink command with PoE interface")
Signed-off-by: Kory Maincent <[email protected]>
Reviewed-by: Donald Hunter <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
kmaincent authored and davem330 committed Jun 23, 2024
1 parent 49bbeb5 commit 42354e3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Documentation/netlink/specs/ethtool.yaml
Original file line number Diff line number Diff line change
@@ -1603,7 +1603,7 @@ operations:
attributes:
- header
reply:
attributes: &pse
attributes:
- header
- podl-pse-admin-state
- podl-pse-admin-control
@@ -1620,7 +1620,10 @@ operations:

do:
request:
attributes: *pse
attributes:
- header
- podl-pse-admin-control
- c33-pse-admin-control
-
name: rss-get
doc: Get RSS params.

0 comments on commit 42354e3

Please sign in to comment.