Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Jacob Keller and committed by
Jakub Kicinski
1a2bd3bd 338469d6

+15
+15
Documentation/networking/devlink/ice.rst
··· 7 7 This document describes the devlink features implemented by the ``ice`` 8 8 device driver. 9 9 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 + 10 25 Info versions 11 26 ============= 12 27