Skip to content

Commit 65b0011

Browse files
authored
[Mellanox] [PPI] Enable global port late create for SN5600 (#15866)
- Why I did it Enabled port late create on SN5600 Spectrum-4 switch boots up with no ports Work item tracking N/A - How I did it Updated SAI xml config file - How to verify it Run sonic-mgmt tests of fastboot Signed-off-by: Nazarii Hnydyn <[email protected]>
1 parent 55849d0 commit 65b0011

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

device/mellanox/x86_64-nvidia_sn5600-r0/ACS-SN5600/sai_5600.xml

+3
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727
<!-- Number of ports in the following port list -->
2828
<number-of-physical-ports>65</number-of-physical-ports>
2929

30+
<!-- Global port late create -->
31+
<late-create-all-ports>1</late-create-all-ports>
32+
3033
<!-- List of ports in the device -->
3134
<ports-list>
3235
<port-info>

device/mellanox/x86_64-nvidia_sn5600_simx-r0/ACS-SN5600/sai_5600.xml

+3
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727
<!-- Number of ports in the following port list -->
2828
<number-of-physical-ports>65</number-of-physical-ports>
2929

30+
<!-- Global port late create -->
31+
<late-create-all-ports>1</late-create-all-ports>
32+
3033
<!-- List of ports in the device -->
3134
<ports-list>
3235
<port-info>

0 commit comments

Comments
 (0)