Message ID | 20240724234249.2621109-2-kuba@kernel.org (mailing list archive) |
---|---|
State | Accepted |
Commit | a40c7a24f97edda025f53cfe8f0bc6a6e3c12fa6 |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | ethtool: rss: small fixes to spec and GET | expand |
On Wed, 24 Jul 2024 16:42:48 -0700 Jakub Kicinski <kuba@kernel.org> wrote: > 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: a353318ebf24 ("tools: ynl: populate most of the ethtool spec") > Signed-off-by: Jakub Kicinski <kuba@kernel.org> Reviewed-by: Kory Maincent <kory.maincent@bootlin.com>
diff --git a/Documentation/netlink/specs/ethtool.yaml b/Documentation/netlink/specs/ethtool.yaml index 495e35fcfb21..ebbd8dd96b5c 100644 --- a/Documentation/netlink/specs/ethtool.yaml +++ b/Documentation/netlink/specs/ethtool.yaml @@ -1753,15 +1753,14 @@ doc: Partial family for Ethtool Netlink. request: attributes: - header + - context reply: attributes: - header - - context - hfunc - indir - hkey - input_xfrm - dump: *rss-get-op - name: plca-get-cfg doc: Get PLCA params.
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: a353318ebf24 ("tools: ynl: populate most of the ethtool spec") Signed-off-by: Jakub Kicinski <kuba@kernel.org> --- CC: donald.hunter@gmail.com CC: kory.maincent@bootlin.com CC: sdf@fomichev.me --- Documentation/netlink/specs/ethtool.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)