Skip to content

Commit

Permalink
[Mellanox] Update SDK to 4.4.0952, FW to *.2007.1280 (#4842)
Browse files Browse the repository at this point in the history
  • Loading branch information
keboliu authored Jun 26, 2020
1 parent 4fa81b4 commit 88bbcbf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions platform/mellanox/fw.mk
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ else
FW_FROM_URL = n
endif

MLNX_SPC_FW_VERSION = 13.2007.1244
MLNX_SPC_FW_VERSION = 13.2007.1280
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.2007.1244
MLNX_SPC2_FW_VERSION = 29.2007.1280
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.2007.1244
MLNX_SPC3_FW_VERSION = 30.2007.1280
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)
Expand Down
2 changes: 1 addition & 1 deletion platform/mellanox/sdk-src/sx-kernel/Switch-SDK-drivers
Submodule Switch-SDK-drivers updated 39 files
+4 −4 bin/README.md
+ bin/applibs-dev_1.mlnx.4.4.0952_amd64.deb
+ bin/applibs_1.mlnx.4.4.0940_amd64.deb
+ bin/applibs_1.mlnx.4.4.0952_amd64.deb
+ bin/fw-SPC-rel-13_2007_1244-EVB.mfa
+ bin/fw-SPC-rel-13_2007_1280-EVB.mfa
+ bin/fw-SPC2-rel-29_2007_1244-EVB.mfa
+ bin/fw-SPC2-rel-29_2007_1280-EVB.mfa
+ bin/fw-SPC3-rel-30_2007_1244-EVB.mfa
+ bin/fw-SPC3-rel-30_2007_1280-EVB.mfa
+ bin/iproute2-dev_1.mlnx.4.4.0952_amd64.deb
+ bin/iproute2_1.mlnx.4.4.0952_amd64.deb
+ bin/python-sdk-api_1.mlnx.4.4.0940_amd64.deb
+ bin/python-sdk-api_1.mlnx.4.4.0952_amd64.deb
+ bin/sx-acl-helper-dev-static_1.mlnx.4.4.0940_amd64.deb
+ bin/sx-acl-helper-dev-static_1.mlnx.4.4.0952_amd64.deb
+ bin/sx-acl-helper-dev_1.mlnx.4.4.0952_amd64.deb
+ bin/sx-acl-helper_1.mlnx.4.4.0952_amd64.deb
+ bin/sx-complib-dev-static_1.mlnx.4.4.0952_amd64.deb
+ bin/sx-complib-dev_1.mlnx.4.4.0952_amd64.deb
+ bin/sx-complib_1.mlnx.4.4.0952_amd64.deb
+ bin/sx-examples-dev_1.mlnx.4.4.0940_amd64.deb
+ bin/sx-examples-dev_1.mlnx.4.4.0952_amd64.deb
+ bin/sx-examples_1.mlnx.4.4.0952_amd64.deb
+ bin/sx-gen-utils-dev_1.mlnx.4.4.0952_amd64.deb
+ bin/sx-gen-utils_1.mlnx.4.4.0952_amd64.deb
+ bin/sx-scew-dev-static_1.mlnx.4.4.0952_amd64.deb
+ bin/sx-scew-dev_1.mlnx.4.4.0952_amd64.deb
+ bin/sx-scew_1.mlnx.4.4.0952_amd64.deb
+ bin/sxd-libs-dev-static_1.mlnx.4.4.0952_amd64.deb
+ bin/sxd-libs-dev_1.mlnx.4.4.0952_amd64.deb
+ bin/sxd-libs_1.mlnx.4.4.0952_amd64.deb
+ bin/wjh-libs-dev-static_1.mlnx.4.4.0952_amd64.deb
+ bin/wjh-libs-dev_1.mlnx.4.4.0952_amd64.deb
+ bin/wjh-libs_1.mlnx.4.4.0940_amd64.deb
+ bin/wjh-libs_1.mlnx.4.4.0952_amd64.deb
+1 −1 debian/changelog
+7 −0 drivers/net/mlx_sx/cq.c
+27 −0 drivers/net/mlx_sx/ioctl_host_ifc.c
2 changes: 1 addition & 1 deletion platform/mellanox/sdk.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
MLNX_SDK_BASE_PATH = $(PLATFORM_PATH)/sdk-src/sx-kernel/Switch-SDK-drivers/bin/
MLNX_SDK_VERSION = 4.4.0940
MLNX_SDK_VERSION = 4.4.0952
MLNX_SDK_ISSU_VERSION = 101

MLNX_SDK_DEB_VERSION = $(subst _,.,$(MLNX_SDK_VERSION))
Expand Down

0 comments on commit 88bbcbf

Please sign in to comment.