-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Adding HW SKU files for arista_7280r4(k)_32qf_32df
#24206
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
rlhui
merged 16 commits into
sonic-net:master
from
arista-nwolfe:master-citrine-hwsku-files
Dec 5, 2025
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
a8d57ad
Adding HW SKU files for arista_7280r4(k)_32qf_32df
arista-nwolfe 7965956
Adding new brcm soc properties to the permitted list
arista-nwolfe a07f187
Missed adding gbsyncd.ini
arista-nwolfe 1723429
Missed a gbsyncd.ini symlink and removed topology tag
arista-nwolfe 69317e9
Added various fixes on Citrine platform
arista-nwolfe d1aca30
Updating SKU files to fix some mistakes with the mappings
arista-nwolfe b4b9bd5
Fix typo on phy12_config.json
arista-nwolfe 5e18dcc
Set PSU LED as uncontrollable
arista-nwolfe 2fd213a
Fix scd pci addrs
arista-nwolfe 3fba00f
Update gearbox firmware filename
arista-nwolfe 85ffce2
Fixing port_config.ini alias and generate_port_lists
arista-nwolfe a8f1b5e
Renaming SKUs to include -64O
arista-nwolfe 959a6c1
Add and update L1 tuning files
arista-nwolfe 86af523
Add workaround for running Q3D-A1 on SAI13
arista-nwolfe eec3330
Ignore nvme sensors returning IO errors
arista-nwolfe c28237a
Update PSU fan speed controllable attribute
arista-nwolfe 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
2 changes: 2 additions & 0 deletions
2
device/arista/x86_64-arista_7280r4_32qf_32df/Arista-7280R4-32QF-32DF-64O/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 = 't2' %} | ||
| {%- include 'buffers_config.j2' %} |
56 changes: 56 additions & 0 deletions
56
.../arista/x86_64-arista_7280r4_32qf_32df/Arista-7280R4-32QF-32DF-64O/buffers_defaults_t2.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,56 @@ | ||
| {%- set default_cable = '300m' %} | ||
|
|
||
| {%- set ports2cable = { | ||
| 'torrouter_server' : '300m', | ||
| 'leafrouter_torrouter' : '300m', | ||
| 'spinerouter_leafrouter' : '2000m', | ||
| 'upperspinerouter_spinerouter' : '30m', | ||
| 'upperspinerouter_lowerspinerouter' : '30m', | ||
| 'regionalhub_upperspinerouter': '120000m', | ||
| 'aznghub_upperspinerouter' : '120000m', | ||
| 'regionalhub_spinerouter': '120000m', | ||
| 'aznghub_spinerouter' : '120000m' | ||
| } | ||
| -%} | ||
|
|
||
| {%- macro generate_port_lists(PORT_ALL) %} | ||
| {# Generate list of ports #} | ||
| {%- for port_idx in range(0,128,8) %} | ||
| {%- if PORT_ALL.append("Ethernet%d" % (port_idx)) %}{%- endif %} | ||
| {%- endfor %} | ||
| {%- for port_idx in range(128,256,4) %} | ||
| {%- if PORT_ALL.append("Ethernet%d" % (port_idx)) %}{%- endif %} | ||
| {%- endfor %} | ||
| {%- for port_idx in range(256,384,8) %} | ||
| {%- if PORT_ALL.append("Ethernet%d" % (port_idx)) %}{%- endif %} | ||
| {%- endfor %} | ||
| {%- endmacro %} | ||
|
|
||
| {%- macro generate_buffer_pool_and_profiles() %} | ||
| "BUFFER_POOL": { | ||
| "ingress_lossless_pool": { | ||
| "size": "12884901888", | ||
| "type": "both", | ||
| "mode": "dynamic", | ||
| "xoff": "3225378816" | ||
| } | ||
| }, | ||
| "BUFFER_PROFILE": { | ||
| "ingress_lossy_profile": { | ||
| "pool":"ingress_lossless_pool", | ||
| "size":"0", | ||
| "xon_offset": "0", | ||
| "dynamic_th":"0" | ||
| }, | ||
| "egress_lossless_profile": { | ||
| "pool":"ingress_lossless_pool", | ||
| "size":"0", | ||
| "dynamic_th":"-1" | ||
| }, | ||
| "egress_lossy_profile": { | ||
| "pool":"ingress_lossless_pool", | ||
| "size":"0", | ||
| "dynamic_th":"-4" | ||
| } | ||
| }, | ||
| {%- endmacro %} | ||
98 changes: 98 additions & 0 deletions
98
device/arista/x86_64-arista_7280r4_32qf_32df/Arista-7280R4-32QF-32DF-64O/context_config.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,98 @@ | ||
| { | ||
| "CONTEXTS": [ | ||
| { | ||
| "guid" : 0, | ||
| "name" : "asic0", | ||
| "dbAsic" : "ASIC_DB", | ||
| "dbCounters" : "COUNTERS_DB", | ||
| "dbFlex": "FLEX_COUNTER_DB", | ||
| "dbState" : "STATE_DB", | ||
| "zmq_enable" : false, | ||
| "zmq_endpoint": "tcp://127.0.0.1:5555", | ||
| "zmq_ntf_endpoint": "tcp://127.0.0.1:5556", | ||
| "switches": [ | ||
| { | ||
| "index" : 0, | ||
| "hwinfo" : "" | ||
| } | ||
| ] | ||
| }, | ||
| { | ||
| "guid" : 1, | ||
| "name" : "phys", | ||
| "dbAsic" : "GB_ASIC_DB", | ||
| "dbCounters" : "GB_COUNTERS_DB", | ||
| "dbFlex": "GB_FLEX_COUNTER_DB", | ||
| "dbState" : "STATE_DB", | ||
| "zmq_enable" : false, | ||
| "zmq_endpoint": "tcp://127.0.0.1:5565", | ||
| "zmq_ntf_endpoint": "tcp://127.0.0.1:5566", | ||
| "switches": [ | ||
| { | ||
| "index" : 0, | ||
| "hwinfo" : "mdio0_0_0/0" | ||
| }, | ||
| { | ||
| "index" : 1, | ||
| "hwinfo" : "mdio1_0_0/0" | ||
| }, | ||
| { | ||
| "index" : 2, | ||
| "hwinfo" : "mdio2_0_0/0" | ||
| }, | ||
| { | ||
| "index" : 3, | ||
| "hwinfo" : "mdio3_0_0/0" | ||
| }, | ||
| { | ||
| "index" : 4, | ||
| "hwinfo" : "mdio4_0_0/0" | ||
| }, | ||
| { | ||
| "index" : 5, | ||
| "hwinfo" : "mdio5_0_0/0" | ||
| }, | ||
| { | ||
| "index" : 6, | ||
| "hwinfo" : "mdio6_0_0/0" | ||
| }, | ||
| { | ||
| "index" : 7, | ||
| "hwinfo" : "mdio7_0_0/0" | ||
| }, | ||
| { | ||
| "index" : 8, | ||
| "hwinfo" : "mdio8_0_0/0" | ||
| }, | ||
| { | ||
| "index" : 9, | ||
| "hwinfo" : "mdio9_0_0/0" | ||
| }, | ||
| { | ||
| "index" : 10, | ||
| "hwinfo" : "mdio10_0_0/0" | ||
| }, | ||
| { | ||
| "index" : 11, | ||
| "hwinfo" : "mdio11_0_0/0" | ||
| }, | ||
| { | ||
| "index" : 12, | ||
| "hwinfo" : "mdio12_0_0/0" | ||
| }, | ||
| { | ||
| "index" : 13, | ||
| "hwinfo" : "mdio13_0_0/0" | ||
| }, | ||
| { | ||
| "index" : 14, | ||
| "hwinfo" : "mdio14_0_0/0" | ||
| }, | ||
| { | ||
| "index" : 15, | ||
| "hwinfo" : "mdio15_0_0/0" | ||
| } | ||
| ] | ||
| } | ||
| ] | ||
| } |
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.
Uh oh!
There was an error while loading. Please reload this page.
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.
@arista-nwolfe As per my understanding, total memory should be 32GB per chip but above number seems to be driven from 16GB. Is that a mistake ? Similar concern for xoff param.