Skip to content

Commit 0520686

Browse files
authored
[Broadcom] Upgrade xsg SAI version to 13.2.1.3 (#23928)
<!-- Please make sure you've read and understood our contributing guidelines: https://github.com/Azure/SONiC/blob/gh-pages/CONTRIBUTING.md failure_prs.log skip_prs.log Make sure all your commits include a signature generated with `git commit -s` ** If this is a bug fix, make sure your description includes "fixes #xxxx", or "closes #xxxx" or "resolves #xxxx" Please provide the following information: --> #### Why I did it Upgrade xgs SAI version to 13.2.1.3 to include the following fix: - [CS00012421016/CS00012421247]: bypass returning error log and error code for accessing trim disabled queue. Sonic currently doesnot have means to avoid accessing invalid trim queues and customer wants to return zero as value of counter. Added the bypass logic under a feat logic. ##### Work item tracking - Microsoft ADO **(number only)**: 34764822 #### How I did it Update sai.mk file. #### How to verify it Signed-off-by: zitingguo-ms <zitingguo@microsoft.com>
1 parent 4e14950 commit 0520686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/broadcom/sai.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
LIBSAIBCM_XGS_VERSION = 13.2.1.2
1+
LIBSAIBCM_XGS_VERSION = 13.2.1.3
22
LIBSAIBCM_DNX_VERSION = 13.2.1.1
33
LIBSAIBCM_XGS_BRANCH_NAME = SAI_13.2.1_GA
44
LIBSAIBCM_DNX_BRANCH_NAME = SAI_13.2.1_GA

0 commit comments

Comments
 (0)