Skip to content

Commit 9ae17e6

Browse files
authored
[sonic-sairedis update] Support for SAI header v1.10.2 with BRCM SAI v7.1.0.0 and MLNX SAI v1.21.1.0 (#10583)
1 parent cfdb843 commit 9ae17e6

32 files changed

+24
-3861
lines changed

platform/broadcom/sai-modules.mk

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Broadcom SAI modules
22

3-
BRCM_OPENNSL_KERNEL_VERSION = 6.1.0.3
3+
BRCM_OPENNSL_KERNEL_VERSION = 7.1.0.0
44

55
BRCM_OPENNSL_KERNEL = opennsl-modules_$(BRCM_OPENNSL_KERNEL_VERSION)_amd64.deb
66
$(BRCM_OPENNSL_KERNEL)_SRC_PATH = $(PLATFORM_PATH)/saibcm-modules
@@ -10,7 +10,7 @@ $(BRCM_OPENNSL_KERNEL)_MACHINE = broadcom
1010
SONIC_DPKG_DEBS += $(BRCM_OPENNSL_KERNEL)
1111

1212
# SAI bcm modules for DNX family ASIC
13-
BRCM_DNX_OPENNSL_KERNEL_VERSION = 6.1.0.3
13+
BRCM_DNX_OPENNSL_KERNEL_VERSION = 7.1.0.0
1414

1515
BRCM_DNX_OPENNSL_KERNEL = opennsl-modules-dnx_$(BRCM_DNX_OPENNSL_KERNEL_VERSION)_amd64.deb
1616
$(BRCM_DNX_OPENNSL_KERNEL)_SRC_PATH = $(PLATFORM_PATH)/saibcm-modules-dnx

platform/broadcom/sai.mk

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
LIBSAIBCM_VERSION = 6.1.0.3
2-
LIBSAIBCM_BRANCH_NAME = REL_6.1
1+
LIBSAIBCM_VERSION = 7.1.0.0
2+
LIBSAIBCM_BRANCH_NAME = REL_7.0
33
LIBSAIBCM_URL_PREFIX = "https://sonicstorage.blob.core.windows.net/public/sai/bcmsai/$(LIBSAIBCM_BRANCH_NAME)/$(LIBSAIBCM_VERSION)"
44

55
BRCM_SAI = libsaibcm_$(LIBSAIBCM_VERSION)_amd64.deb

platform/broadcom/saibcm-modules/debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
opennsl (7.1.0.0) unstable; urgency=medium
2+
3+
* Update to Broadcom SAI 7.1.0.0.
4+
5+
-- Vineet Mittal <[email protected]> Tue, 19 APR 2022 12:30:00 +0000
6+
17
opennsl (6.1.0.3) unstable; urgency=medium
28

39
* Update to Broadcom SAI 6.1.0.3

platform/broadcom/saibcm-modules/include/soc/cmic.h

-37
This file was deleted.

platform/broadcom/saibcm-modules/make/Makefile.linux-bmw-2_6

-122
This file was deleted.

platform/broadcom/saibcm-modules/make/Makefile.linux-gto

-127
This file was deleted.

0 commit comments

Comments
 (0)