[BRCM SAI 7.1.7.2] catch up CS00012257483 patch (#11768)

Why I did it
It solves a swss orchagent crash issue on PikeZ device, due to link-training setting of external PHY port.

How I did it
Catch up the fix for CS00012257483 in version 7.1.7.2.
This commit is contained in:
Junhua Zhai 2022-08-23 04:34:04 +00:00 committed by Ying Xie
parent c60d78dd1f
commit 322f14136a

View File

@ -1,5 +1,5 @@
LIBSAIBCM_XGS_VERSION = 7.1.7.1
LIBSAIBCM_DNX_VERSION = 7.1.7.1
LIBSAIBCM_XGS_VERSION = 7.1.7.2
LIBSAIBCM_DNX_VERSION = 7.1.7.2
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)"
LIBSAIBCM_DNX_URL_PREFIX = "https://sonicstorage.blob.core.windows.net/public/sai/bcmsai/$(LIBSAIBCM_BRANCH_NAME)/$(LIBSAIBCM_DNX_VERSION)"