From 888ab31e94dd4d4e0f6bc49abead72e4af5363a7 Mon Sep 17 00:00:00 2001 From: Jim Somerville Date: Fri, 17 Jul 2020 15:40:40 -0400 Subject: [PATCH] Upversion Mellanox driver to ver 5.0 Subversion 2.1.8.1 Includes the associated components, namely libibverbs and rdma-core. Passed platform sanity tests on a Wind River lab equipped with Mellanox cards. Change-Id: Ie0dccef3a220246d547cc945c64f9aad357afbe0 Partial-Bug: 1887556 Signed-off-by: Jim Somerville --- centos-mirror-tools/dl_tarball.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/centos-mirror-tools/dl_tarball.sh b/centos-mirror-tools/dl_tarball.sh index 79b5c6d0..35aebe11 100755 --- a/centos-mirror-tools/dl_tarball.sh +++ b/centos-mirror-tools/dl_tarball.sh @@ -297,7 +297,7 @@ for line in $(cat $tarball_file); do popd > /dev/null # pushd $output_tarball continue fi - elif [[ "$tarball_name" = 'MLNX_OFED_SRC-4.7-3.2.9.0.tgz' ]]; then + elif [[ "$tarball_name" = 'MLNX_OFED_SRC-5.0-2.1.8.0.tgz' ]]; then srpm_path="${directory_name}/SRPMS/" download_package "$tarball_name" "$tarball_url" if [ $? -ne 0 ]; then @@ -307,9 +307,9 @@ for line in $(cat $tarball_file); do fi tar -xf "$tarball_name" - cp "${srpm_path}/mlnx-ofa_kernel-4.7-OFED.4.7.3.2.9.1.g457f064.src.rpm" . - cp "${srpm_path}/rdma-core-47mlnx1-1.47329.src.rpm" . - cp "${srpm_path}/libibverbs-41mlnx1-OFED.4.7.0.0.2.47329.src.rpm" . + cp "${srpm_path}/mlnx-ofa_kernel-5.0-OFED.5.0.2.1.8.1.g5f67178.src.rpm" . + cp "${srpm_path}/rdma-core-50mlnx1-1.50218.src.rpm" . + cp "${srpm_path}/libibverbs-41mlnx1-OFED.5.0.0.0.9.50218.src.rpm" . # Don't delete the original MLNX_OFED_LINUX tarball. # We don't use it, but it will prevent re-downloading this file. # rm -f "$tarball_name"