[202211][PPI]: Enable global port late create for SPC-4. (#15801)
DEPENDS: [202211][ppi]: Implement port bulk comparison logic (#2564) sonic-swss#2821 HLD: sonic-net/SONiC#1084 Why I did it Enabled port late create on SN5600 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 fastboot
This commit is contained in:
parent
ba82b52a1a
commit
99e1ce9987
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user