netlink-specs: add rx-push to ethtool family
authorJakub Kicinski <kuba@kernel.org>
Tue, 14 Feb 2023 04:32:46 +0000 (20:32 -0800)
committerJakub Kicinski <kuba@kernel.org>
Wed, 15 Feb 2023 04:49:27 +0000 (20:49 -0800)
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>
Documentation/netlink/specs/ethtool.yaml

index 82f4e6f..08b7769 100644 (file)
@@ -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.