doc: update Mellanox drivers download link in mlx5 guide

Message ID 20220226034800.16052-1-chenzhiheng0227@gmail.com (mailing list archive)
State Not Applicable, archived
Delegated to: Raslan Darawsheh
Headers
Series doc: update Mellanox drivers download link in mlx5 guide |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/iol-broadcom-Functional success Functional Testing PASS
ci/iol-mellanox-Performance success Performance Testing PASS
ci/iol-broadcom-Performance success Performance Testing PASS
ci/iol-intel-Performance success Performance Testing PASS
ci/iol-intel-Functional success Functional Testing PASS
ci/github-robot: build success github build: passed
ci/iol-aarch64-unit-testing success Testing PASS
ci/iol-x86_64-compile-testing success Testing PASS
ci/iol-aarch64-compile-testing success Testing PASS
ci/iol-x86_64-unit-testing success Testing PASS
ci/iol-abi-testing success Testing PASS

Commit Message

Zhiheng Chen Feb. 26, 2022, 3:48 a.m. UTC
  The original download link is invalid.

Signed-off-by: Zhiheng Chen <chenzhiheng0227@gmail.com>
---
 doc/guides/nics/mlx5.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Comments

Thomas Monjalon Feb. 27, 2022, 11:46 a.m. UTC | #1
26/02/2022 04:48, Zhiheng Chen:
> The original download link is invalid.
> 
> Signed-off-by: Zhiheng Chen <chenzhiheng0227@gmail.com>
> ---
>  doc/guides/nics/mlx5.rst | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/doc/guides/nics/mlx5.rst b/doc/guides/nics/mlx5.rst
> index c3cc0c0f41..625d8a2382 100644
> --- a/doc/guides/nics/mlx5.rst
> +++ b/doc/guides/nics/mlx5.rst
> @@ -1385,9 +1385,9 @@ managers on most distributions, this PMD requires Ethernet extensions that
>  may not be supported at the moment (this is a work in progress).
>  
>  `Mellanox OFED
> -<http://www.mellanox.com/page/products_dyn?product_family=26&mtag=linux>`__ and
> +<https://network.nvidia.com/products/infiniband-drivers/linux/mlnx_ofed/>`__ and
>  `Mellanox EN
> -<http://www.mellanox.com/page/products_dyn?product_family=27&mtag=linux>`__
> +<https://network.nvidia.com/products/ethernet-drivers/linux/mlnx_en/>`__
>  include the necessary support and should be used in the meantime. For DPDK,
>  only libibverbs, libmlx5, mlnx-ofed-kernel packages and firmware updates are
>  required from that distribution.

This patch will be mark as non-applicable because it is already fixed
by this patch:
https://patches.dpdk.org/project/dpdk/patch/20220223134834.2840916-3-michaelba@nvidia.com/

Thank you anyway
  

Patch

diff --git a/doc/guides/nics/mlx5.rst b/doc/guides/nics/mlx5.rst
index c3cc0c0f41..625d8a2382 100644
--- a/doc/guides/nics/mlx5.rst
+++ b/doc/guides/nics/mlx5.rst
@@ -1385,9 +1385,9 @@  managers on most distributions, this PMD requires Ethernet extensions that
 may not be supported at the moment (this is a work in progress).
 
 `Mellanox OFED
-<http://www.mellanox.com/page/products_dyn?product_family=26&mtag=linux>`__ and
+<https://network.nvidia.com/products/infiniband-drivers/linux/mlnx_ofed/>`__ and
 `Mellanox EN
-<http://www.mellanox.com/page/products_dyn?product_family=27&mtag=linux>`__
+<https://network.nvidia.com/products/ethernet-drivers/linux/mlnx_en/>`__
 include the necessary support and should be used in the meantime. For DPDK,
 only libibverbs, libmlx5, mlnx-ofed-kernel packages and firmware updates are
 required from that distribution.