From 50d3d22ec0de1c10b8c025a635b04aceda57ec81 Mon Sep 17 00:00:00 2001 From: DavidZagury <32644413+DavidZagury@users.noreply.github.com> Date: Wed, 10 Mar 2021 22:03:43 +0200 Subject: [PATCH] [Mellanox] Update MFT to 4.16.0-105 (#7007) - Why I did it Update MFT tool version to 4.16.0 Bugs fixes: mlxlink: Fixed an issue that caused the margin scan to fail with the following message: Eye scan not completed. mlxcable: Cable firmware burning capability is not supported. New features: mlxlink: Enabled margin scan on Network links. mlxlink: Added PRBS TX/RX polarity inversion using the following flags: --invert_tx_polarity / --invert_rx_polarity - How I did it Update MFT make file with new version number. - How to verify it Build image and test related functions on Mellanox platform --- 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 4529343931e3..919e6fae9d9a 100644 --- a/platform/mellanox/mft.mk +++ b/platform/mellanox/mft.mk @@ -1,7 +1,7 @@ # Mellanox SAI -MFT_VERSION = 4.15.3 -MFT_REVISION = 3 +MFT_VERSION = 4.16.0 +MFT_REVISION = 105 export MFT_VERSION MFT_REVISION