aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/networking/devlink/devlink-params.rst
diff options
context:
space:
mode:
authorShay Drory <shayd@nvidia.com>2021-12-09 12:09:26 +0200
committerSaeed Mahameed <saeedm@nvidia.com>2021-12-21 19:08:54 -0800
commit0b5705ebc355e79b71bf946058acec6820e27869 (patch)
treef851fa986b850e711cbf12553884867525e54980 /Documentation/networking/devlink/devlink-params.rst
parentnet/mlx5: Let user configure io_eq_size param (diff)
downloadlinux-dev-0b5705ebc355e79b71bf946058acec6820e27869.tar.xz
linux-dev-0b5705ebc355e79b71bf946058acec6820e27869.zip
devlink: Add new "event_eq_size" generic device param
Add new device generic parameter to determine the size of the asynchronous control events EQ. For example, to reduce event EQ size to 64, execute: $ devlink dev param set pci/0000:06:00.0 \ name event_eq_size value 64 cmode driverinit $ devlink dev reload pci/0000:06:00.0 Signed-off-by: Shay Drory <shayd@nvidia.com> Reviewed-by: Moshe Shemesh <moshe@nvidia.com> Reviewed-by: Jiri Pirko <jiri@nvidia.com> Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
Diffstat (limited to '')
-rw-r--r--Documentation/networking/devlink/devlink-params.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/networking/devlink/devlink-params.rst b/Documentation/networking/devlink/devlink-params.rst
index 547c0b430c9e..da0b5e7f8eec 100644
--- a/Documentation/networking/devlink/devlink-params.rst
+++ b/Documentation/networking/devlink/devlink-params.rst
@@ -132,3 +132,6 @@ own name.
* - ``io_eq_size``
- u32
- Control the size of I/O completion EQs.
+ * - ``event_eq_size``
+ - u32
+ - Control the size of asynchronous control events EQ.