diff options
author | Jacob Keller <jacob.e.keller@intel.com> | 2023-04-14 18:26:14 +0200 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2023-04-18 03:53:13 +0200 |
commit | 1a2bd3bd72e978304cdc0a7385e8048e8242225d (patch) | |
tree | 360901e2c5d8719683b8c0c7b9d052888c40d9e9 /Documentation/networking | |
parent | net/sched: clear actions pointer in miss cookie init fail (diff) | |
download | linux-1a2bd3bd72e978304cdc0a7385e8048e8242225d.tar.xz linux-1a2bd3bd72e978304cdc0a7385e8048e8242225d.zip |
ice: document RDMA devlink parameters
Commit e523af4ee560 ("net/ice: Add support for enable_iwarp and enable_roce
devlink param") added support for the enable_roce and enable_iwarp
parameters in the ice driver. It didn't document these parameters in the
ice devlink documentation file. Add this documentation, including a note
about the mutual exclusion between the two modes.
Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Reviewed-by: Leon Romanovsky <leonro@nvidia.com>
Acked-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Link: https://lore.kernel.org/r/20230414162614.571861-1-jacob.e.keller@intel.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'Documentation/networking')
-rw-r--r-- | Documentation/networking/devlink/ice.rst | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Documentation/networking/devlink/ice.rst b/Documentation/networking/devlink/ice.rst index 10f282c2117c..2f60e34ab926 100644 --- a/Documentation/networking/devlink/ice.rst +++ b/Documentation/networking/devlink/ice.rst @@ -7,6 +7,21 @@ ice devlink support This document describes the devlink features implemented by the ``ice`` device driver. +Parameters +========== + +.. list-table:: Generic parameters implemented + + * - Name + - Mode + - Notes + * - ``enable_roce`` + - runtime + - mutually exclusive with ``enable_iwarp`` + * - ``enable_iwarp`` + - runtime + - mutually exclusive with ``enable_roce`` + Info versions ============= |