[Buffer] Separate buffer profile for Arista-7260CX3-Q44
Signed-off-by: Kevin Wang <shengkaiwang@microsoft.com>
This commit is contained in:
parent
e089522e2e
commit
955d51b756
@ -0,0 +1 @@
|
|||||||
|
../../../common/profiles/th2/7260/BALANCED
|
@ -0,0 +1 @@
|
|||||||
|
../../../common/profiles/th2/7260/RDMA-CENTRIC
|
@ -0,0 +1 @@
|
|||||||
|
../../../common/profiles/th2/7260/TCP-CENTRIC
|
@ -0,0 +1,6 @@
|
|||||||
|
{%- macro generate_port_lists(PORT_ALL) %}
|
||||||
|
{# Generate list of ports #}
|
||||||
|
{%- for port_idx in range(0,64) %}
|
||||||
|
{%- if PORT_ALL.append("Ethernet%d" % (port_idx * 4)) %}{%- endif %}
|
||||||
|
{%- endfor %}
|
||||||
|
{%- endmacro %}
|
@ -1,46 +0,0 @@
|
|||||||
{%- set default_cable = '5m' %}
|
|
||||||
|
|
||||||
{%- macro generate_port_lists(PORT_ALL) %}
|
|
||||||
{# Generate list of ports #}
|
|
||||||
{%- for port_idx in range(0,64) %}
|
|
||||||
{%- if PORT_ALL.append("Ethernet%d" % (port_idx * 4)) %}{%- endif %}
|
|
||||||
{%- endfor %}
|
|
||||||
{%- endmacro %}
|
|
||||||
|
|
||||||
{%- macro generate_buffer_pool_and_profiles() %}
|
|
||||||
"BUFFER_POOL": {
|
|
||||||
"ingress_lossless_pool": {
|
|
||||||
"size": "33329088",
|
|
||||||
"type": "ingress",
|
|
||||||
"mode": "dynamic",
|
|
||||||
"xoff": "7827456"
|
|
||||||
},
|
|
||||||
"egress_lossy_pool": {
|
|
||||||
"size": "26663272",
|
|
||||||
"type": "egress",
|
|
||||||
"mode": "dynamic"
|
|
||||||
},
|
|
||||||
"egress_lossless_pool": {
|
|
||||||
"size": "42349632",
|
|
||||||
"type": "egress",
|
|
||||||
"mode": "static"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"BUFFER_PROFILE": {
|
|
||||||
"ingress_lossy_profile": {
|
|
||||||
"pool":"[BUFFER_POOL|ingress_lossless_pool]",
|
|
||||||
"size":"0",
|
|
||||||
"static_th":"44302336"
|
|
||||||
},
|
|
||||||
"egress_lossless_profile": {
|
|
||||||
"pool":"[BUFFER_POOL|egress_lossless_pool]",
|
|
||||||
"size":"0",
|
|
||||||
"static_th":"42349632"
|
|
||||||
},
|
|
||||||
"egress_lossy_profile": {
|
|
||||||
"pool":"[BUFFER_POOL|egress_lossy_pool]",
|
|
||||||
"size":"1664",
|
|
||||||
"dynamic_th":"-1"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{%- endmacro %}
|
|
@ -0,0 +1 @@
|
|||||||
|
BALANCED/buffers_defaults_t0.j2
|
@ -1,11 +0,0 @@
|
|||||||
# PG lossless profiles.
|
|
||||||
# speed cable size xon xoff threshold xon_offset
|
|
||||||
40000 5m 1248 1248 56160 -3 2496
|
|
||||||
50000 5m 1248 1248 56160 -3 2496
|
|
||||||
100000 5m 1248 1248 96928 -3 2496
|
|
||||||
40000 40m 1248 1248 71552 -3 2496
|
|
||||||
50000 40m 1248 1248 96096 -3 2496
|
|
||||||
100000 40m 1248 1248 177632 -3 2496
|
|
||||||
40000 300m 1248 1248 108160 -3 2496
|
|
||||||
50000 300m 1248 1248 141856 -3 2496
|
|
||||||
100000 300m 1248 1248 268736 -3 2496
|
|
@ -0,0 +1 @@
|
|||||||
|
BALANCED/pg_profile_lookup.ini
|
@ -1 +0,0 @@
|
|||||||
{%- include 'qos_config.j2' %}
|
|
@ -0,0 +1 @@
|
|||||||
|
BALANCED/qos.json.j2
|
Loading…
Reference in New Issue
Block a user