Skip to content

Commit 233fc1f

Browse files
authored
[202412][Mellanox]Updating SDK/FW to 4.7.3618/2014.3618 SAI to SAIBuild2412.31.2.10 (sonic-net#1307)
<!-- Please make sure you've read and understood our contributing guidelines: https://github.com/Azure/SONiC/blob/gh-pages/CONTRIBUTING.md ** Make sure all your commits include a signature generated with `git commit -s` ** If this is a bug fix, make sure your description includes "fixes #xxxx", or "closes #xxxx" or "resolves #xxxx" Please provide the following information: --> #### Why I did it Updating SDK/FW to 4.7.3618/2014.3618 and SAI to SAIBuild2412.31.2.10 ##### Work item tracking - Microsoft ADO **(number only)**: #### How I did it Updating makefiles #### How to verify it Running sonic-mgmt tests <!-- If PR needs to be backported, then the PR must be tested against the base branch and the earliest backport release branch and provide tested image version on these two branches. For example, if the PR is requested for master, 202211 and 202012, then the requester needs to provide test results on master and 202012. --> #### Which release branch to backport (provide reason below if selected) <!-- - Note we only backport fixes to a release branch, *not* features! - Please also provide a reason for the backporting below. - e.g. - [x] 202006 --> - [ ] 201811 - [ ] 201911 - [ ] 202006 - [ ] 202012 - [ ] 202106 - [ ] 202111 - [ ] 202205 - [ ] 202211 #### Tested branch (Please provide the tested image version) <!-- - Please provide tested image version - e.g. - [x] 20201231.100 --> - [ ] <!-- image version 1 --> - [ ] <!-- image version 2 --> #### Description for the changelog <!-- Write a short (one line) summary that describes the changes in this pull request for inclusion in the changelog: --> <!-- Ensure to add label/tag for the feature raised. example - PR#2174 under sonic-utilities repo. where, Generic Config and Update feature has been labelled as GCU. --> #### Link to config_db schema for YANG module changes <!-- Provide a link to config_db schema for the table for which YANG model is defined Link should point to correct section on https://github.com/Azure/sonic-buildimage/blob/master/src/sonic-yang-models/doc/Configuration.md --> #### A picture of a cute animal (not mandatory but encouraged)
1 parent e1ee641 commit 233fc1f

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

platform/mellanox/fw.mk

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,38 +22,38 @@ MLNX_FW_BASE_PATH = $(MLNX_SDK_BASE_PATH)
2222
# Place an URL here to FW if you want to download FW instead
2323
MLNX_FW_BASE_URL =
2424

25-
SIMX_VERSION = 25.3-1004
25+
SIMX_VERSION = 25.3-1016
2626

2727
FW_FROM_URL = y
2828

29-
MLNX_FW_ASSETS_RELEASE_TAG = fw-2014.3604
29+
MLNX_FW_ASSETS_RELEASE_TAG = fw-2014.3618
3030
MLNX_FW_ASSETS_URL = $(MLNX_ASSETS_GITHUB_URL)/releases/download/$(MLNX_FW_ASSETS_RELEASE_TAG)
3131

3232
ifeq ($(MLNX_FW_BASE_URL), )
3333
MLNX_FW_BASE_URL = $(MLNX_FW_ASSETS_URL)
3434
endif
3535

36-
MLNX_SPC_FW_VERSION = 13.2014.3604
36+
MLNX_SPC_FW_VERSION = 13.2014.3618
3737
MLNX_SPC_FW_FILE = fw-SPC-rel-$(subst .,_,$(MLNX_SPC_FW_VERSION))-EVB.mfa
3838
$(MLNX_SPC_FW_FILE)_PATH = $(MLNX_FW_BASE_PATH)
3939
$(MLNX_SPC_FW_FILE)_URL = $(MLNX_FW_BASE_URL)/$(MLNX_SPC_FW_FILE)
4040

41-
MLNX_SPC2_FW_VERSION = 29.2014.3604
41+
MLNX_SPC2_FW_VERSION = 29.2014.3618
4242
MLNX_SPC2_FW_FILE = fw-SPC2-rel-$(subst .,_,$(MLNX_SPC2_FW_VERSION))-EVB.mfa
4343
$(MLNX_SPC2_FW_FILE)_PATH = $(MLNX_FW_BASE_PATH)
4444
$(MLNX_SPC2_FW_FILE)_URL = $(MLNX_FW_BASE_URL)/$(MLNX_SPC2_FW_FILE)
4545

46-
MLNX_SPC3_FW_VERSION = 30.2014.3604
46+
MLNX_SPC3_FW_VERSION = 30.2014.3618
4747
MLNX_SPC3_FW_FILE = fw-SPC3-rel-$(subst .,_,$(MLNX_SPC3_FW_VERSION))-EVB.mfa
4848
$(MLNX_SPC3_FW_FILE)_PATH = $(MLNX_FW_BASE_PATH)
4949
$(MLNX_SPC3_FW_FILE)_URL = $(MLNX_FW_BASE_URL)/$(MLNX_SPC3_FW_FILE)
5050

51-
MLNX_SPC4_FW_VERSION = 34.2014.3604
51+
MLNX_SPC4_FW_VERSION = 34.2014.3618
5252
MLNX_SPC4_FW_FILE = fw-SPC4-rel-$(subst .,_,$(MLNX_SPC4_FW_VERSION))-EVB.mfa
5353
$(MLNX_SPC4_FW_FILE)_PATH = $(MLNX_FW_BASE_PATH)
5454
$(MLNX_SPC4_FW_FILE)_URL = $(MLNX_FW_BASE_URL)/$(MLNX_SPC4_FW_FILE)
5555

56-
MLNX_SPC5_FW_VERSION = 37.2014.3604
56+
MLNX_SPC5_FW_VERSION = 37.2014.3618
5757
MLNX_SPC5_FW_FILE = fw-SPC5-rel-$(subst .,_,$(MLNX_SPC5_FW_VERSION))-EVB.mfa
5858
$(MLNX_SPC5_FW_FILE)_PATH = $(MLNX_FW_BASE_PATH)
5959
$(MLNX_SPC5_FW_FILE)_URL = $(MLNX_FW_BASE_URL)/$(MLNX_SPC5_FW_FILE)

platform/mellanox/mlnx-sai.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Mellanox SAI
22

3-
MLNX_SAI_VERSION = SAIBuild2412.31.1.15
3+
MLNX_SAI_VERSION = SAIBuild2412.31.2.10
44
MLNX_SAI_ASSETS_GITHUB_URL = https://github.com/Mellanox/Spectrum-SDK-Drivers-SONiC-Bins
55
MLNX_SAI_ASSETS_RELEASE_TAG = sai-$(MLNX_SAI_VERSION)-$(BLDENV)-$(CONFIGURED_ARCH)
66
MLNX_SAI_ASSETS_URL = $(MLNX_SAI_ASSETS_GITHUB_URL)/releases/download/$(MLNX_SAI_ASSETS_RELEASE_TAG)

platform/mellanox/sdk.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# See the License for the specific language governing permissions and
1616
# limitations under the License.
1717
#
18-
MLNX_SDK_VERSION = 4.7.3604
18+
MLNX_SDK_VERSION = 4.7.3618
1919
MLNX_SDK_ISSU_VERSION = 101
2020

2121
MLNX_SDK_DRIVERS_GITHUB_URL = https://github.com/Mellanox/Spectrum-SDK-Drivers

0 commit comments

Comments
 (0)