Skip to content

Commit

Permalink
[Mellanox] Upgrade Mellanox firmware tools to 4.17.0 (#8299)
Browse files Browse the repository at this point in the history
- 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.
  • Loading branch information
alexrallen authored and judyjoseph committed Aug 25, 2021
1 parent 055d497 commit 9a3e35e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platform/mellanox/mft.mk
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 9a3e35e

Please sign in to comment.