From d0c73b050d860162a2c572a907c3b46595caed4c Mon Sep 17 00:00:00 2001 From: Alexander Allen Date: Sun, 22 Aug 2021 05:54:43 -0700 Subject: [PATCH] [Mellanox] Upgrade Mellanox firmware tools to 4.17.0 (#8299) - Why I did it New release of MFT has the following changelog / RN Fixed an issue that resulted in getting MVPD read errors from the mlxfwmanager during fast reboot. Fixed mlxuptime sometimes generating a time less than previous due the wrong frequency calculation - How I did it Update makefile pointer to new version. - How to verify it Manually tested on all 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 919e6fae9d9a..5e9644b5703c 100644 --- a/platform/mellanox/mft.mk +++ b/platform/mellanox/mft.mk @@ -1,7 +1,7 @@ # Mellanox SAI -MFT_VERSION = 4.16.0 -MFT_REVISION = 105 +MFT_VERSION = 4.17.0 +MFT_REVISION = 106 export MFT_VERSION MFT_REVISION