From 820662fe457f01791a4d65109135d17950754e43 Mon Sep 17 00:00:00 2001 From: Fred Rolland Date: Sun, 23 Nov 2025 10:43:40 +0200 Subject: [PATCH] fix: update public ofed URL path Signed-off-by: Fred Rolland --- docs/advanced/doca-drivers.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/advanced/doca-drivers.rst b/docs/advanced/doca-drivers.rst index 57148868..615c0d40 100644 --- a/docs/advanced/doca-drivers.rst +++ b/docs/advanced/doca-drivers.rst @@ -95,10 +95,10 @@ Prerequisites Before you begin, ensure that you have the following prerequisites: - Docker (Ubuntu) / Podman (RH) installed on your build system. -- Web access to NVIDIA NIC drivers sources. Latest NIC drivers are published at `NVIDIA DOCA Downloads `_, for example: `https://linux.mellanox.com/public/repo/doca/2.10.0/SOURCES/MLNX_OFED/MLNX_OFED_SRC-debian-25.01-0.6.0.0.tgz `_ +- Web access to NVIDIA NIC drivers sources. Latest NIC drivers are published at `NVIDIA DOCA Downloads `_, for example: `https://linux.mellanox.com/public/repo/doca/3.2.0/SOURCES/mlnx_ofed/MLNX_OFED_SRC-debian-25.10-1.2.8.0.tgz `_ **NOTE:** NVIDIA NIC driver sources are bundled as part of NVIDIA DOCA package. Both the DOCA package version and its corresponding NIC driver (DOCA-OFED Driver) version need to be specified to fetch the correct driver sources when building the driver container. -For example, given a DOCA package version (e.g `2.10.0`) you can find the corresponding MLNX_OFED version at the link: ``_ which is `25.01-0.6.0.0'` +For example, given a DOCA package version (e.g `3.2.0`) you can find the corresponding MLNX_OFED version at the link: ``_ which is `25.10-1.2.8.0'` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Download Docker files and scripts: