Skip to content

Commit a40c7a2

Browse files
committed
netlink: specs: correct the spec of ethtool
The spec for Ethtool is a bit inaccurate. We don't currently support dump. Context is only accepted as input and not echoed to output (which is a separate bug). Fixes: a353318 ("tools: ynl: populate most of the ethtool spec") Acked-by: Paolo Abeni <pabeni@redhat.com> Reviewed-by: Joe Damato <jdamato@fastly.com> Link: https://patch.msgid.link/20240724234249.2621109-2-kuba@kernel.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent 98ba1d9 commit a40c7a2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Documentation/netlink/specs/ethtool.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1753,15 +1753,14 @@ operations:
17531753
request:
17541754
attributes:
17551755
- header
1756+
- context
17561757
reply:
17571758
attributes:
17581759
- header
1759-
- context
17601760
- hfunc
17611761
- indir
17621762
- hkey
17631763
- input_xfrm
1764-
dump: *rss-get-op
17651764
-
17661765
name: plca-get-cfg
17671766
doc: Get PLCA params.

0 commit comments

Comments
 (0)