From d7bf0f6a9ed360b3a659113af0e86ad346cd7ec1 Mon Sep 17 00:00:00 2001 From: Sonic Build Admin Date: Mon, 27 Jan 2025 18:38:17 +0000 Subject: [PATCH] [Mellanox] Add KV to SN5640-SIMx sai.profile #### Why I did it Add SAI_KEY_SPC5_LOSSY_SCHEDULING=1 and SAI_DEFAULT_SWITCHING_MODE_STORE_FORWARD=1 to SN5640-simx sai.profile, to support those features in the SKU ##### Work item tracking - Microsoft ADO **(number only)**: #### How I did it Added parameters to file #### How to verify it Deploy SKU and check SAI logs #### Which release branch to backport (provide reason below if selected) - [ ] 201811 - [ ] 201911 - [ ] 202006 - [ ] 202012 - [ ] 202106 - [ ] 202111 - [ ] 202205 - [ ] 202211 - [ ] 202305 #### Tested branch (Please provide the tested image version) - [ ] - [ ] #### Description for the changelog #### Link to config_db schema for YANG module changes #### A picture of a cute animal (not mandatory but encouraged) --- .../x86_64-nvidia_sn5640_simx-r0/ACS-SN5640/sai.profile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/device/mellanox/x86_64-nvidia_sn5640_simx-r0/ACS-SN5640/sai.profile b/device/mellanox/x86_64-nvidia_sn5640_simx-r0/ACS-SN5640/sai.profile index a1d251ac1ad..fc98a5ebf90 100644 --- a/device/mellanox/x86_64-nvidia_sn5640_simx-r0/ACS-SN5640/sai.profile +++ b/device/mellanox/x86_64-nvidia_sn5640_simx-r0/ACS-SN5640/sai.profile @@ -1 +1,4 @@ SAI_INIT_CONFIG_FILE=/usr/share/sonic/hwsku/sai_5640.xml +SAI_KEY_SPC5_LOSSY_SCHEDULING=1 +SAI_DEFAULT_SWITCHING_MODE_STORE_FORWARD=1 +