[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <fc36fc45-9357-ff84-f7b7-bda4001974c9@intel.com>
Date: Mon, 17 Apr 2023 09:25:59 -0700
From: Tony Nguyen <anthony.l.nguyen@...el.com>
To: Jacob Keller <jacob.e.keller@...el.com>, <netdev@...r.kernel.org>
Subject: Re: [PATCH] ice: document RDMA devlink parameters
On 4/14/2023 9:26 AM, Jacob Keller wrote:
> 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@...el.com>
Acked-by: Tony Nguyen <anthony.l.nguyen@...el.com>
> ---
> Documentation/networking/devlink/ice.rst | 15 +++++++++++++++
> 1 file changed, 15 insertions(+)
>
> diff --git a/Documentation/networking/devlink/ice.rst b/Documentation/networking/devlink/ice.rst
> index 10f282c2117c..0e39a0caba55 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
> =============
>
Powered by blists - more mailing lists