netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ice: document RDMA devlink parameters
@ 2023-04-14 16:26 Jacob Keller
  2023-04-15  1:18 ` Jakub Kicinski
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Jacob Keller @ 2023-04-14 16:26 UTC (permalink / raw)
  To: netdev; +Cc: Jacob Keller

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>
---
 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
 =============
 
-- 
2.40.0.131.gc918699d9952


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] ice: document RDMA devlink parameters
  2023-04-14 16:26 [PATCH] ice: document RDMA devlink parameters Jacob Keller
@ 2023-04-15  1:18 ` Jakub Kicinski
  2023-04-17 16:24   ` Tony Nguyen
  2023-04-16 10:02 ` Leon Romanovsky
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 6+ messages in thread
From: Jakub Kicinski @ 2023-04-15  1:18 UTC (permalink / raw)
  To: Jacob Keller, Tony Nguyen; +Cc: netdev

On Fri, 14 Apr 2023 09:26:14 -0700 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.

Thanks! We do need an ack from Tony if we're supposed to take 
this directly, tho. FWIW in case Tony takes it in - it should 
go towards net.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] ice: document RDMA devlink parameters
  2023-04-14 16:26 [PATCH] ice: document RDMA devlink parameters Jacob Keller
  2023-04-15  1:18 ` Jakub Kicinski
@ 2023-04-16 10:02 ` Leon Romanovsky
  2023-04-17 16:25 ` Tony Nguyen
  2023-04-18  2:00 ` patchwork-bot+netdevbpf
  3 siblings, 0 replies; 6+ messages in thread
From: Leon Romanovsky @ 2023-04-16 10:02 UTC (permalink / raw)
  To: Jacob Keller; +Cc: netdev

On Fri, Apr 14, 2023 at 09:26:14AM -0700, 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@intel.com>
> ---
>  Documentation/networking/devlink/ice.rst | 15 +++++++++++++++
>  1 file changed, 15 insertions(+)
> 

Thanks,
Reviewed-by: Leon Romanovsky <leonro@nvidia.com>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] ice: document RDMA devlink parameters
  2023-04-15  1:18 ` Jakub Kicinski
@ 2023-04-17 16:24   ` Tony Nguyen
  0 siblings, 0 replies; 6+ messages in thread
From: Tony Nguyen @ 2023-04-17 16:24 UTC (permalink / raw)
  To: Jakub Kicinski, Jacob Keller; +Cc: netdev

On 4/14/2023 6:18 PM, Jakub Kicinski wrote:
> On Fri, 14 Apr 2023 09:26:14 -0700 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.
> 
> Thanks! We do need an ack from Tony if we're supposed to take
> this directly, tho. FWIW in case Tony takes it in - it should
> go towards net.

Since this is documentation only, I feel like it doesn't need to go 
through IWL, unless you'd like it to. I'm ok either way. I'll add my ack 
on to the patch in case you want to take it directly.

Thanks,
Tony

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] ice: document RDMA devlink parameters
  2023-04-14 16:26 [PATCH] ice: document RDMA devlink parameters Jacob Keller
  2023-04-15  1:18 ` Jakub Kicinski
  2023-04-16 10:02 ` Leon Romanovsky
@ 2023-04-17 16:25 ` Tony Nguyen
  2023-04-18  2:00 ` patchwork-bot+netdevbpf
  3 siblings, 0 replies; 6+ messages in thread
From: Tony Nguyen @ 2023-04-17 16:25 UTC (permalink / raw)
  To: Jacob Keller, netdev

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@intel.com>

Acked-by: Tony Nguyen <anthony.l.nguyen@intel.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
>   =============
>   

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] ice: document RDMA devlink parameters
  2023-04-14 16:26 [PATCH] ice: document RDMA devlink parameters Jacob Keller
                   ` (2 preceding siblings ...)
  2023-04-17 16:25 ` Tony Nguyen
@ 2023-04-18  2:00 ` patchwork-bot+netdevbpf
  3 siblings, 0 replies; 6+ messages in thread
From: patchwork-bot+netdevbpf @ 2023-04-18  2:00 UTC (permalink / raw)
  To: Jacob Keller; +Cc: netdev

Hello:

This patch was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Fri, 14 Apr 2023 09:26:14 -0700 you 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@intel.com>
> 
> [...]

Here is the summary with links:
  - ice: document RDMA devlink parameters
    https://git.kernel.org/netdev/net/c/1a2bd3bd72e9

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-04-18  2:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-14 16:26 [PATCH] ice: document RDMA devlink parameters Jacob Keller
2023-04-15  1:18 ` Jakub Kicinski
2023-04-17 16:24   ` Tony Nguyen
2023-04-16 10:02 ` Leon Romanovsky
2023-04-17 16:25 ` Tony Nguyen
2023-04-18  2:00 ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).