[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 <drorp@nvidia.com>
This commit is contained in:
parent
fe6e4c336d
commit
edb48e3191
@ -11,17 +11,17 @@ else
|
||||
FW_FROM_URL = n
|
||||
endif
|
||||
|
||||
MLNX_SPC_FW_VERSION = 13.2008.3110
|
||||
MLNX_SPC_FW_VERSION = 13.2008.3216
|
||||
MLNX_SPC_FW_FILE = fw-SPC-rel-$(subst .,_,$(MLNX_SPC_FW_VERSION))-EVB.mfa
|
||||
$(MLNX_SPC_FW_FILE)_PATH = $(MLNX_FW_BASE_PATH)
|
||||
$(MLNX_SPC_FW_FILE)_URL = $(MLNX_FW_BASE_URL)/$(MLNX_SPC_FW_FILE)
|
||||
|
||||
MLNX_SPC2_FW_VERSION = 29.2008.3110
|
||||
MLNX_SPC2_FW_VERSION = 29.2008.3216
|
||||
MLNX_SPC2_FW_FILE = fw-SPC2-rel-$(subst .,_,$(MLNX_SPC2_FW_VERSION))-EVB.mfa
|
||||
$(MLNX_SPC2_FW_FILE)_PATH = $(MLNX_FW_BASE_PATH)
|
||||
$(MLNX_SPC2_FW_FILE)_URL = $(MLNX_FW_BASE_URL)/$(MLNX_SPC2_FW_FILE)
|
||||
|
||||
MLNX_SPC3_FW_VERSION = 30.2008.3110
|
||||
MLNX_SPC3_FW_VERSION = 30.2008.3216
|
||||
MLNX_SPC3_FW_FILE = fw-SPC3-rel-$(subst .,_,$(MLNX_SPC3_FW_VERSION))-EVB.mfa
|
||||
$(MLNX_SPC3_FW_FILE)_PATH = $(MLNX_FW_BASE_PATH)
|
||||
$(MLNX_SPC3_FW_FILE)_URL = $(MLNX_FW_BASE_URL)/$(MLNX_SPC3_FW_FILE)
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 7bcbe57ddbae82a775a17f3a7a8575f79cea916a
|
||||
Subproject commit a2ec007c52bb5ebc2eeaa8b73375a2e3e967391a
|
@ -1 +1 @@
|
||||
Subproject commit d7e88d9d70b9e7b9d8b1a81d18f27df8d1056f8e
|
||||
Subproject commit 0354f2b1733cadc15443d12ed107e80725eccd47
|
@ -1,6 +1,6 @@
|
||||
MLNX_SDK_BASE_PATH = $(PLATFORM_PATH)/sdk-src/sx-kernel/Switch-SDK-drivers/bin/
|
||||
MLNX_SDK_PKG_BASE_PATH = $(MLNX_SDK_BASE_PATH)/$(BLDENV)/
|
||||
MLNX_SDK_VERSION = 4.4.3106
|
||||
MLNX_SDK_VERSION = 4.4.3216
|
||||
MLNX_SDK_ISSU_VERSION = 101
|
||||
|
||||
MLNX_SDK_DEB_VERSION = $(subst -,.,$(subst _,.,$(MLNX_SDK_VERSION)))
|
||||
|
Reference in New Issue
Block a user