Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ stages:
- job:
pool: sonictest-t1-lag
displayName: "kvmtest-t1-lag"
timeoutInMinutes: 300
timeoutInMinutes: 360

steps:
- template: .azure-pipelines/run-test-template.yml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,9 @@
},
"Ethernet504": {
"default_brkout_mode": "1x800G[400G,200G,100G,50G,40G,25G,10G]"
},
"Ethernet512": {
"default_brkout_mode": "1x25G[10G]"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,4 @@ Ethernet480 480,481,482,483,484,485,486,487 etp61 61
Ethernet488 488,489,490,491,492,493,494,495 etp62 62
Ethernet496 496,497,498,499,500,501,502,503 etp63 63
Ethernet504 504,505,506,507,508,509,510,511 etp64 64
Ethernet512 512 etp65 65
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<issu-enabled>1</issu-enabled>

<!-- Number of ports in the following port list -->
<number-of-physical-ports>64</number-of-physical-ports>
<number-of-physical-ports>65</number-of-physical-ports>

<!-- List of ports in the device -->
<ports-list>
Expand Down Expand Up @@ -306,7 +306,7 @@
<port-info>
<local-port>153</local-port>
<width>8</width>
<module>26</module>
<module>26</module>
<breakout-modes>3</breakout-modes>
<port-speed>1536</port-speed>
</port-info>
Expand Down Expand Up @@ -489,6 +489,13 @@
<breakout-modes>3</breakout-modes>
<port-speed>1536</port-speed>
</port-info>
<port-info>
<local-port>257</local-port>
<width>1</width>
<module>64</module>
<breakout-modes>0</breakout-modes>
<port-speed>64</port-speed>
</port-info>
</ports-list>
</platform_info>
</root>
Expand Down
7 changes: 7 additions & 0 deletions device/mellanox/x86_64-nvidia_sn5600_simx-r0/platform.json
Original file line number Diff line number Diff line change
Expand Up @@ -1277,6 +1277,13 @@
"4x200G[100G,50G,25G,10G]": ["etp64a", "etp64b", "etp64c", "etp64d"],
"8x100G[50G,25G,10G]": ["etp64a", "etp64b", "etp64c", "etp64d", "etp64e", "etp64f", "etp64g", "etp64h"]
}
},
"Ethernet512": {
"index": "65",
"lanes": "512",
"breakout_modes": {
"1x25G[10G]": ["etp65"]
}
}
}
}