Skip to content

Commit

Permalink
[Mellanox] Update MFT to v4.21.0-100 (#11758)
Browse files Browse the repository at this point in the history
- Why I did it
To update MFT package to the latest version.

- How I did it
Updated MFT_VERSION & MFT_REVISION in platform/mellanox/mft.mk.

- How to verify it
Build an image and deploy to the switch
Check MFT version by dpkg -l | grep mft
Verify that all the SONiC services up and running
Run regression testing using tests from sonic-mgmt

Signed-off-by: Volodymyr Samotiy <volodymyrs@nvidia.com>
  • Loading branch information
volodymyrsamotiy authored Sep 30, 2022
1 parent 92bd6da commit eea8ebd
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
Expand Up @@ -16,8 +16,8 @@
#
# Mellanox SAI

MFT_VERSION = 4.20.0
MFT_REVISION = 34
MFT_VERSION = 4.21.0
MFT_REVISION = 100

export MFT_VERSION MFT_REVISION

Expand Down

0 comments on commit eea8ebd

Please sign in to comment.