Skip to content

Commit 1a2bd3b

Browse files
jacob-kellerkuba-moo
authored andcommitted
ice: document RDMA devlink parameters
Commit e523af4 ("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 <[email protected]> Reviewed-by: Leon Romanovsky <[email protected]> Acked-by: Tony Nguyen <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 338469d commit 1a2bd3b

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Documentation/networking/devlink/ice.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,21 @@ ice devlink support
77
This document describes the devlink features implemented by the ``ice``
88
device driver.
99

10+
Parameters
11+
==========
12+
13+
.. list-table:: Generic parameters implemented
14+
15+
* - Name
16+
- Mode
17+
- Notes
18+
* - ``enable_roce``
19+
- runtime
20+
- mutually exclusive with ``enable_iwarp``
21+
* - ``enable_iwarp``
22+
- runtime
23+
- mutually exclusive with ``enable_roce``
24+
1025
Info versions
1126
=============
1227

0 commit comments

Comments
 (0)