From 4090d26d9d6bb8c2ac99538485af89726dfd8fc5 Mon Sep 17 00:00:00 2001 From: Kebo Liu Date: Tue, 22 Mar 2022 01:38:37 +0800 Subject: [PATCH] [Mellanox] update MFT version to 4.18.0-106 (#10304) - Why I did it With the previous MFT 4.18.1-16 there is a bug in mstdump tool accessing wrong address. it is confirmed this issue does not exist in official 4.18.0-106. - How I did it Update the MFT version to 4.18.0-106 - How to verify it Run regression on Mellanox platforms --- platform/mellanox/mft.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/mellanox/mft.mk b/platform/mellanox/mft.mk index 3a3d95c8ca8d..2616edcd4c41 100644 --- a/platform/mellanox/mft.mk +++ b/platform/mellanox/mft.mk @@ -16,8 +16,8 @@ # # Mellanox SAI -MFT_VERSION = 4.18.1 -MFT_REVISION = 16 +MFT_VERSION = 4.18.0 +MFT_REVISION = 106 export MFT_VERSION MFT_REVISION