Skip to content

Commit

Permalink
[Mellanox] [PPI] Enable global port late create for SN5600 (#15866)
Browse files Browse the repository at this point in the history
- 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]>
  • Loading branch information
nazariig authored Aug 28, 2023
1 parent 55849d0 commit 65b0011
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
<!-- Number of ports in the following port list -->
<number-of-physical-ports>65</number-of-physical-ports>

<!-- Global port late create -->
<late-create-all-ports>1</late-create-all-ports>

<!-- List of ports in the device -->
<ports-list>
<port-info>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
<!-- Number of ports in the following port list -->
<number-of-physical-ports>65</number-of-physical-ports>

<!-- Global port late create -->
<late-create-all-ports>1</late-create-all-ports>

<!-- List of ports in the device -->
<ports-list>
<port-info>
Expand Down

0 comments on commit 65b0011

Please sign in to comment.