Skip to content

Commit

Permalink
[Buffer] Separate buffer profile for Arista-7260CX3-Q64
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Wang <shengkaiwang@microsoft.com>
  • Loading branch information
kevinskwang authored and yxieca committed Jul 12, 2022
1 parent a62af01 commit 7566032
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 128 deletions.
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,64) %}
{%- if PORT_ALL.append("Ethernet%d" % (port_idx * 4)) %}{%- endif %}
{%- endfor %}
{%- endmacro %}
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,64) %}
{%- if PORT_ALL.append("Ethernet%d" % (port_idx * 4)) %}{%- endif %}
{%- endfor %}
{%- endmacro %}

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 7566032

Please sign in to comment.