Skip to content

Commit edb48e3

Browse files
authored
[Mellanox] Update SAI and SDK\FW ver. 4.4.3216\2008.3216(#8055)
- Why I did it * For SAI - Advance to adopt the following fixes: 1. Better handle not implement object type for resource availability 2. Fix ext dump when saidump is triggered from 2nd process (saidump utility) other than main adapter host (syncd in SONiC) * For SDK\FW: - Changes and new features: 1. Added support in SN4600C systems for new module Finisar ET7402-CWDM4 (100G CWDM4 QSFP28 1310nm SM 2KM). 2. Added support for new module MMS1W50-HM (2km transceiver FR4) for 200GbE 3. Improved performance of "per-port-buffer" counters 4. Added support for Kernel 5.10 - Bugs fixes: On rare occasions (0.5%), in SN4600C systems, when using 100GbE NRZ mode and Fastboot flow, the link up time may take up to 10 seconds Signed-off-by: Dror Prital <[email protected]>
1 parent fe6e4c3 commit edb48e3

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

platform/mellanox/fw.mk

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ else
1111
FW_FROM_URL = n
1212
endif
1313

14-
MLNX_SPC_FW_VERSION = 13.2008.3110
14+
MLNX_SPC_FW_VERSION = 13.2008.3216
1515
MLNX_SPC_FW_FILE = fw-SPC-rel-$(subst .,_,$(MLNX_SPC_FW_VERSION))-EVB.mfa
1616
$(MLNX_SPC_FW_FILE)_PATH = $(MLNX_FW_BASE_PATH)
1717
$(MLNX_SPC_FW_FILE)_URL = $(MLNX_FW_BASE_URL)/$(MLNX_SPC_FW_FILE)
1818

19-
MLNX_SPC2_FW_VERSION = 29.2008.3110
19+
MLNX_SPC2_FW_VERSION = 29.2008.3216
2020
MLNX_SPC2_FW_FILE = fw-SPC2-rel-$(subst .,_,$(MLNX_SPC2_FW_VERSION))-EVB.mfa
2121
$(MLNX_SPC2_FW_FILE)_PATH = $(MLNX_FW_BASE_PATH)
2222
$(MLNX_SPC2_FW_FILE)_URL = $(MLNX_FW_BASE_URL)/$(MLNX_SPC2_FW_FILE)
2323

24-
MLNX_SPC3_FW_VERSION = 30.2008.3110
24+
MLNX_SPC3_FW_VERSION = 30.2008.3216
2525
MLNX_SPC3_FW_FILE = fw-SPC3-rel-$(subst .,_,$(MLNX_SPC3_FW_VERSION))-EVB.mfa
2626
$(MLNX_SPC3_FW_FILE)_PATH = $(MLNX_FW_BASE_PATH)
2727
$(MLNX_SPC3_FW_FILE)_URL = $(MLNX_FW_BASE_URL)/$(MLNX_SPC3_FW_FILE)

platform/mellanox/sdk.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MLNX_SDK_BASE_PATH = $(PLATFORM_PATH)/sdk-src/sx-kernel/Switch-SDK-drivers/bin/
22
MLNX_SDK_PKG_BASE_PATH = $(MLNX_SDK_BASE_PATH)/$(BLDENV)/
3-
MLNX_SDK_VERSION = 4.4.3106
3+
MLNX_SDK_VERSION = 4.4.3216
44
MLNX_SDK_ISSU_VERSION = 101
55

66
MLNX_SDK_DEB_VERSION = $(subst -,.,$(subst _,.,$(MLNX_SDK_VERSION)))

0 commit comments

Comments
 (0)