aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/networking
diff options
context:
space:
mode:
authorJakub Kicinski <kuba@kernel.org>2021-10-26 08:29:39 -0700
committerJakub Kicinski <kuba@kernel.org>2021-10-26 10:18:32 -0700
commit6b3671746a8a3aa05316b829e1357060f35009c1 (patch)
tree021b6d0c27d088915e3751a9b4f181810ad283c3 /Documentation/networking
parentMerge branch 'phy-supported-interfaces-bitmap' (diff)
downloadlinux-dev-6b3671746a8a3aa05316b829e1357060f35009c1.tar.xz
linux-dev-6b3671746a8a3aa05316b829e1357060f35009c1.zip
net/mlx5: remove the recent devlink params
revert commit 46ae40b94d88 ("net/mlx5: Let user configure io_eq_size param") revert commit a6cb08daa3b4 ("net/mlx5: Let user configure event_eq_size param") revert commit 554604061979 ("net/mlx5: Let user configure max_macs param") The EQE parameters are applicable to more drivers, they should be configured via standard API, probably ethtool. Example of another driver needing something similar: https://lore.kernel.org/all/1633454136-14679-3-git-send-email-sbhatta@marvell.com/ The last param for "max_macs" is probably fine but the documentation is severely lacking. The meaning and implications for changing the param need to be stated. Link: https://lore.kernel.org/r/20211026152939.3125950-1-kuba@kernel.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'Documentation/networking')
-rw-r--r--Documentation/networking/devlink/mlx5.rst20
1 files changed, 0 insertions, 20 deletions
diff --git a/Documentation/networking/devlink/mlx5.rst b/Documentation/networking/devlink/mlx5.rst
index d467e770906e..4e4b97f7971a 100644
--- a/Documentation/networking/devlink/mlx5.rst
+++ b/Documentation/networking/devlink/mlx5.rst
@@ -14,12 +14,8 @@ Parameters
* - Name
- Mode
- - Validation
* - ``enable_roce``
- driverinit
- * - ``max_macs``
- - driverinit
- - The range is between 1 and 2^31. Only power of 2 values are supported.
The ``mlx5`` driver also implements the following driver-specific
parameters.
@@ -50,22 +46,6 @@ parameters.
The ``mlx5`` driver supports reloading via ``DEVLINK_CMD_RELOAD``
-Resources
-=========
-
-.. list-table:: Driver-specific resources implemented
- :widths: 5 5 5 85
-
- * - Name
- - Description
- * - ``comp_eq_size``
- - Control the size of I/O completion EQs.
- * The default value is 1024, and the range is between 64 and 4096.
- * - ``event_eq_size``
- - Control the size of the asynchronous control events EQ.
- * The default value is 4096, and the range is between 64 and 4096.
-
-
Info versions
=============