Skip to content

Commit

Permalink
Remove Ethernet512 from platform.json since it is not longer should b…
Browse files Browse the repository at this point in the history
…e in all SKUs
  • Loading branch information
DavidZagury committed May 12, 2024
1 parent 2431243 commit 5ed51e4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,12 @@
"default_brkout_mode": "1x800G[400G,200G,100G,50G,40G,25G,10G]"
},
"Ethernet512": {
"default_brkout_mode": "1x25G[10G]"
"default_brkout_mode": "1x25G[10G]",
"index": "65",
"lanes": "512",
"breakout_modes": {
"1x25G[10G]": ["etp65"]
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,12 @@
"default_brkout_mode": "2x400G[200G,100G,50G,40G,25G,10G]"
},
"Ethernet512": {
"default_brkout_mode": "1x25G(1)[10G]"
"default_brkout_mode": "1x25G(1)[10G]",
"index": "65",
"lanes": "512",
"breakout_modes": {
"1x25G[10G]": ["etp65"]
}
}
}
}
7 changes: 0 additions & 7 deletions device/mellanox/x86_64-nvidia_sn5600-r0/platform.json
Original file line number Diff line number Diff line change
Expand Up @@ -1245,13 +1245,6 @@
"2x400G[200G,100G,50G,40G,25G,10G]": ["etp64a", "etp64b"],
"4x200G[100G,50G,25G,10G]": ["etp64a", "etp64b", "etp64c", "etp64d"]
}
},
"Ethernet512": {
"index": "65",
"lanes": "512",
"breakout_modes": {
"1x25G[10G]": ["etp65"]
}
}
}
}

0 comments on commit 5ed51e4

Please sign in to comment.