From ae0d8a27405ed625243f622dc6fbb22daf03518f Mon Sep 17 00:00:00 2001 From: zitingguo-ms Date: Fri, 29 Jul 2022 01:30:03 +0800 Subject: [PATCH] [bcm sai] upgrade Broadcom XGS SAI to 7.1.0.0-8 (#11568) this upgrade contains two changes: 1. Add the following MacSec Initialization Condition: - When MacSec feature is not included MacSec block should not be brought out of reset irrespective of the value of the newly added config variable. - When included its initialization is controlled by the newly added config variable. 2. DNX buf fix: increase _BRCM_SAI_MAX_ACL_TABLES to 128 Signed-off-by: zitingguo --- platform/broadcom/sai.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/broadcom/sai.mk b/platform/broadcom/sai.mk index ad43e8ddbe..fb6c21e585 100644 --- a/platform/broadcom/sai.mk +++ b/platform/broadcom/sai.mk @@ -1,4 +1,4 @@ -LIBSAIBCM_XGS_VERSION = 7.1.0.0-6 +LIBSAIBCM_XGS_VERSION = 7.1.0.0-8 LIBSAIBCM_DNX_VERSION = 7.1.0.0-1 LIBSAIBCM_BRANCH_NAME = REL_7.0 LIBSAIBCM_XGS_URL_PREFIX = "https://sonicstorage.blob.core.windows.net/public/sai/bcmsai/$(LIBSAIBCM_BRANCH_NAME)/$(LIBSAIBCM_XGS_VERSION)"