summaryrefslogtreecommitdiff
path: root/Documentation/netlink/specs/ethtool.yaml
diff options
context:
space:
mode:
authorKory Maincent <kory.maincent@bootlin.com>2024-06-21 16:00:59 +0300
committerDavid S. Miller <davem@davemloft.net>2024-06-23 12:04:19 +0300
commit42354e3c3150cf886457f3354af0acefc56b53a2 (patch)
tree4321ea6f5efdae48f4c10ceb8a979d88585688ca /Documentation/netlink/specs/ethtool.yaml
parent49bbeb5719c2f56907d3a9623b47c6c15c2c431d (diff)
downloadlinux-42354e3c3150cf886457f3354af0acefc56b53a2.tar.xz
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: f8586411e40e ("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>
Diffstat (limited to 'Documentation/netlink/specs/ethtool.yaml')
-rw-r--r--Documentation/netlink/specs/ethtool.yaml7
1 files changed, 5 insertions, 2 deletions
diff --git a/Documentation/netlink/specs/ethtool.yaml b/Documentation/netlink/specs/ethtool.yaml
index 00dc61358be8..4510e8d1adcb 100644
--- a/Documentation/netlink/specs/ethtool.yaml
+++ b/Documentation/netlink/specs/ethtool.yaml
@@ -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.