Skip to content

Commit 550fab2

Browse files
committed
Add qos values for Arista-7060X6-16PE-384C-O128S2 TH5-512
1 parent f2f3336 commit 550fab2

8 files changed

Lines changed: 1232 additions & 15 deletions

device/arista/x86_64-arista_7060x6_16pe_384c_b/Arista-7060X6-16PE-384C-O128S2/BALANCED

Lines changed: 0 additions & 1 deletion
This file was deleted.

device/arista/x86_64-arista_7060x6_16pe_384c_b/Arista-7060X6-16PE-384C-O128S2/buffer_ports.j2

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{%- macro generate_port_lists(PORT_ALL) %}
2+
{# Generate list of ports #}
3+
{%- for port_idx in range(0, 512, 4) %}
4+
{%- if PORT_ALL.append("Ethernet%d" % (port_idx)) %}{%- endif %}
5+
{%- endfor %}
6+
{%- endmacro %}

device/arista/x86_64-arista_7060x6_16pe_384c_b/Arista-7060X6-16PE-384C-O128S2/buffers.json.j2

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
{%- set default_topo = 't0' %}
2+
{%- include 'buffers_config.j2' %}

device/arista/x86_64-arista_7060x6_16pe_384c_b/Arista-7060X6-16PE-384C-O128S2/buffers_defaults_t0.j2

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{%- set default_cable = '5m' %}
2+
3+
{%- include 'buffer_ports.j2' %}
4+
5+
{%- macro generate_buffer_pool_and_profiles() %}
6+
"BUFFER_POOL": {
7+
"ingress_lossless_pool": {
8+
"size": "164075364",
9+
"type": "ingress",
10+
"mode": "dynamic",
11+
"xoff": "20181824"
12+
},
13+
"egress_lossless_pool": {
14+
"size": "164075364",
15+
"type": "egress",
16+
"mode": "static"
17+
}
18+
},
19+
"BUFFER_PROFILE": {
20+
"ingress_lossy_profile": {
21+
"pool": "ingress_lossless_pool",
22+
"size": "0",
23+
"static_th": "165364160"
24+
},
25+
"egress_lossy_profile": {
26+
"pool": "egress_lossless_pool",
27+
"size": "1778",
28+
"dynamic_th": "0"
29+
},
30+
"egress_lossless_profile": {
31+
"pool": "egress_lossless_pool",
32+
"size": "0",
33+
"static_th": "165364160"
34+
}
35+
},
36+
{%- endmacro %}

device/arista/x86_64-arista_7060x6_16pe_384c_b/Arista-7060X6-16PE-384C-O128S2/buffers_defaults_t1.j2

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{%- set default_cable = '5m' %}
2+
3+
{%- include 'buffer_ports.j2' %}
4+
5+
{%- macro generate_buffer_pool_and_profiles() %}
6+
"BUFFER_POOL": {
7+
"ingress_lossless_pool": {
8+
"size": "164075364",
9+
"type": "ingress",
10+
"mode": "dynamic",
11+
"xoff": "20181824"
12+
},
13+
"egress_lossless_pool": {
14+
"size": "164075364",
15+
"type": "egress",
16+
"mode": "static"
17+
}
18+
},
19+
"BUFFER_PROFILE": {
20+
"ingress_lossy_profile": {
21+
"pool": "ingress_lossless_pool",
22+
"size": "0",
23+
"static_th": "165364160"
24+
},
25+
"egress_lossy_profile": {
26+
"pool": "egress_lossless_pool",
27+
"size": "1778",
28+
"dynamic_th": "0"
29+
},
30+
"egress_lossless_profile": {
31+
"pool": "egress_lossless_pool",
32+
"size": "0",
33+
"static_th": "165364160"
34+
}
35+
},
36+
{%- endmacro %}

device/arista/x86_64-arista_7060x6_16pe_384c_b/Arista-7060X6-16PE-384C-O128S2/pg_profile_lookup.ini

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)