From e179ba3b5e8a2bd17e55f7df796c36dda15dcef7 Mon Sep 17 00:00:00 2001 From: Tejaswini Chadaga <85581939+tjchadaga@users.noreply.github.com> Date: Fri, 14 Jul 2023 18:57:46 -0700 Subject: [PATCH] [202205] Update Broadcom DNX SAI to 7.1.54.4 (#15850) To pick the below fixes: DNX fixes: Temporarily revert fix for CS00012287482 - support for 1024 LAGs on DNX CS00012297599 - [J2C+] sonic-mgmt failure in test_copp.py (test_no_policer[BGP]) CS00012293560 - ECN remark issue in SONiC CS00012302371 - SONiC: V6 packets were mapped to wrong TC queue CS00012288540 - Available ACL Entry and Counter is incorrect after removing ACL rules 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 [CSP CS00012253527] sai_query_attribute_capability for obj type SAI_OBJECT_TYPE_SWITCH --- 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 9c79096515..f438b8c061 100644 --- a/platform/broadcom/sai.mk +++ b/platform/broadcom/sai.mk @@ -1,5 +1,5 @@ LIBSAIBCM_XGS_VERSION = 7.1.54.4 -LIBSAIBCM_DNX_VERSION = 7.1.42.4 +LIBSAIBCM_DNX_VERSION = 7.1.54.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)"