Skip to content

Commit 0105101

Browse files
committed
netlink: specs: ethtool: fix module EEPROM input/output arguments
Module (SFP) eeprom GET has a lot of input params, they are all mistakenly listed as output in the spec. Looks like kernel doesn't output them at all. Correct what are the inputs and what the outputs. Reported-by: Duo Yi <[email protected]> Fixes: a353318 ("tools: ynl: populate most of the ethtool spec") Acked-by: Stanislav Fomichev <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 759dfc7 commit 0105101

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Documentation/netlink/specs/ethtool.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2342,16 +2342,16 @@ operations:
23422342

23432343
do: &module-eeprom-get-op
23442344
request:
2345-
attributes:
2346-
- header
2347-
reply:
23482345
attributes:
23492346
- header
23502347
- offset
23512348
- length
23522349
- page
23532350
- bank
23542351
- i2c-address
2352+
reply:
2353+
attributes:
2354+
- header
23552355
- data
23562356
dump: *module-eeprom-get-op
23572357
-

0 commit comments

Comments
 (0)