summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Kicinski <kuba@kernel.org>2023-02-13 20:32:46 -0800
committerJakub Kicinski <kuba@kernel.org>2023-02-14 20:49:27 -0800
commit1ed32ad4a3cb7c6a8764510565e15ab46b5fdd19 (patch)
tree41bbbb76be5cf707880718d3a5c6ea575dcb9dbf
parent1daa8e25ed971eca8cd8c8dfd4d6d6541b1d62a2 (diff)
netlink-specs: add rx-push to ethtool family
Commit 5b4e9a7a71ab ("net: ethtool: extend ringparam set/get APIs for rx_push") added a new attr for configuring rx-push, right after tx-push. Add it to the spec, the ring param operation is covered by the otherwise sparse ethtool spec. Reviewed-by: Shannon Nelson <shannon.nelson@amd.com> Link: https://lore.kernel.org/r/20230214043246.230518-1-kuba@kernel.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
-rw-r--r--Documentation/netlink/specs/ethtool.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/netlink/specs/ethtool.yaml b/Documentation/netlink/specs/ethtool.yaml
index 82f4e6f8ddd3..08b776908d15 100644
--- a/Documentation/netlink/specs/ethtool.yaml
+++ b/Documentation/netlink/specs/ethtool.yaml
@@ -171,6 +171,9 @@ attribute-sets:
-
name: tx-push
type: u8
+ -
+ name: rx-push
+ type: u8
-
name: mm-stat
@@ -320,6 +323,7 @@ operations:
- tcp-data-split
- cqe-size
- tx-push
+ - rx-push
dump: *ring-get-op
-
name: rings-set
@@ -339,6 +343,7 @@ operations:
- tcp-data-split
- cqe-size
- tx-push
+ - rx-push
-
name: rings-ntf
doc: Notification for change in ring params.