Skip to content

Commit 42354e3

Browse files
kmaincentdavem330
authored andcommitted
netlink: specs: Fix pse-set command attributes
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 <kory.maincent@bootlin.com> Reviewed-by: Donald Hunter <donald.hunter@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 49bbeb5 commit 42354e3

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

Documentation/netlink/specs/ethtool.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1603,7 +1603,7 @@ operations:
16031603
attributes:
16041604
- header
16051605
reply:
1606-
attributes: &pse
1606+
attributes:
16071607
- header
16081608
- podl-pse-admin-state
16091609
- podl-pse-admin-control
@@ -1620,7 +1620,10 @@ operations:
16201620

16211621
do:
16221622
request:
1623-
attributes: *pse
1623+
attributes:
1624+
- header
1625+
- podl-pse-admin-control
1626+
- c33-pse-admin-control
16241627
-
16251628
name: rss-get
16261629
doc: Get RSS params.

0 commit comments

Comments
 (0)