* [PATCH] net/mlx5: fix config name in Kconfig parameter documentation
@ 2023-08-25 12:51 Lukas Bulwahn
2023-08-25 17:45 ` Saeed Mahameed
0 siblings, 1 reply; 2+ messages in thread
From: Lukas Bulwahn @ 2023-08-25 12:51 UTC (permalink / raw)
To: Saeed Mahameed, Leon Romanovsky, Gal Pressman, Rahul Rameshbabu,
Tariq Toukan, netdev, linux-rdma
Cc: kernel-janitors, linux-kernel, Lukas Bulwahn
Commit a12ba19269d7 ("net/mlx5: Update Kconfig parameter documentation")
adds documentation on Kconfig options for the mlx5 driver. It refers to the
config MLX5_EN_MACSEC for MACSec offloading, but the config is actually
called MLX5_MACSEC.
Fix the reference to the right config name in the documentation.
Fixes: a12ba19269d7 ("net/mlx5: Update Kconfig parameter documentation")
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
Saeed, please pick this quick fix to the documentation.
.../device_drivers/ethernet/mellanox/mlx5/kconfig.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/kconfig.rst b/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/kconfig.rst
index 0a42c3395ffa..20d3b7e87049 100644
--- a/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/kconfig.rst
+++ b/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/kconfig.rst
@@ -67,7 +67,7 @@ Enabling the driver and kconfig options
| Enables :ref:`IPSec XFRM cryptography-offload acceleration <xfrm_device>`.
-**CONFIG_MLX5_EN_MACSEC=(y/n)**
+**CONFIG_MLX5_MACSEC=(y/n)**
| Build support for MACsec cryptography-offload acceleration in the NIC.
--
2.17.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] net/mlx5: fix config name in Kconfig parameter documentation
2023-08-25 12:51 [PATCH] net/mlx5: fix config name in Kconfig parameter documentation Lukas Bulwahn
@ 2023-08-25 17:45 ` Saeed Mahameed
0 siblings, 0 replies; 2+ messages in thread
From: Saeed Mahameed @ 2023-08-25 17:45 UTC (permalink / raw)
To: Lukas Bulwahn
Cc: Saeed Mahameed, Leon Romanovsky, Gal Pressman, Rahul Rameshbabu,
Tariq Toukan, netdev, linux-rdma, kernel-janitors, linux-kernel
On 25 Aug 14:51, Lukas Bulwahn wrote:
>Commit a12ba19269d7 ("net/mlx5: Update Kconfig parameter documentation")
>adds documentation on Kconfig options for the mlx5 driver. It refers to the
>config MLX5_EN_MACSEC for MACSec offloading, but the config is actually
>called MLX5_MACSEC.
>
>Fix the reference to the right config name in the documentation.
>
>Fixes: a12ba19269d7 ("net/mlx5: Update Kconfig parameter documentation")
>Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
>---
>Saeed, please pick this quick fix to the documentation.
Thanks applied to net-next-mlx5.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-08-25 17:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-25 12:51 [PATCH] net/mlx5: fix config name in Kconfig parameter documentation Lukas Bulwahn
2023-08-25 17:45 ` Saeed Mahameed
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox