Skip to content

Commit

Permalink
[broadcom]: upgrade xgs SAI version to 10.1.35.0 (#19635)
Browse files Browse the repository at this point in the history
This is a manual cherry-pick of #19584
Upgrade the xgs SAI version to 10.1.35.0 to include the following changes:

10.1.21.0: Update the ACL implementation to enable the ACL switch bind to support PFCWD on MACSEC devices
10.1.22.0:[CS00012344045]Change FDR stat get message log level to SAI_LOG_LEVEL_INFO
10.1.23.0: Handle the FDR stats get not supported more properly.
10.1.24.0: [CS00012316286]Fix LPM Miss ACL with counters fails
10.1.25.0: Improve ECMP performance
10.1.26.0: interrupt IPS_QueueEnteredDel can't be cleared
10.1.28.0: Fix SAI is not honoring the bcm_linkscan_interval set in .bcm config file for Ramon and error with setting SAI_NEIGHBOR_ENTRY_ATTR_IS_LOCAL attribute for neighbor
10.1.29.0: [CS00012355787]Fix fabric switch initialization delayed if SW linkscan enabled during platform init
10.1.30.0: [CS00012356911]Fix traffic drops on all priorities when PFC asserted on two priorities.
10.1.31.0: NHG performance fix
10.1.33.0: [CS00012345242]High CPU due to SAI code calls bcm_port_resource_get for every fabric error counter
10.1.34.0: [CS00012354841] Backport JIRA SONIC-92812 to rel_ocp_sai_10_1: fix Make.main for no MACSec compilation
10.1.35.0: [CS00012355796, CS00012355797]Support MMU configuration updates for TH5.

Work item tracking
Microsoft ADO (number only): 28724885

Signed-off-by: zitingguo-ms <[email protected]>
  • Loading branch information
Gfrom2016 authored Jul 26, 2024
1 parent 43eb886 commit 5388ec8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platform/broadcom/sai.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
LIBSAIBCM_XGS_VERSION = 10.1.20.0
LIBSAIBCM_XGS_VERSION = 10.1.35.0
LIBSAIBCM_DNX_VERSION = 10.1.21.0
LIBSAIBCM_XGS_BRANCH_NAME = SAI_10.1.20.0
LIBSAIBCM_XGS_BRANCH_NAME = SAI_10.1.0_GA
LIBSAIBCM_DNX_BRANCH_NAME = SAI_10.1.21.1
LIBSAIBCM_XGS_URL_PREFIX = "https://sonicstorage.blob.core.windows.net/public/sai/sai-broadcom/$(LIBSAIBCM_XGS_BRANCH_NAME)/$(LIBSAIBCM_XGS_VERSION)/xgs"
LIBSAIBCM_DNX_URL_PREFIX = "https://sonicstorage.blob.core.windows.net/public/sai/sai-broadcom/$(LIBSAIBCM_DNX_BRANCH_NAME)/$(LIBSAIBCM_DNX_VERSION)/dnx"
Expand Down

0 comments on commit 5388ec8

Please sign in to comment.