Skip to content

Commit 4c1ccfc

Browse files
kevinskwangyxieca
authored andcommitted
[Buffer] Separate buffer profile for Arista-7260CX3-Q64
Signed-off-by: Kevin Wang <[email protected]>
1 parent 776a2af commit 4c1ccfc

10 files changed

+20
-128
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../common/profiles/th2/7260/BALANCED
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../common/profiles/th2/7260/RDMA-CENTRIC
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../common/profiles/th2/7260/TCP-CENTRIC
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,64) %}
4+
{%- if PORT_ALL.append("Ethernet%d" % (port_idx * 4)) %}{%- endif %}
5+
{%- endfor %}
6+
{%- endmacro %}
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,64) %}
4+
{%- if PORT_ALL.append("Ethernet%d" % (port_idx * 4)) %}{%- endif %}
5+
{%- endfor %}
6+
{%- endmacro %}

device/arista/x86_64-arista_7260cx3_64/Arista-7260CX3-Q64/buffers_defaults_t0.j2

-56
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
BALANCED/buffers_defaults_t0.j2

device/arista/x86_64-arista_7260cx3_64/Arista-7260CX3-Q64/buffers_defaults_t1.j2

-60
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
BALANCED/buffers_defaults_t1.j2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../Arista-7260CX3-C64/buffers_pool_sizes_t1.j2

device/arista/x86_64-arista_7260cx3_64/Arista-7260CX3-Q64/pg_profile_lookup.ini

-11
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
BALANCED/pg_profile_lookup.ini
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../Arista-7260CX3-C64/qos.json.j2
1+
BALANCED/qos.json.j2

0 commit comments

Comments
 (0)