From 2ff99024b7a08432f0c0244d69ec3c7303ff534f Mon Sep 17 00:00:00 2001 From: Sonic Build Admin Date: Tue, 10 Jun 2025 23:57:03 +0000 Subject: [PATCH] [Broadcom] Upgrade xgs SAI version to 13.2.0.2 #### Why I did it Upgrade xgs SAI to 13.2.0.2 to include following fixes: - 13.2.0.1: [AN/LT] Enable Microsoft AN/LT behavior - 13.2.0.2: - With sai_mmu_custom_config=1 TM_THD_UC_Q SHARED_LIMITS are being set to 1 - Adding the FEC accumulation support for S0-S16 Codeword stat and add the return value for default case ##### Work item tracking - Microsoft ADO **(number only)**: 33173316 #### How I did it Update xgs SAI version in sai.mk file #### How to verify it https://elastictest.org/scheduler/testplan/684303a6a463cd877cb84368?leftSideViewMode=detail #### Which release branch to backport (provide reason below if selected) - [x] 202412 - [x] 202505 Signed-off-by: zitingguo-ms #### Tested branch (Please provide the tested image version) - [ ] - [ ] #### Description for the changelog #### Link to config_db schema for YANG module changes #### A picture of a cute animal (not mandatory but encouraged) --- 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 0c72a036d7..2d4057718c 100644 --- a/platform/broadcom/sai.mk +++ b/platform/broadcom/sai.mk @@ -1,4 +1,4 @@ -LIBSAIBCM_XGS_VERSION = 13.2.0.0 +LIBSAIBCM_XGS_VERSION = 13.2.0.2 LIBSAIBCM_DNX_VERSION = 12.3.3.2 LIBSAIBCM_XGS_BRANCH_NAME = SAI_13.2.0_GA LIBSAIBCM_DNX_BRANCH_NAME = SAI_12.3.0_GA