Skip to content

Commit 5d376a6

Browse files
andriymoroz-mlnxwangshengjun
authored andcommitted
[Mellanox] Update SDK (v3.4.1886) and hw-magmt (v2.0.0191) (sonic-net#3359)
This commit also includes sonic-linux-kernel submodule update Commits included: f8b30b4 [Mellanox] Add hw-management driver patches (sonic-net#97) feb786b Add psample and act_sample drivers (sonic-net#94) 15f8651 Update optoe driver to add CMIS (QSFP-DD, OSFP, ...) support (sonic-net#96)
1 parent e53101b commit 5d376a6

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

platform/mellanox/fw.mk

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
MLNX_FW_BASE_URL = $(MLNX_SDK_BASE_URL)
44

5-
MLNX_SPC_FW_VERSION = 13.2000.1634
5+
MLNX_SPC_FW_VERSION = 13.2000.1886
66
MLNX_SPC_FW_FILE = fw-SPC-rel-$(subst .,_,$(MLNX_SPC_FW_VERSION))-EVB.mfa
77
$(MLNX_SPC_FW_FILE)_URL = $(MLNX_FW_BASE_URL)/$(MLNX_SPC_FW_FILE)
88
SONIC_ONLINE_FILES += $(MLNX_SPC_FW_FILE)
99

10-
MLNX_SPC2_FW_VERSION = 29.2000.1634
10+
MLNX_SPC2_FW_VERSION = 29.2000.1886
1111
MLNX_SPC2_FW_FILE = fw-SPC2-rel-$(subst .,_,$(MLNX_SPC2_FW_VERSION))-EVB.mfa
1212
$(MLNX_SPC2_FW_FILE)_URL = $(MLNX_FW_BASE_URL)/$(MLNX_SPC2_FW_FILE)
1313
SONIC_ONLINE_FILES += $(MLNX_SPC2_FW_FILE)

platform/mellanox/hw-management.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Mellanox HW Management
22

3-
MLNX_HW_MANAGEMENT_VERSION = 2.0.0183
3+
MLNX_HW_MANAGEMENT_VERSION = 2.0.0191
44

55
export MLNX_HW_MANAGEMENT_VERSION
66

platform/mellanox/sdk.mk

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
MLNX_SDK_BASE_URL = https://github.com/Mellanox/SAI-Implementation/raw/f4bc0f92f729cedf4d65a19563f61db23acb7763/sdk
2-
MLNX_SDK_VERSION = 4.3.1634
1+
MLNX_SDK_BASE_URL = https://github.com/Mellanox/SAI-Implementation/raw/acf8ed31fd43e8280b553357c4ac4248f2c2e3aa/sdk
2+
MLNX_SDK_VERSION = 4.3.1886
33
MLNX_SDK_ISSU_VERSION = 101
44

55
MLNX_SDK_DEB_VERSION = $(subst _,.,$(MLNX_SDK_VERSION))

src/sonic-linux-kernel

0 commit comments

Comments
 (0)