Commit 57b30d2a authored by Kory Maincent (Dent Project)'s avatar Kory Maincent (Dent Project) Committed by Jakub Kicinski

netlink: specs: Modify pse attribute prefix

Remove podl from the attribute prefix to prepare the support of PoE pse
netlink spec.
Reviewed-by: default avatarAndrew Lunn <andrew@lunn.ch>
Signed-off-by: default avatarKory Maincent <kory.maincent@bootlin.com>
Link: https://lore.kernel.org/r/20240417-feature_poe-v9-4-242293fd1900@bootlin.comSigned-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 4d18e3dd
...@@ -899,17 +899,17 @@ attribute-sets: ...@@ -899,17 +899,17 @@ attribute-sets:
type: nest type: nest
nested-attributes: header nested-attributes: header
- -
name: admin-state name: podl-pse-admin-state
type: u32 type: u32
name-prefix: ethtool-a-podl-pse- name-prefix: ethtool-a-
- -
name: admin-control name: podl-pse-admin-control
type: u32 type: u32
name-prefix: ethtool-a-podl-pse- name-prefix: ethtool-a-
- -
name: pw-d-status name: podl-pse-pw-d-status
type: u32 type: u32
name-prefix: ethtool-a-podl-pse- name-prefix: ethtool-a-
- -
name: rss name: rss
attributes: attributes:
...@@ -1593,9 +1593,9 @@ operations: ...@@ -1593,9 +1593,9 @@ operations:
reply: reply:
attributes: &pse attributes: &pse
- header - header
- admin-state - podl-pse-admin-state
- admin-control - podl-pse-admin-control
- pw-d-status - podl-pse-pw-d-status
dump: *pse-get-op dump: *pse-get-op
- -
name: pse-set name: pse-set
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment