mirror of
git://git.yoctoproject.org/linux-yocto.git
synced 2025-10-22 15:03:53 +02:00
netlink: specs: ethtool: fix module EEPROM input/output arguments
[ Upstream commit0105101288
] 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 <duo@meta.com> Fixes:a353318ebf
("tools: ynl: populate most of the ethtool spec") Acked-by: Stanislav Fomichev <sdf@fomichev.me> Link: https://patch.msgid.link/20250730172137.1322351-1-kuba@kernel.org Signed-off-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
24cb704afc
commit
8f702c589f
|
@ -2107,9 +2107,6 @@ operations:
|
|||
|
||||
do: &module-eeprom-get-op
|
||||
request:
|
||||
attributes:
|
||||
- header
|
||||
reply:
|
||||
attributes:
|
||||
- header
|
||||
- offset
|
||||
|
@ -2117,6 +2114,9 @@ operations:
|
|||
- page
|
||||
- bank
|
||||
- i2c-address
|
||||
reply:
|
||||
attributes:
|
||||
- header
|
||||
- data
|
||||
dump: *module-eeprom-get-op
|
||||
-
|
||||
|
|
Loading…
Reference in New Issue
Block a user