From 9d3ee142083931ca8b20466cabac44575ab2eb1a Mon Sep 17 00:00:00 2001 From: Tejaswini Chadaga <85581939+tjchadaga@users.noreply.github.com> Date: Wed, 21 Jun 2023 17:17:17 -0700 Subject: [PATCH] [202205] Update Broadcom DNX SAI version to 7.1.50.4 (#15561) DNX fixes: CS00012287482 - support for 1024 LAGs on DNX Other changes (XGS fixes) SID - L3 multicast packet drop due to wrong VFI derivation - SDK-350470 SID - SIGSEGV in linkscan callback delivery - SDK-287578 SID - Repeated VXLAN calls deletes vlan translation action profile SDK-313980 SER - error in IS_TDM_CALENDAR0/1 can cause traffic hit in TH SID - L2_ENTRY Table Lookups May Miss [CSP CS00012275452] sai_object_type_get_availability failed with SAI_STATUS_INVALID_PARAMETER --- platform/broadcom/sai.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/broadcom/sai.mk b/platform/broadcom/sai.mk index ad318414ac..8782388137 100644 --- a/platform/broadcom/sai.mk +++ b/platform/broadcom/sai.mk @@ -1,5 +1,5 @@ LIBSAIBCM_XGS_VERSION = 7.1.36.4 -LIBSAIBCM_DNX_VERSION = 7.1.42.4 +LIBSAIBCM_DNX_VERSION = 7.1.50.4 LIBSAIBCM_BRANCH_NAME = REL_7.0_202205 LIBSAIBCM_XGS_URL_PREFIX = "https://sonicstorage.blob.core.windows.net/public/sai/bcmsai/$(LIBSAIBCM_BRANCH_NAME)/$(LIBSAIBCM_XGS_VERSION)" LIBSAIBCM_DNX_URL_PREFIX = "https://sonicstorage.blob.core.windows.net/public/sai/bcmsai/$(LIBSAIBCM_BRANCH_NAME)/$(LIBSAIBCM_DNX_VERSION)"