[202512][Broadcom][SAI] Upgrade Broadcom XGS SAI 14.3.0.0.0.0.31.0 -> 14.3.0.0.0.0.35.0 - #3016
Open
bingwang-ms wants to merge 1 commit into
Open
bingwang-ms wants to merge 1 commit into
bingwang-ms wants to merge 1 commit into
Conversation
… 14.3.0.0.0.0.35.0 Bump LIBSAIBCM_XGS_VERSION to the published 14.3.0.0.0.0.35.0 package. The rollup includes SDK-448354 for KNET transmission suspension, plus the 14.3.0.0.0.0.32.0 through .34.0 SAI updates. Microsoft ADO: 39487567 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 551d207b-8ce1-40fb-b69f-291f72e021d3 Signed-off-by: Aaron Bernardino <aaronber@microsoft.com> (cherry picked from commit a24bceb510ffc5382ebb7ebbcde0f95568154efa) Signed-off-by: bingwang <bingwang@microsoft.com>
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
Collaborator
|
/azp run |
|
Azure Pipelines: Successfully started running 1 pipeline(s). |
aaronber0614
approved these changes
Sep 1, 2026
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.
Description of PR
Cherry-pick of sonic-net/sonic-buildimage#29259 to the
202512branch.Summary:
Bump the Broadcom XGS SAI on the
202512branch from14.3.0.0.0.0.31.0to14.3.0.0.0.0.35.0. Changes since.31.0:14.3.0.0.0.0.32.0: Addsai_query_attribute_capabilitysupport forSAI_PORT_ATTR_INGRESS_MIRROR_SESSIONandSAI_PORT_ATTR_EGRESS_MIRROR_SESSION(SONIC-117724).14.3.0.0.0.0.33.0: Improve SAI 14.3 router-interface create/remove/set performance through the corresponding SDK update.14.3.0.0.0.0.34.0: Honor custom PFC class profiles on Tomahawk 6 whenSai_pfc_dlr_init_capability=2(SONIC-124044).14.3.0.0.0.0.35.0: Include Broadcom field-alert fix SDK-448354 for KNET transmission suspension. The CMICr packet-I/O configuration now reserves 2 TX and 12 RX DMA channels.Microsoft ADO (number only): 39487567
Note: The source PR sonic-net/sonic-buildimage#29259 is still open (not yet merged upstream) at the time of this cherry-pick, per explicit request.
Type of change
Approach
What is the motivation for this PR?
Cherry-pick sonic-net/sonic-buildimage#29259 onto
202512to pick up the Broadcom XGS SAI bump to14.3.0.0.0.0.35.0.How did you do it?
git cherry-pick -xof commit a24bceb510ffc5382ebb7ebbcde0f95568154efa onto202512.How did you verify/test it?
Clean cherry-pick with no conflicts; single-line version bump in
platform/broadcom/sai-xgs.mk.Signed-off-by: bingwang bingwang@microsoft.com