netlink: specs: ethtool: fix module EEPROM input/output arguments
authorJakub Kicinski <kuba@kernel.org>
Wed, 30 Jul 2025 17:21:37 +0000 (10:21 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 31 Jul 2025 17:57:02 +0000 (10:57 -0700)
commit01051012887329ea78eaca19b1d2eac4c9f601b5
tree31c0b2e19f0b44bde1ac51689db85ea6da008729
parent759dfc7d04bab1b0b86113f1164dc1fec192b859
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 <duo@meta.com>
Fixes: a353318ebf24 ("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>
Documentation/netlink/specs/ethtool.yaml