[Broadcom] Upgrade xgs SAI version to 13.2.1.14#24397
Merged
StormLiangMS merged 1 commit intosonic-net:masterfrom Nov 5, 2025
Merged
[Broadcom] Upgrade xgs SAI version to 13.2.1.14#24397StormLiangMS 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 |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates the Broadcom SAI library version for XGS platforms from 13.2.1.13 to 13.2.1.14, likely incorporating bug fixes or minor improvements while maintaining compatibility with the SAI 13.2.1 GA branch.
- Updated LIBSAIBCM_XGS_VERSION from 13.2.1.13 to 13.2.1.14
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This was referenced Oct 31, 2025
Pterosaur
approved these changes
Oct 31, 2025
yejianquan
pushed a commit
that referenced
this pull request
Nov 4, 2025
Why I did it This is a manual cherry-pick of #24397 Upgrade the xgs SAI version to 13.2.1.14 to include the following changes: 13.2.1.14: Add Tam and CS00012427742 13.2.1.13: 800G autoneg mode support 13.2.1.12: Added ability to set custom sampling interval for egress queue stats 13.2.1.11: Sai support for port diagnostic attribute, Fec alignment marker lock status on TH5-512 Switch trimming TrimSent/pkts incorrectly displayed in MC11 Work item tracking Microsoft ADO (number only): 35706196 How I did it Upgrade the SAI version in the sai.mk file. How to verify it Load image on a TD3 device, all containers are up and running. admin@str2-7050cx3-32c-acs-01:~$ show ver SONiC Software Version: SONiC.202505-24350.972454-58be422c6 SONiC OS Version: 12 Distribution: Debian 12.12 Kernel: 6.1.0-29-2-amd64 Build commit: 58be422c6 Build date: Sat Nov 1 11:00:02 UTC 2025 Built by: azureuser@bfc36000c000000 Platform: x86_64-arista_7050cx3_32c HwSKU: Arista-7050CX3-32C-C32 ASIC: broadcom ASIC Count: 1 Serial Number: HBG241704XY Model Number: DCS-7050CX3-32C Hardware Revision: 01.00 Uptime: 05:58:15 up 5 min, 1 user, load average: 0.35, 0.70, 0.37 Date: Mon 03 Nov 2025 05:58:15 admin@str2-7050cx3-32c-acs-01:~$ docker ps -a CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 9ab2c375258d docker-snmp:latest "/usr/bin/docker-snm…" 3 minutes ago Up 2 minutes snmp 637a616e39bb docker-platform-monitor:latest "/usr/bin/docker_ini…" 3 minutes ago Up 3 minutes pmon 96dcaf3e5cda docker-sonic-mgmt-framework:latest "/usr/local/bin/supe…" 3 minutes ago Up 3 minutes mgmt-framework 194eff36f968 docker-lldp:latest "/usr/bin/docker-lld…" 3 minutes ago Up 3 minutes lldp 63685dbcc240 docker-sonic-gnmi:latest "/usr/local/bin/supe…" 3 minutes ago Up 3 minutes gnmi edefc67a5a9a docker-dhcp-relay:latest "/usr/bin/docker_ini…" 3 minutes ago Up 3 minutes dhcp_relay 5157ba1d2a49 docker-router-advertiser:latest "/usr/bin/docker-ini…" 4 minutes ago Up 4 minutes radv 057e41ae589e docker-eventd:latest "/usr/local/bin/supe…" 4 minutes ago Up 4 minutes eventd cfd127fe9e55 docker-syncd-brcm:latest "/usr/local/bin/supe…" 4 minutes ago Up 4 minutes syncd 538695d14e75 docker-teamd:latest "/usr/local/bin/supe…" 4 minutes ago Up 4 minutes teamd 099941c812fc docker-fpm-frr:latest "/usr/bin/docker_ini…" 4 minutes ago Up 4 minutes bgp 071126e032ec docker-sysmgr:latest "/usr/local/bin/supe…" 4 minutes ago Up 4 minutes sysmgr f8a19385dea4 docker-orchagent:latest "/usr/bin/docker-ini…" 4 minutes ago Up 4 minutes swss 12b6c62fbd1c docker-sonic-restapi:latest "/usr/local/bin/supe…" 4 minutes ago Up 4 minutes restapi 38edc6593d09 docker-database:latest "/usr/local/bin/dock…" 4 minutes ago Up 4 minutes database admin@str2-7050cx3-32c-acs-01:~$ show ip bgp sum IPv4 Unicast Summary: BGP router identifier 10.1.0.32, local AS number 65100 vrf-id 0 BGP table version 12804 RIB entries 12807, using 1639296 bytes of memory Peers 4, using 96288 KiB of memory Peer groups 4, using 256 bytes of memory Neighbhor V AS MsgRcvd MsgSent TblVer InQ OutQ Up/Down State/PfxRcd NeighborName ----------- --- ----- --------- --------- -------- ----- ------ --------- -------------- -------------- 10.0.0.57 4 64600 3299 3287 12804 0 0 00:04:08 6400 ARISTA01T1 10.0.0.59 4 64600 3301 3287 12804 0 0 00:04:07 6400 ARISTA02T1 10.0.0.61 4 64600 3299 3287 12804 0 0 00:04:07 6400 ARISTA03T1 10.0.0.63 4 64600 3301 3287 12804 0 0 00:04:07 6400 ARISTA04T1 Total number of neighbors 4 Signed-off-by: zitingguo-ms zitingguo@microsoft.com
Contributor
|
/azp run Azure.sonic-buildimage |
|
Azure Pipelines successfully started running 1 pipeline(s). |
r12f
pushed a commit
to Azure/sonic-buildimage-msft
that referenced
this pull request
Nov 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#24397
Upgrade the xgs SAI version to 13.2.1.14 to include the following
changes:
- 13.2.1.14: Add Tam
##### Work item tracking
- Microsoft ADO **(number only)**: 35750547
#### 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>
Signed-off-by: zitingguo-ms <zitingguo@microsoft.com>
ashutosh-agrawal
pushed a commit
to AnantKishorSharma/sonic-buildimage
that referenced
this pull request
Nov 30, 2025
Why I did it Upgrade the xgs SAI version to 13.2.1.14 to include the following changes: 13.2.1.14: Add Tam and CS00012427742 Work item tracking Microsoft ADO (number only): 35750547 How I did it Upgrade the SAI version in the sai.mk file. How to verify it Load image on a TD3 device, all containers are up and running. admin@str2-7050cx3-32c-acs-01:~$ show ver SONiC Software Version: SONiC.202505-24350.972454-58be422c6 SONiC OS Version: 12 Distribution: Debian 12.12 Kernel: 6.1.0-29-2-amd64 Build commit: 58be422c6 Build date: Sat Nov 1 11:00:02 UTC 2025 Built by: azureuser@bfc36000c000000 Platform: x86_64-arista_7050cx3_32c HwSKU: Arista-7050CX3-32C-C32 ASIC: broadcom ASIC Count: 1 Serial Number: HBG241704XY Model Number: DCS-7050CX3-32C Hardware Revision: 01.00 Uptime: 05:58:15 up 5 min, 1 user, load average: 0.35, 0.70, 0.37 Date: Mon 03 Nov 2025 05:58:15 admin@str2-7050cx3-32c-acs-01:~$ docker ps -a CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 9ab2c375258d docker-snmp:latest "/usr/bin/docker-snm…" 3 minutes ago Up 2 minutes snmp 637a616e39bb docker-platform-monitor:latest "/usr/bin/docker_ini…" 3 minutes ago Up 3 minutes pmon 96dcaf3e5cda docker-sonic-mgmt-framework:latest "/usr/local/bin/supe…" 3 minutes ago Up 3 minutes mgmt-framework 194eff36f968 docker-lldp:latest "/usr/bin/docker-lld…" 3 minutes ago Up 3 minutes lldp 63685dbcc240 docker-sonic-gnmi:latest "/usr/local/bin/supe…" 3 minutes ago Up 3 minutes gnmi edefc67a5a9a docker-dhcp-relay:latest "/usr/bin/docker_ini…" 3 minutes ago Up 3 minutes dhcp_relay 5157ba1d2a49 docker-router-advertiser:latest "/usr/bin/docker-ini…" 4 minutes ago Up 4 minutes radv 057e41ae589e docker-eventd:latest "/usr/local/bin/supe…" 4 minutes ago Up 4 minutes eventd cfd127fe9e55 docker-syncd-brcm:latest "/usr/local/bin/supe…" 4 minutes ago Up 4 minutes syncd 538695d14e75 docker-teamd:latest "/usr/local/bin/supe…" 4 minutes ago Up 4 minutes teamd 099941c812fc docker-fpm-frr:latest "/usr/bin/docker_ini…" 4 minutes ago Up 4 minutes bgp 071126e032ec docker-sysmgr:latest "/usr/local/bin/supe…" 4 minutes ago Up 4 minutes sysmgr f8a19385dea4 docker-orchagent:latest "/usr/bin/docker-ini…" 4 minutes ago Up 4 minutes swss 12b6c62fbd1c docker-sonic-restapi:latest "/usr/local/bin/supe…" 4 minutes ago Up 4 minutes restapi 38edc6593d09 docker-database:latest "/usr/local/bin/dock…" 4 minutes ago Up 4 minutes database admin@str2-7050cx3-32c-acs-01:~$ show ip bgp sum IPv4 Unicast Summary: BGP router identifier 10.1.0.32, local AS number 65100 vrf-id 0 BGP table version 12804 RIB entries 12807, using 1639296 bytes of memory Peers 4, using 96288 KiB of memory Peer groups 4, using 256 bytes of memory Neighbhor V AS MsgRcvd MsgSent TblVer InQ OutQ Up/Down State/PfxRcd NeighborName ----------- --- ----- --------- --------- -------- ----- ------ --------- -------------- -------------- 10.0.0.57 4 64600 3299 3287 12804 0 0 00:04:08 6400 ARISTA01T1 10.0.0.59 4 64600 3301 3287 12804 0 0 00:04:07 6400 ARISTA02T1 10.0.0.61 4 64600 3299 3287 12804 0 0 00:04:07 6400 ARISTA03T1 10.0.0.63 4 64600 3301 3287 12804 0 0 00:04:07 6400 ARISTA04T1 Total number of neighbors 4
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.14 to include the following changes: 13.2.1.14: Add Tam and CS00012427742 Work item tracking Microsoft ADO (number only): 35750547 How I did it Upgrade the SAI version in the sai.mk file. How to verify it Load image on a TD3 device, all containers are up and running. admin@str2-7050cx3-32c-acs-01:~$ show ver SONiC Software Version: SONiC.202505-24350.972454-58be422c6 SONiC OS Version: 12 Distribution: Debian 12.12 Kernel: 6.1.0-29-2-amd64 Build commit: 58be422c6 Build date: Sat Nov 1 11:00:02 UTC 2025 Built by: azureuser@bfc36000c000000 Platform: x86_64-arista_7050cx3_32c HwSKU: Arista-7050CX3-32C-C32 ASIC: broadcom ASIC Count: 1 Serial Number: HBG241704XY Model Number: DCS-7050CX3-32C Hardware Revision: 01.00 Uptime: 05:58:15 up 5 min, 1 user, load average: 0.35, 0.70, 0.37 Date: Mon 03 Nov 2025 05:58:15 admin@str2-7050cx3-32c-acs-01:~$ docker ps -a CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 9ab2c375258d docker-snmp:latest "/usr/bin/docker-snm…" 3 minutes ago Up 2 minutes snmp 637a616e39bb docker-platform-monitor:latest "/usr/bin/docker_ini…" 3 minutes ago Up 3 minutes pmon 96dcaf3e5cda docker-sonic-mgmt-framework:latest "/usr/local/bin/supe…" 3 minutes ago Up 3 minutes mgmt-framework 194eff36f968 docker-lldp:latest "/usr/bin/docker-lld…" 3 minutes ago Up 3 minutes lldp 63685dbcc240 docker-sonic-gnmi:latest "/usr/local/bin/supe…" 3 minutes ago Up 3 minutes gnmi edefc67a5a9a docker-dhcp-relay:latest "/usr/bin/docker_ini…" 3 minutes ago Up 3 minutes dhcp_relay 5157ba1d2a49 docker-router-advertiser:latest "/usr/bin/docker-ini…" 4 minutes ago Up 4 minutes radv 057e41ae589e docker-eventd:latest "/usr/local/bin/supe…" 4 minutes ago Up 4 minutes eventd cfd127fe9e55 docker-syncd-brcm:latest "/usr/local/bin/supe…" 4 minutes ago Up 4 minutes syncd 538695d14e75 docker-teamd:latest "/usr/local/bin/supe…" 4 minutes ago Up 4 minutes teamd 099941c812fc docker-fpm-frr:latest "/usr/bin/docker_ini…" 4 minutes ago Up 4 minutes bgp 071126e032ec docker-sysmgr:latest "/usr/local/bin/supe…" 4 minutes ago Up 4 minutes sysmgr f8a19385dea4 docker-orchagent:latest "/usr/bin/docker-ini…" 4 minutes ago Up 4 minutes swss 12b6c62fbd1c docker-sonic-restapi:latest "/usr/local/bin/supe…" 4 minutes ago Up 4 minutes restapi 38edc6593d09 docker-database:latest "/usr/local/bin/dock…" 4 minutes ago Up 4 minutes database admin@str2-7050cx3-32c-acs-01:~$ show ip bgp sum IPv4 Unicast Summary: BGP router identifier 10.1.0.32, local AS number 65100 vrf-id 0 BGP table version 12804 RIB entries 12807, using 1639296 bytes of memory Peers 4, using 96288 KiB of memory Peer groups 4, using 256 bytes of memory Neighbhor V AS MsgRcvd MsgSent TblVer InQ OutQ Up/Down State/PfxRcd NeighborName ----------- --- ----- --------- --------- -------- ----- ------ --------- -------------- -------------- 10.0.0.57 4 64600 3299 3287 12804 0 0 00:04:08 6400 ARISTA01T1 10.0.0.59 4 64600 3301 3287 12804 0 0 00:04:07 6400 ARISTA02T1 10.0.0.61 4 64600 3299 3287 12804 0 0 00:04:07 6400 ARISTA03T1 10.0.0.63 4 64600 3301 3287 12804 0 0 00:04:07 6400 ARISTA04T1 Total number of neighbors 4 Signed-off-by: Feng Pan <fenpan@microsoft.com>
xwjiang-ms
pushed a commit
to xwjiang-ms/sonic-buildimage
that referenced
this pull request
Dec 22, 2025
Why I did it Upgrade the xgs SAI version to 13.2.1.14 to include the following changes: 13.2.1.14: Add Tam and CS00012427742 Work item tracking Microsoft ADO (number only): 35750547 How I did it Upgrade the SAI version in the sai.mk file. How to verify it Load image on a TD3 device, all containers are up and running. admin@str2-7050cx3-32c-acs-01:~$ show ver SONiC Software Version: SONiC.202505-24350.972454-58be422c6 SONiC OS Version: 12 Distribution: Debian 12.12 Kernel: 6.1.0-29-2-amd64 Build commit: 58be422c6 Build date: Sat Nov 1 11:00:02 UTC 2025 Built by: azureuser@bfc36000c000000 Platform: x86_64-arista_7050cx3_32c HwSKU: Arista-7050CX3-32C-C32 ASIC: broadcom ASIC Count: 1 Serial Number: HBG241704XY Model Number: DCS-7050CX3-32C Hardware Revision: 01.00 Uptime: 05:58:15 up 5 min, 1 user, load average: 0.35, 0.70, 0.37 Date: Mon 03 Nov 2025 05:58:15 admin@str2-7050cx3-32c-acs-01:~$ docker ps -a CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 9ab2c375258d docker-snmp:latest "/usr/bin/docker-snm…" 3 minutes ago Up 2 minutes snmp 637a616e39bb docker-platform-monitor:latest "/usr/bin/docker_ini…" 3 minutes ago Up 3 minutes pmon 96dcaf3e5cda docker-sonic-mgmt-framework:latest "/usr/local/bin/supe…" 3 minutes ago Up 3 minutes mgmt-framework 194eff36f968 docker-lldp:latest "/usr/bin/docker-lld…" 3 minutes ago Up 3 minutes lldp 63685dbcc240 docker-sonic-gnmi:latest "/usr/local/bin/supe…" 3 minutes ago Up 3 minutes gnmi edefc67a5a9a docker-dhcp-relay:latest "/usr/bin/docker_ini…" 3 minutes ago Up 3 minutes dhcp_relay 5157ba1d2a49 docker-router-advertiser:latest "/usr/bin/docker-ini…" 4 minutes ago Up 4 minutes radv 057e41ae589e docker-eventd:latest "/usr/local/bin/supe…" 4 minutes ago Up 4 minutes eventd cfd127fe9e55 docker-syncd-brcm:latest "/usr/local/bin/supe…" 4 minutes ago Up 4 minutes syncd 538695d14e75 docker-teamd:latest "/usr/local/bin/supe…" 4 minutes ago Up 4 minutes teamd 099941c812fc docker-fpm-frr:latest "/usr/bin/docker_ini…" 4 minutes ago Up 4 minutes bgp 071126e032ec docker-sysmgr:latest "/usr/local/bin/supe…" 4 minutes ago Up 4 minutes sysmgr f8a19385dea4 docker-orchagent:latest "/usr/bin/docker-ini…" 4 minutes ago Up 4 minutes swss 12b6c62fbd1c docker-sonic-restapi:latest "/usr/local/bin/supe…" 4 minutes ago Up 4 minutes restapi 38edc6593d09 docker-database:latest "/usr/local/bin/dock…" 4 minutes ago Up 4 minutes database admin@str2-7050cx3-32c-acs-01:~$ show ip bgp sum IPv4 Unicast Summary: BGP router identifier 10.1.0.32, local AS number 65100 vrf-id 0 BGP table version 12804 RIB entries 12807, using 1639296 bytes of memory Peers 4, using 96288 KiB of memory Peer groups 4, using 256 bytes of memory Neighbhor V AS MsgRcvd MsgSent TblVer InQ OutQ Up/Down State/PfxRcd NeighborName ----------- --- ----- --------- --------- -------- ----- ------ --------- -------------- -------------- 10.0.0.57 4 64600 3299 3287 12804 0 0 00:04:08 6400 ARISTA01T1 10.0.0.59 4 64600 3301 3287 12804 0 0 00:04:07 6400 ARISTA02T1 10.0.0.61 4 64600 3299 3287 12804 0 0 00:04:07 6400 ARISTA03T1 10.0.0.63 4 64600 3301 3287 12804 0 0 00:04:07 6400 ARISTA04T1 Total number of neighbors 4 Signed-off-by: xiaweijiang <xiaweijiang@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.14 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 TD3 device, all containers are up and running.
Which release branch to backport (provide reason below if selected)
Signed-off-by: zitingguo-ms zitingguo@microsoft.com