summaryrefslogtreecommitdiff
path: root/Documentation/netlink
diff options
context:
space:
mode:
authorJakub Kicinski <kuba@kernel.org>2024-08-10 08:37:26 +0300
committerDavid S. Miller <davem@davemloft.net>2024-08-12 16:16:24 +0300
commit3d50c66c0609c8b64fb22e9c188fca88f34e7c98 (patch)
tree68d20fe1f4a6d3aae74c62cd4b5f9d49a42c57f1 /Documentation/netlink
parentf6122900f4e28bfcb8abc76e1f7b83a1e0d8afd3 (diff)
downloadlinux-3d50c66c0609c8b64fb22e9c188fca88f34e7c98.tar.xz
ethtool: rss: support skipping contexts during dump
Applications may want to deal with dynamic RSS contexts only. So dumping context 0 will be counter-productive for them. Support starting the dump from a given context ID. Alternative would be to implement a dump flag to skip just context 0, not sure which is better... Reviewed-by: Edward Cree <ecree.xilinx@gmail.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/netlink')
-rw-r--r--Documentation/netlink/specs/ethtool.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/netlink/specs/ethtool.yaml b/Documentation/netlink/specs/ethtool.yaml
index cf69eedae51d..4c2334c213b0 100644
--- a/Documentation/netlink/specs/ethtool.yaml
+++ b/Documentation/netlink/specs/ethtool.yaml
@@ -1028,6 +1028,9 @@ attribute-sets:
-
name: input_xfrm
type: u32
+ -
+ name: start-context
+ type: u32
-
name: plca
attributes:
@@ -1766,6 +1769,7 @@ operations:
request:
attributes:
- header
+ - start-context
reply: *rss-reply
-
name: plca-get-cfg