Skip to content

Commit

Permalink
[Buffer] Separate buffer profile for Arista-7260CX3-Q44
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 Jun 23, 2022
1 parent e089522 commit 955d51b
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 58 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 %}

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 955d51b

Please sign in to comment.