Skip to content

Commit ca713e2

Browse files
authored
[Mellanox] Update SDK\FW to version 4.4.3320\2008.3324 (sonic-net#8487)
Update SDK\FW version to 4.4.3320\2008.3324. This version contains: New Features: * Add support for Fast Boot for SN3800 Bug Fixing: * In some cases, when the total number of allocations exceeds the resource limit, an error can occur due to incorrect resource release procedure. This issue is most likely to affect the following resources: flow counters, ACL actions, PBS, WJH filter, Tunnels, ECMP containers, MC (L2 &L3) * On Spectrum systems, when using Async Router API with IPV6, an error message in the log regarding failing to remove ECMP container may show up. This error is not functional and can be safely ignored. * On Spectrum-2 systems and above, when using warm boot, setting max_bridge_num to a value greater than 1968 will cause an error and potential crash. * Some Molex cables do not support speed after reboot Signed-off-by: Dror Prital <[email protected]>
1 parent b67b69b commit ca713e2

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

platform/mellanox/fw.mk

Lines changed: 3 additions & 3 deletions
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.3224
14+
MLNX_SPC_FW_VERSION = 13.2008.3324
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.3224
19+
MLNX_SPC2_FW_VERSION = 29.2008.3324
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.3224
24+
MLNX_SPC3_FW_VERSION = 30.2008.3324
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)
Submodule Switch-SDK-drivers updated 129 files

platform/mellanox/sdk.mk

Lines changed: 1 addition & 1 deletion
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.3222
3+
MLNX_SDK_VERSION = 4.4.3320
44
MLNX_SDK_ISSU_VERSION = 101
55

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

0 commit comments

Comments
 (0)