From ca17198f043a21adb37fc008509a4dd6de58c2f1 Mon Sep 17 00:00:00 2001 From: Sudharsan Dhamal Gopalarathnam Date: Sat, 25 Feb 2023 23:42:52 -0800 Subject: [PATCH] [202012][Mellanox] Change MFT version to 4.21.0-100 (#13956) - Why I did it Update MFT version to 4.21.0-100 to include a fix for an issue reported using mlxlink on qsfp-dd - How I did it Update mft.mk - 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 cbd7288272..9544830cca 100644 --- a/platform/mellanox/mft.mk +++ b/platform/mellanox/mft.mk @@ -1,7 +1,7 @@ # Mellanox SAI -MFT_VERSION = 4.18.0 -MFT_REVISION = 106 +MFT_VERSION = 4.21.0 +MFT_REVISION = 100 export MFT_VERSION MFT_REVISION