aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/networking/devlink/devlink-params.rst
diff options
context:
space:
mode:
authorShay Drory <shayd@nvidia.com>2021-12-09 12:09:24 +0200
committerSaeed Mahameed <saeedm@nvidia.com>2021-12-21 19:08:54 -0800
commit47402385d0b18ba46c6bfc4cff073c9359571fe4 (patch)
treee77d29e3d2c0ae64b90db013a32fa06674d3a4ef /Documentation/networking/devlink/devlink-params.rst
parentMerge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue (diff)
downloadlinux-dev-47402385d0b18ba46c6bfc4cff073c9359571fe4.tar.xz
linux-dev-47402385d0b18ba46c6bfc4cff073c9359571fe4.zip
devlink: Add new "io_eq_size" generic device param
Add new device generic parameter to determine the size of the I/O completion EQs. For example, to reduce I/O EQ size to 64, execute: $ devlink dev param set pci/0000:06:00.0 \ name io_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 b7dfe693a332..547c0b430c9e 100644
--- a/Documentation/networking/devlink/devlink-params.rst
+++ b/Documentation/networking/devlink/devlink-params.rst
@@ -129,3 +129,6 @@ own name.
will NACK any attempt of other host to reset the device. This parameter
is useful for setups where a device is shared by different hosts, such
as multi-host setup.
+ * - ``io_eq_size``
+ - u32
+ - Control the size of I/O completion EQs.