[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 <zitingguo@microsoft.com>
This commit is contained in:
zitingguo-ms 2022-07-29 01:30:03 +08:00 committed by GitHub
parent 8cc703f276
commit ae0d8a2740
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)"