-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Add support for Arista-7060X6-64PE-B-O128 TH5-512 #22672
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
yxieca
merged 5 commits into
sonic-net:master
from
rick-arista:Arista-7060X6-64PE-O128S2-512
Jun 5, 2025
Merged
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
8c86d51
Add support for Arista-7060X6-64PE-O128 TH5-512
rick-arista 3d8eb02
Rename to Arista-7060X6-64PE-B-O128 and fixes
rick-arista b5cb31d
Fixes for bcm config
rick-arista eb86f74
add symlink Arista-7060X6-64PE-O128 to Arista-7060X6-64PE-B-O128
rick-arista d5af8cc
Fix qos settings, add S2 ports, add lt2 template and cable length
rick-arista File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
6 changes: 6 additions & 0 deletions
6
device/arista/x86_64-arista_7060x6_64pe_b/Arista-7060X6-64PE-B-O128/buffer_ports.j2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| {%- macro generate_port_lists(PORT_ALL) %} | ||
| {# Generate list of ports #} | ||
| {%- for port_idx in range(0, 512, 4) %} | ||
| {%- if PORT_ALL.append("Ethernet%d" % (port_idx)) %}{%- endif %} | ||
| {%- endfor %} | ||
| {%- endmacro %} |
2 changes: 2 additions & 0 deletions
2
device/arista/x86_64-arista_7060x6_64pe_b/Arista-7060X6-64PE-B-O128/buffers.json.j2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| {%- set default_topo = 't1' %} | ||
| {%- include 'buffers_config.j2' %} |
1 change: 1 addition & 0 deletions
1
device/arista/x86_64-arista_7060x6_64pe_b/Arista-7060X6-64PE-B-O128/buffers_defaults_lt2.j2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| ../../../common/profiles/th5/gen/BALANCED/buffers_defaults_lt2.j2 |
36 changes: 36 additions & 0 deletions
36
device/arista/x86_64-arista_7060x6_64pe_b/Arista-7060X6-64PE-B-O128/buffers_defaults_t0.j2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,36 @@ | ||
| {%- set default_cable = '5m' %} | ||
|
|
||
| {%- include 'buffer_ports.j2' %} | ||
|
|
||
| {%- macro generate_buffer_pool_and_profiles() %} | ||
| "BUFFER_POOL": { | ||
| "ingress_lossless_pool": { | ||
| "size": "164075364", | ||
| "type": "ingress", | ||
| "mode": "dynamic", | ||
| "xoff": "22010624" | ||
| }, | ||
| "egress_lossless_pool": { | ||
| "size": "164075364", | ||
| "type": "egress", | ||
| "mode": "static" | ||
| } | ||
| }, | ||
| "BUFFER_PROFILE": { | ||
| "ingress_lossy_profile": { | ||
| "pool": "ingress_lossless_pool", | ||
| "size": "0", | ||
| "static_th": "165364160" | ||
| }, | ||
| "egress_lossy_profile": { | ||
| "pool": "egress_lossless_pool", | ||
| "size": "1778", | ||
| "dynamic_th": "0" | ||
| }, | ||
| "egress_lossless_profile": { | ||
| "pool": "egress_lossless_pool", | ||
| "size": "0", | ||
| "static_th": "165364160" | ||
| } | ||
| }, | ||
| {%- endmacro %} |
36 changes: 36 additions & 0 deletions
36
device/arista/x86_64-arista_7060x6_64pe_b/Arista-7060X6-64PE-B-O128/buffers_defaults_t1.j2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,36 @@ | ||
| {%- set default_cable = '5m' %} | ||
|
|
||
| {%- include 'buffer_ports.j2' %} | ||
|
|
||
| {%- macro generate_buffer_pool_and_profiles() %} | ||
| "BUFFER_POOL": { | ||
| "ingress_lossless_pool": { | ||
| "size": "164075364", | ||
| "type": "ingress", | ||
| "mode": "dynamic", | ||
| "xoff": "22010624" | ||
| }, | ||
| "egress_lossless_pool": { | ||
| "size": "164075364", | ||
| "type": "egress", | ||
| "mode": "static" | ||
| } | ||
| }, | ||
| "BUFFER_PROFILE": { | ||
| "ingress_lossy_profile": { | ||
| "pool": "ingress_lossless_pool", | ||
| "size": "0", | ||
| "static_th": "165364160" | ||
| }, | ||
| "egress_lossy_profile": { | ||
| "pool": "egress_lossless_pool", | ||
| "size": "1778", | ||
| "dynamic_th": "0" | ||
| }, | ||
| "egress_lossless_profile": { | ||
| "pool": "egress_lossless_pool", | ||
| "size": "0", | ||
| "static_th": "165364160" | ||
| } | ||
| }, | ||
| {%- endmacro %} |
260 changes: 260 additions & 0 deletions
260
device/arista/x86_64-arista_7060x6_64pe_b/Arista-7060X6-64PE-B-O128/hwsku.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,260 @@ | ||
| { | ||
| "interfaces": { | ||
| "Ethernet0": { | ||
| "default_brkout_mode": "2x400G", | ||
| "autoneg": "on" | ||
| }, | ||
| "Ethernet8": { | ||
| "default_brkout_mode": "2x400G", | ||
| "autoneg": "on" | ||
| }, | ||
| "Ethernet16": { | ||
| "default_brkout_mode": "2x400G", | ||
| "autoneg": "on" | ||
| }, | ||
| "Ethernet24": { | ||
| "default_brkout_mode": "2x400G", | ||
| "autoneg": "on" | ||
| }, | ||
| "Ethernet32": { | ||
| "default_brkout_mode": "2x400G", | ||
| "autoneg": "on" | ||
| }, | ||
| "Ethernet40": { | ||
| "default_brkout_mode": "2x400G", | ||
| "autoneg": "on" | ||
| }, | ||
| "Ethernet48": { | ||
| "default_brkout_mode": "2x400G", | ||
| "autoneg": "on" | ||
| }, | ||
| "Ethernet56": { | ||
| "default_brkout_mode": "2x400G", | ||
| "autoneg": "on" | ||
| }, | ||
| "Ethernet64": { | ||
| "default_brkout_mode": "2x400G", | ||
| "autoneg": "on" | ||
| }, | ||
| "Ethernet72": { | ||
| "default_brkout_mode": "2x400G", | ||
| "autoneg": "on" | ||
| }, | ||
| "Ethernet80": { | ||
| "default_brkout_mode": "2x400G", | ||
| "autoneg": "on" | ||
| }, | ||
| "Ethernet88": { | ||
| "default_brkout_mode": "2x400G", | ||
| "autoneg": "on" | ||
| }, | ||
| "Ethernet96": { | ||
| "default_brkout_mode": "2x400G", | ||
| "autoneg": "on" | ||
| }, | ||
| "Ethernet104": { | ||
| "default_brkout_mode": "2x400G", | ||
| "autoneg": "on" | ||
| }, | ||
| "Ethernet112": { | ||
| "default_brkout_mode": "2x400G", | ||
| "autoneg": "on" | ||
| }, | ||
| "Ethernet120": { | ||
| "default_brkout_mode": "2x400G", | ||
| "autoneg": "on" | ||
| }, | ||
| "Ethernet128": { | ||
| "default_brkout_mode": "2x400G", | ||
| "autoneg": "on" | ||
| }, | ||
| "Ethernet136": { | ||
| "default_brkout_mode": "2x400G", | ||
| "autoneg": "on" | ||
| }, | ||
| "Ethernet144": { | ||
| "default_brkout_mode": "2x400G", | ||
| "autoneg": "on" | ||
| }, | ||
| "Ethernet152": { | ||
| "default_brkout_mode": "2x400G", | ||
| "autoneg": "on" | ||
| }, | ||
| "Ethernet160": { | ||
| "default_brkout_mode": "2x400G", | ||
| "autoneg": "on" | ||
| }, | ||
| "Ethernet168": { | ||
| "default_brkout_mode": "2x400G", | ||
| "autoneg": "on" | ||
| }, | ||
| "Ethernet176": { | ||
| "default_brkout_mode": "2x400G", | ||
| "autoneg": "on" | ||
| }, | ||
| "Ethernet184": { | ||
| "default_brkout_mode": "2x400G", | ||
| "autoneg": "on" | ||
| }, | ||
| "Ethernet192": { | ||
| "default_brkout_mode": "2x400G", | ||
| "autoneg": "on" | ||
| }, | ||
| "Ethernet200": { | ||
| "default_brkout_mode": "2x400G", | ||
| "autoneg": "on" | ||
| }, | ||
| "Ethernet208": { | ||
| "default_brkout_mode": "2x400G", | ||
| "autoneg": "on" | ||
| }, | ||
| "Ethernet216": { | ||
| "default_brkout_mode": "2x400G", | ||
| "autoneg": "on" | ||
| }, | ||
| "Ethernet224": { | ||
| "default_brkout_mode": "2x400G", | ||
| "autoneg": "on" | ||
| }, | ||
| "Ethernet232": { | ||
| "default_brkout_mode": "2x400G", | ||
| "autoneg": "on" | ||
| }, | ||
| "Ethernet240": { | ||
| "default_brkout_mode": "2x400G", | ||
| "autoneg": "on" | ||
| }, | ||
| "Ethernet248": { | ||
| "default_brkout_mode": "2x400G", | ||
| "autoneg": "on" | ||
| }, | ||
| "Ethernet256": { | ||
| "default_brkout_mode": "2x400G", | ||
| "autoneg": "on" | ||
| }, | ||
| "Ethernet264": { | ||
| "default_brkout_mode": "2x400G", | ||
| "autoneg": "on" | ||
| }, | ||
| "Ethernet272": { | ||
| "default_brkout_mode": "2x400G", | ||
| "autoneg": "on" | ||
| }, | ||
| "Ethernet280": { | ||
| "default_brkout_mode": "2x400G", | ||
| "autoneg": "on" | ||
| }, | ||
| "Ethernet288": { | ||
| "default_brkout_mode": "2x400G", | ||
| "autoneg": "on" | ||
| }, | ||
| "Ethernet296": { | ||
| "default_brkout_mode": "2x400G", | ||
| "autoneg": "on" | ||
| }, | ||
| "Ethernet304": { | ||
| "default_brkout_mode": "2x400G", | ||
| "autoneg": "on" | ||
| }, | ||
| "Ethernet312": { | ||
| "default_brkout_mode": "2x400G", | ||
| "autoneg": "on" | ||
| }, | ||
| "Ethernet320": { | ||
| "default_brkout_mode": "2x400G", | ||
| "autoneg": "on" | ||
| }, | ||
| "Ethernet328": { | ||
| "default_brkout_mode": "2x400G", | ||
| "autoneg": "on" | ||
| }, | ||
| "Ethernet336": { | ||
| "default_brkout_mode": "2x400G", | ||
| "autoneg": "on" | ||
| }, | ||
| "Ethernet344": { | ||
| "default_brkout_mode": "2x400G", | ||
| "autoneg": "on" | ||
| }, | ||
| "Ethernet352": { | ||
| "default_brkout_mode": "2x400G", | ||
| "autoneg": "on" | ||
| }, | ||
| "Ethernet360": { | ||
| "default_brkout_mode": "2x400G", | ||
| "autoneg": "on" | ||
| }, | ||
| "Ethernet368": { | ||
| "default_brkout_mode": "2x400G", | ||
| "autoneg": "on" | ||
| }, | ||
| "Ethernet376": { | ||
| "default_brkout_mode": "2x400G", | ||
| "autoneg": "on" | ||
| }, | ||
| "Ethernet384": { | ||
| "default_brkout_mode": "2x400G", | ||
| "autoneg": "on" | ||
| }, | ||
| "Ethernet392": { | ||
| "default_brkout_mode": "2x400G", | ||
| "autoneg": "on" | ||
| }, | ||
| "Ethernet400": { | ||
| "default_brkout_mode": "2x400G", | ||
| "autoneg": "on" | ||
| }, | ||
| "Ethernet408": { | ||
| "default_brkout_mode": "2x400G", | ||
| "autoneg": "on" | ||
| }, | ||
| "Ethernet416": { | ||
| "default_brkout_mode": "2x400G", | ||
| "autoneg": "on" | ||
| }, | ||
| "Ethernet424": { | ||
| "default_brkout_mode": "2x400G", | ||
| "autoneg": "on" | ||
| }, | ||
| "Ethernet432": { | ||
| "default_brkout_mode": "2x400G", | ||
| "autoneg": "on" | ||
| }, | ||
| "Ethernet440": { | ||
| "default_brkout_mode": "2x400G", | ||
| "autoneg": "on" | ||
| }, | ||
| "Ethernet448": { | ||
| "default_brkout_mode": "2x400G", | ||
| "autoneg": "on" | ||
| }, | ||
| "Ethernet456": { | ||
| "default_brkout_mode": "2x400G", | ||
| "autoneg": "on" | ||
| }, | ||
| "Ethernet464": { | ||
| "default_brkout_mode": "2x400G", | ||
| "autoneg": "on" | ||
| }, | ||
| "Ethernet472": { | ||
| "default_brkout_mode": "2x400G", | ||
| "autoneg": "on" | ||
| }, | ||
| "Ethernet480": { | ||
| "default_brkout_mode": "2x400G", | ||
| "autoneg": "on" | ||
| }, | ||
| "Ethernet488": { | ||
| "default_brkout_mode": "2x400G", | ||
| "autoneg": "on" | ||
| }, | ||
| "Ethernet496": { | ||
| "default_brkout_mode": "2x400G", | ||
| "autoneg": "on" | ||
| }, | ||
| "Ethernet504": { | ||
| "default_brkout_mode": "2x400G", | ||
| "autoneg": "on" | ||
| } | ||
| } | ||
| } |
5 changes: 5 additions & 0 deletions
5
device/arista/x86_64-arista_7060x6_64pe_b/Arista-7060X6-64PE-B-O128/pg_profile_lookup.ini
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| # PG lossless profiles. | ||
| # speed cable size xon xoff threshold xon_offset | ||
| 400000 5m 18796 0 445770 0 3556 | ||
| 400000 40m 18796 0 445770 0 3556 | ||
| 400000 150m 18796 0 445770 0 3556 | ||
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need another cable length between LT2 and UT2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bingwang-ms I've added 150m, can you confirm this is correct?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are 3 different cable length
@kperumalbfn Please double confirm. Thanks