update SAI version to 7.1.28.4 (#13072)

Why I did it
To bring the following fixes:

Applied customer patch for limited port breakout support in rel_ocp_sai_7_1.
Revert "Merged PR 7224850: SAI7.1_DNX: Temp workaround for Nexthop Group Scale Issue(CS00012251649)".
backport SONIC-67662 to SAI7.1:JR2C ECMP partition for NHgroup members.
How I did it
Updated SAI code with the fixes above.

How to verify it
Run the SONiC and SAI test with the SAI pipeline.
This commit is contained in:
zitingguo-ms 2022-12-16 19:07:31 +08:00 committed by GitHub
parent d410ebe645
commit 0dcc7e4651
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
LIBSAIBCM_XGS_VERSION = 7.1.25.4
LIBSAIBCM_DNX_VERSION = 7.1.25.4
LIBSAIBCM_BRANCH_NAME = REL_7.0
LIBSAIBCM_XGS_VERSION = 7.1.28.4
LIBSAIBCM_DNX_VERSION = 7.1.28.4
LIBSAIBCM_BRANCH_NAME = REL_7.0_202205
LIBSAIBCM_XGS_URL_PREFIX = "https://sonicstorage.blob.core.windows.net/public/sai/bcmsai/$(LIBSAIBCM_BRANCH_NAME)/$(LIBSAIBCM_XGS_VERSION)"
LIBSAIBCM_DNX_URL_PREFIX = "https://sonicstorage.blob.core.windows.net/public/sai/bcmsai/$(LIBSAIBCM_BRANCH_NAME)/$(LIBSAIBCM_DNX_VERSION)"