-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Force10-S6000-Q28S16 to use common infra
Signed-off-by: Neetha John <nejo@microsoft.com>
- Loading branch information
1 parent
6456430
commit 74d9e39
Showing
9 changed files
with
85 additions
and
174 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
device/dell/x86_64-dell_s6000_s1220-r0/Force10-S6000-Q28S16/BALANCED
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../common/profiles/td2/6000/BALANCED |
1 change: 1 addition & 0 deletions
1
device/dell/x86_64-dell_s6000_s1220-r0/Force10-S6000-Q28S16/RDMA-CENTRIC
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../common/profiles/td2/6000/RDMA-CENTRIC |
1 change: 1 addition & 0 deletions
1
device/dell/x86_64-dell_s6000_s1220-r0/Force10-S6000-Q28S16/TCP-CENTRIC
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../common/profiles/td2/6000/TCP-CENTRIC |
39 changes: 39 additions & 0 deletions
39
device/dell/x86_64-dell_s6000_s1220-r0/Force10-S6000-Q28S16/buffer_ports_t0.j2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
{%- macro generate_port_lists(PORT_ALL) %} | ||
{# Generate list of ports #} | ||
{% for port_idx in range(0,1) %} | ||
{% if PORT_ALL.append("Ethernet%d" % (port_idx * 4)) %}{% endif %} | ||
{% if PORT_ALL.append("Ethernet%d" % (port_idx * 4 + 1)) %}{% endif %} | ||
{% if PORT_ALL.append("Ethernet%d" % (port_idx * 4 + 2)) %}{% endif %} | ||
{% if PORT_ALL.append("Ethernet%d" % (port_idx * 4 + 3)) %}{% endif %} | ||
{% endfor %} | ||
{% for port_idx in range(1,2) %} | ||
{% if PORT_ALL.append("Ethernet%d" % (port_idx * 4)) %}{% endif %} | ||
{% endfor %} | ||
{% for port_idx in range(2,3) %} | ||
{% if PORT_ALL.append("Ethernet%d" % (port_idx * 4)) %}{% endif %} | ||
{% if PORT_ALL.append("Ethernet%d" % (port_idx * 4 + 1)) %}{% endif %} | ||
{% if PORT_ALL.append("Ethernet%d" % (port_idx * 4 + 2)) %}{% endif %} | ||
{% if PORT_ALL.append("Ethernet%d" % (port_idx * 4 + 3)) %}{% endif %} | ||
{% endfor %} | ||
{% for port_idx in range(3,4) %} | ||
{% if PORT_ALL.append("Ethernet%d" % (port_idx * 4)) %}{% endif %} | ||
{% endfor %} | ||
{% for port_idx in range(4,5) %} | ||
{% if PORT_ALL.append("Ethernet%d" % (port_idx * 4)) %}{% endif %} | ||
{% if PORT_ALL.append("Ethernet%d" % (port_idx * 4 + 1)) %}{% endif %} | ||
{% if PORT_ALL.append("Ethernet%d" % (port_idx * 4 + 2)) %}{% endif %} | ||
{% if PORT_ALL.append("Ethernet%d" % (port_idx * 4 + 3)) %}{% endif %} | ||
{% endfor %} | ||
{% for port_idx in range(5,6) %} | ||
{% if PORT_ALL.append("Ethernet%d" % (port_idx * 4)) %}{% endif %} | ||
{% endfor %} | ||
{% for port_idx in range(6,7) %} | ||
{% if PORT_ALL.append("Ethernet%d" % (port_idx * 4)) %}{% endif %} | ||
{% if PORT_ALL.append("Ethernet%d" % (port_idx * 4 + 1)) %}{% endif %} | ||
{% if PORT_ALL.append("Ethernet%d" % (port_idx * 4 + 2)) %}{% endif %} | ||
{% if PORT_ALL.append("Ethernet%d" % (port_idx * 4 + 3)) %}{% endif %} | ||
{% endfor %} | ||
{% for port_idx in range(7,32) %} | ||
{% if PORT_ALL.append("Ethernet%d" % (port_idx * 4)) %}{% endif %} | ||
{% endfor %} | ||
{%- endmacro %} |
39 changes: 39 additions & 0 deletions
39
device/dell/x86_64-dell_s6000_s1220-r0/Force10-S6000-Q28S16/buffer_ports_t1.j2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
{%- macro generate_port_lists(PORT_ALL) %} | ||
{# Generate list of ports #} | ||
{% for port_idx in range(0,1) %} | ||
{% if PORT_ALL.append("Ethernet%d" % (port_idx * 4)) %}{% endif %} | ||
{% if PORT_ALL.append("Ethernet%d" % (port_idx * 4 + 1)) %}{% endif %} | ||
{% if PORT_ALL.append("Ethernet%d" % (port_idx * 4 + 2)) %}{% endif %} | ||
{% if PORT_ALL.append("Ethernet%d" % (port_idx * 4 + 3)) %}{% endif %} | ||
{% endfor %} | ||
{% for port_idx in range(1,2) %} | ||
{% if PORT_ALL.append("Ethernet%d" % (port_idx * 4)) %}{% endif %} | ||
{% endfor %} | ||
{% for port_idx in range(2,3) %} | ||
{% if PORT_ALL.append("Ethernet%d" % (port_idx * 4)) %}{% endif %} | ||
{% if PORT_ALL.append("Ethernet%d" % (port_idx * 4 + 1)) %}{% endif %} | ||
{% if PORT_ALL.append("Ethernet%d" % (port_idx * 4 + 2)) %}{% endif %} | ||
{% if PORT_ALL.append("Ethernet%d" % (port_idx * 4 + 3)) %}{% endif %} | ||
{% endfor %} | ||
{% for port_idx in range(3,4) %} | ||
{% if PORT_ALL.append("Ethernet%d" % (port_idx * 4)) %}{% endif %} | ||
{% endfor %} | ||
{% for port_idx in range(4,5) %} | ||
{% if PORT_ALL.append("Ethernet%d" % (port_idx * 4)) %}{% endif %} | ||
{% if PORT_ALL.append("Ethernet%d" % (port_idx * 4 + 1)) %}{% endif %} | ||
{% if PORT_ALL.append("Ethernet%d" % (port_idx * 4 + 2)) %}{% endif %} | ||
{% if PORT_ALL.append("Ethernet%d" % (port_idx * 4 + 3)) %}{% endif %} | ||
{% endfor %} | ||
{% for port_idx in range(5,6) %} | ||
{% if PORT_ALL.append("Ethernet%d" % (port_idx * 4)) %}{% endif %} | ||
{% endfor %} | ||
{% for port_idx in range(6,7) %} | ||
{% if PORT_ALL.append("Ethernet%d" % (port_idx * 4)) %}{% endif %} | ||
{% if PORT_ALL.append("Ethernet%d" % (port_idx * 4 + 1)) %}{% endif %} | ||
{% if PORT_ALL.append("Ethernet%d" % (port_idx * 4 + 2)) %}{% endif %} | ||
{% if PORT_ALL.append("Ethernet%d" % (port_idx * 4 + 3)) %}{% endif %} | ||
{% endfor %} | ||
{% for port_idx in range(7,32) %} | ||
{% if PORT_ALL.append("Ethernet%d" % (port_idx * 4)) %}{% endif %} | ||
{% endfor %} | ||
{%- endmacro %} |
78 changes: 0 additions & 78 deletions
78
device/dell/x86_64-dell_s6000_s1220-r0/Force10-S6000-Q28S16/buffers_defaults_t0.j2
This file was deleted.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
device/dell/x86_64-dell_s6000_s1220-r0/Force10-S6000-Q28S16/buffers_defaults_t0.j2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
BALANCED/buffers_defaults_t0.j2 |
78 changes: 0 additions & 78 deletions
78
device/dell/x86_64-dell_s6000_s1220-r0/Force10-S6000-Q28S16/buffers_defaults_t1.j2
This file was deleted.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
device/dell/x86_64-dell_s6000_s1220-r0/Force10-S6000-Q28S16/buffers_defaults_t1.j2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
BALANCED/buffers_defaults_t1.j2 |
17 changes: 0 additions & 17 deletions
17
device/dell/x86_64-dell_s6000_s1220-r0/Force10-S6000-Q28S16/pg_profile_lookup.ini
This file was deleted.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
device/dell/x86_64-dell_s6000_s1220-r0/Force10-S6000-Q28S16/pg_profile_lookup.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
BALANCED/pg_profile_lookup.ini |
1 change: 0 additions & 1 deletion
1
device/dell/x86_64-dell_s6000_s1220-r0/Force10-S6000-Q28S16/qos.json.j2
This file was deleted.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
device/dell/x86_64-dell_s6000_s1220-r0/Force10-S6000-Q28S16/qos.json.j2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
BALANCED/qos.json.j2 |