From 40cbd3fe878263a8d707c15369b3223969188602 Mon Sep 17 00:00:00 2001 From: Nazarii Hnydyn Date: Wed, 6 Jul 2022 09:58:15 +0300 Subject: [PATCH] [Mellanox] Update SAI version 1.21.2.0 (#11326) - Why I did it Advance to new SAI version for bugs fixes as well as new features/enhacements: New: - ARM64 support - FG ECMP performance optimization - Support setting empty list for port ingress/egress buffer profile list - Add service port for SN5600 - Add CR8/SR8/LR8/KR8 interface type - Disable mlxtrace during debug dump Fixes: - Fix SAI_ACL_ENTRY_ATTR_FIELD_TC - Fix Packets loop back if no member in portchannel - Fix optimize descriptors apply time (and fast boot time) - Add flush fdb entries for vxlan tunnel bridge port - Don't disable used tunnel underlay interfaces - How I did it Advanced SAI submodule - How to verify it make configure PLATFORM=mellanox make target/sonic-mellanox.bin Signed-off-by: Nazarii Hnydyn --- platform/mellanox/mlnx-sai.mk | 2 +- platform/mellanox/mlnx-sai/SAI-Implementation | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/mellanox/mlnx-sai.mk b/platform/mellanox/mlnx-sai.mk index 69279d0844d5..3202b9564051 100644 --- a/platform/mellanox/mlnx-sai.mk +++ b/platform/mellanox/mlnx-sai.mk @@ -1,6 +1,6 @@ # Mellanox SAI -MLNX_SAI_VERSION = SAIRel1.21.1.0 +MLNX_SAI_VERSION = SAIRel1.21.2.0 export MLNX_SAI_VERSION diff --git a/platform/mellanox/mlnx-sai/SAI-Implementation b/platform/mellanox/mlnx-sai/SAI-Implementation index d6eb22a12cc0..f9a21df71363 160000 --- a/platform/mellanox/mlnx-sai/SAI-Implementation +++ b/platform/mellanox/mlnx-sai/SAI-Implementation @@ -1 +1 @@ -Subproject commit d6eb22a12cc0f01e84a71d367f7c4ebe19f58a40 +Subproject commit f9a21df713636fe648b8bb190698e4494a0f5239