[Broadcom] Upgrade xgs SAI version to 13.2.1.10#24289
Merged
StormLiangMS merged 1 commit intosonic-net:masterfrom Oct 20, 2025
Merged
[Broadcom] Upgrade xgs SAI version to 13.2.1.10#24289StormLiangMS merged 1 commit intosonic-net:masterfrom
StormLiangMS merged 1 commit intosonic-net:masterfrom
Conversation
Signed-off-by: zitingguo-ms <zitingguo@microsoft.com>
Collaborator
|
/azp run Azure.sonic-buildimage |
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR upgrades the Broadcom XGS SAI (Switch Abstraction Interface) library version from 13.2.1.9 to 13.2.1.10, keeping the branch name unchanged at SAI_13.2.1_GA.
- Updates LIBSAIBCM_XGS_VERSION to 13.2.1.10
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
Azure Pipelines successfully started running 1 pipeline(s). |
This was referenced Oct 20, 2025
yejianquan
pushed a commit
that referenced
this pull request
Oct 20, 2025
Why I did it This is a manual cherry-pick of #24289 Upgrade the xgs SAI version to 13.2.1.10 to include the following changes: OCP SAI spec Version upgrade from 1.16.3 -> 1.16.4 TH_Regular : Memory leak is observed during warm shut and cold shut during warm boot. Uplift SDKLT-51968 to 13.2.1: Drop counter is increasing even if port is Oper down On TH4GT: Need to disable TunnelMpIp4ip6 tests as per Jira SONIC-108933 Updated PORT attribute PRIORITY_FLOW_CONTROL handling for TH5 with a custom value 2 for config property sai_pfc_dlr_init_capability Work item tracking Microsoft ADO (number only): 35635641 How I did it Upgrade the SAI version in the sai.mk file. How to verify it Load image on a lab device, all containers are up and running. admin@str4-7060x6-512-1:~$ show ver SONiC Software Version: SONiC.master-24289.966026-ab7fb1cf5 SONiC OS Version: 12 Distribution: Debian 12.12 Kernel: 6.1.0-29-2-amd64 Build commit: ab7fb1cf5 Build date: Mon Oct 20 03:20:26 UTC 2025 Built by: azureuser@36dbb5a3c000000 Platform: x86_64-arista_7060x6_64pe_b HwSKU: Arista-7060X6-64PE-B-C512S2 ASIC: broadcom ASIC Count: 1 Serial Number: HBG250902HX Model Number: DCS-7060X6-64PE-B Hardware Revision: 02.00 Uptime: 06:39:46 up 4 min, 1 user, load average: 1.34, 1.46, 0.68 Date: Mon 20 Oct 2025 06:39:46 admin@str4-7060x6-512-1:~$ docker ps -a CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 6badc498aba5 docker-snmp:latest "/usr/bin/docker-snm…" 2 minutes ago Up About a minute snmp 1ace6c826192 docker-platform-monitor:latest "/usr/bin/docker_ini…" 2 minutes ago Up 2 minutes pmon 85c8017453ca docker-sonic-mgmt-framework:latest "/usr/local/bin/supe…" 2 minutes ago Up 2 minutes mgmt-framework 15a453f6a5b3 docker-lldp:latest "/usr/bin/docker-lld…" 2 minutes ago Up 2 minutes lldp 31caa67fb829 docker-sonic-gnmi:latest "/usr/local/bin/supe…" 2 minutes ago Up 2 minutes gnmi 8dc9dc58b98f docker-eventd:latest "/usr/local/bin/supe…" 3 minutes ago Up 3 minutes eventd f1a9eec12127 docker-router-advertiser:latest "/usr/bin/docker-ini…" 3 minutes ago Up 3 minutes radv 4829edfe25cf docker-fpm-frr:latest "/usr/bin/docker_ini…" 3 minutes ago Up 3 minutes bgp b452f0c94727 docker-syncd-brcm:latest "/usr/local/bin/supe…" 3 minutes ago Up 3 minutes syncd 228d5761cf62 docker-teamd:latest "/usr/local/bin/supe…" 3 minutes ago Up 3 minutes teamd ab26b4d257da docker-sysmgr:latest "/usr/local/bin/supe…" 3 minutes ago Up 3 minutes sysmgr d90819e31e44 docker-orchagent:latest "/usr/bin/docker-ini…" 3 minutes ago Up 3 minutes swss c2332d628521 docker-sonic-restapi:latest "/usr/local/bin/supe…" 3 minutes ago Up 3 minutes restapi a399603971c7 docker-database:latest "/usr/local/bin/dock…" 3 minutes ago Up 3 minutes database drivshell>bsv bsv BRCM SAI ver: [13.2.1.10], OCP SAI ver: [1.16.4], SDK ver: [sdk-6.5.32-SP2], LT ver: [1.16] BRCM SAI cold boot ver:[13.2.1.10] Signed-off-by: zitingguo-ms zitingguo@microsoft.com
bingwang-ms
added a commit
to Azure/sonic-buildimage-msft
that referenced
this pull request
Oct 20, 2025
<!--
Please make sure you've read and understood our contributing guidelines:
https://github.com/Azure/SONiC/blob/gh-pages/CONTRIBUTING.md
** 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
This is a manual cherry-pick of
sonic-net/sonic-buildimage#24289
Upgrade the xgs SAI version to 13.2.1.10 to include the following
changes:
- OCP SAI spec Version upgrade from 1.16.3 -> 1.16.4
- TH_Regular : Memory leak is observed during warm shut and cold shut
during warm boot.
- Uplift SDKLT-51968 to 13.2.1: Drop counter is increasing even if port
is Oper down
- On TH4GT: Need to disable TunnelMpIp4ip6 tests as per Jira
SONIC-108933
- Updated PORT attribute PRIORITY_FLOW_CONTROL handling for TH5 with a
custom value 2 for config property sai_pfc_dlr_init_capability
##### Work item tracking
- Microsoft ADO **(number only)**: 35635641
#### How I did it
Upgrade the SAI version in the sai.mk file.
#### How to verify it
<!--
If PR needs to be backported, then the PR must be tested against the
base branch and the earliest backport release branch and provide tested
image version on these two branches. For example, if the PR is requested
for master, 202211 and 202012, then the requester needs to provide test
results on master and 202012.
-->
Signed-off-by: zitingguo-ms <zitingguo@microsoft.com>
r12f
pushed a commit
to Azure/sonic-buildimage-msft
that referenced
this pull request
Oct 20, 2025
<!--
Please make sure you've read and understood our contributing guidelines:
https://github.com/Azure/SONiC/blob/gh-pages/CONTRIBUTING.md
** 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
This is a manual cherry-pick of
sonic-net/sonic-buildimage#24289
Upgrade the xgs SAI version to 13.2.1.10 to include the following
changes:
- OCP SAI spec Version upgrade from 1.16.3 -> 1.16.4
- TH_Regular : Memory leak is observed during warm shut and cold shut
during warm boot.
- Uplift SDKLT-51968 to 13.2.1: Drop counter is increasing even if port
is Oper down
- On TH4GT: Need to disable TunnelMpIp4ip6 tests as per Jira
SONIC-108933
- Updated PORT attribute PRIORITY_FLOW_CONTROL handling for TH5 with a
custom value 2 for config property sai_pfc_dlr_init_capability
##### Work item tracking
- Microsoft ADO **(number only)**: 35635641
#### How I did it
Upgrade the SAI version in the sai.mk file.
#### How to verify it
Signed-off-by: zitingguo-ms <zitingguo@microsoft.com>
Signed-off-by: zitingguo-ms <zitingguo@microsoft.com>
FengPan-Frank
pushed a commit
to FengPan-Frank/sonic-buildimage
that referenced
this pull request
Dec 4, 2025
Why I did it Upgrade the xgs SAI version to 13.2.1.10 to include the following changes: OCP SAI spec Version upgrade from 1.16.3 -> 1.16.4 TH_Regular : Memory leak is observed during warm shut and cold shut during warm boot. Uplift SDKLT-51968 to 13.2.1: Drop counter is increasing even if port is Oper down On TH4GT: Need to disable TunnelMpIp4ip6 tests as per Jira SONIC-108933 Updated PORT attribute PRIORITY_FLOW_CONTROL handling for TH5 with a custom value 2 for config property sai_pfc_dlr_init_capability Work item tracking Microsoft ADO (number only): 35635641 How I did it Upgrade the SAI version in the sai.mk file. How to verify it Load image on a lab device, all containers are up and running. admin@str4-7060x6-512-1:~$ show ver SONiC Software Version: SONiC.master-24289.966026-ab7fb1cf5 SONiC OS Version: 12 Distribution: Debian 12.12 Kernel: 6.1.0-29-2-amd64 Build commit: ab7fb1cf5 Build date: Mon Oct 20 03:20:26 UTC 2025 Built by: azureuser@36dbb5a3c000000 Platform: x86_64-arista_7060x6_64pe_b HwSKU: Arista-7060X6-64PE-B-C512S2 ASIC: broadcom ASIC Count: 1 Serial Number: HBG250902HX Model Number: DCS-7060X6-64PE-B Hardware Revision: 02.00 Uptime: 06:39:46 up 4 min, 1 user, load average: 1.34, 1.46, 0.68 Date: Mon 20 Oct 2025 06:39:46 admin@str4-7060x6-512-1:~$ docker ps -a CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 6badc498aba5 docker-snmp:latest "/usr/bin/docker-snm…" 2 minutes ago Up About a minute snmp 1ace6c826192 docker-platform-monitor:latest "/usr/bin/docker_ini…" 2 minutes ago Up 2 minutes pmon 85c8017453ca docker-sonic-mgmt-framework:latest "/usr/local/bin/supe…" 2 minutes ago Up 2 minutes mgmt-framework 15a453f6a5b3 docker-lldp:latest "/usr/bin/docker-lld…" 2 minutes ago Up 2 minutes lldp 31caa67fb829 docker-sonic-gnmi:latest "/usr/local/bin/supe…" 2 minutes ago Up 2 minutes gnmi 8dc9dc58b98f docker-eventd:latest "/usr/local/bin/supe…" 3 minutes ago Up 3 minutes eventd f1a9eec12127 docker-router-advertiser:latest "/usr/bin/docker-ini…" 3 minutes ago Up 3 minutes radv 4829edfe25cf docker-fpm-frr:latest "/usr/bin/docker_ini…" 3 minutes ago Up 3 minutes bgp b452f0c94727 docker-syncd-brcm:latest "/usr/local/bin/supe…" 3 minutes ago Up 3 minutes syncd 228d5761cf62 docker-teamd:latest "/usr/local/bin/supe…" 3 minutes ago Up 3 minutes teamd ab26b4d257da docker-sysmgr:latest "/usr/local/bin/supe…" 3 minutes ago Up 3 minutes sysmgr d90819e31e44 docker-orchagent:latest "/usr/bin/docker-ini…" 3 minutes ago Up 3 minutes swss c2332d628521 docker-sonic-restapi:latest "/usr/local/bin/supe…" 3 minutes ago Up 3 minutes restapi a399603971c7 docker-database:latest "/usr/local/bin/dock…" 3 minutes ago Up 3 minutes database drivshell>bsv bsv BRCM SAI ver: [13.2.1.10], OCP SAI ver: [1.16.4], SDK ver: [sdk-6.5.32-SP2], LT ver: [1.16] BRCM SAI cold boot ver:[13.2.1.10] Signed-off-by: Feng Pan <fenpan@microsoft.com>
r12f
pushed a commit
to Azure/sonic-buildimage-msft
that referenced
this pull request
Dec 17, 2025
<!--
Please make sure you've read and understood our contributing guidelines:
https://github.com/Azure/SONiC/blob/gh-pages/CONTRIBUTING.md
** 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
This is a manual cherry-pick of
sonic-net/sonic-buildimage#24289
Upgrade the xgs SAI version to 13.2.1.10 to include the following
changes:
- OCP SAI spec Version upgrade from 1.16.3 -> 1.16.4
- TH_Regular : Memory leak is observed during warm shut and cold shut
during warm boot.
- Uplift SDKLT-51968 to 13.2.1: Drop counter is increasing even if port
is Oper down
- On TH4GT: Need to disable TunnelMpIp4ip6 tests as per Jira
SONIC-108933
- Updated PORT attribute PRIORITY_FLOW_CONTROL handling for TH5 with a
custom value 2 for config property sai_pfc_dlr_init_capability
##### Work item tracking
- Microsoft ADO **(number only)**: 35635641
#### How I did it
Upgrade the SAI version in the sai.mk file.
#### How to verify it
Signed-off-by: zitingguo-ms <zitingguo@microsoft.com>
Signed-off-by: zitingguo-ms <zitingguo@microsoft.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why I did it
Upgrade the xgs SAI version to 13.2.1.10 to include the following changes:
Work item tracking
How I did it
Upgrade the SAI version in the sai.mk file.
How to verify it
Load image on a lab device, all containers are up and running.
Which release branch to backport (provide reason below if selected)
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)
Signed-off-by: zitingguo-ms zitingguo@microsoft.com