File tree 3 files changed +135
-0
lines changed
x86_64-arista_7050_qx32/Arista-7050-QX32
x86_64-arista_7050_qx32s/Arista-7050-QX-32S
dell/x86_64-dell_s6000_s1220-r0/Force10-S6000
3 files changed +135
-0
lines changed Original file line number Diff line number Diff line change
1
+ {% - set default_cable = '300m' %}
2
+
3
+ {% - macro generate_port_lists (PORT_ALL ) %}
4
+ {# Generate list of ports #}
5
+ {% for port_idx in range (0,32) %}
6
+ {% if PORT_ALL .append ("Ethernet%d" % (port_idx * 4)) %}{% endif %}
7
+ {% endfor %}
8
+ {% - endmacro %}
9
+
10
+ {% - macro generate_buffer_pool_and_profiles () %}
11
+ "BUFFER_POOL": {
12
+ "ingress_lossless_pool": {
13
+ "size": "12766208",
14
+ "type": "ingress",
15
+ "mode": "dynamic"
16
+ },
17
+ "egress_lossless_pool": {
18
+ "size": "12766208",
19
+ "type": "egress",
20
+ "mode": "static"
21
+ },
22
+ "egress_lossy_pool": {
23
+ "size": "7582515",
24
+ "type": "egress",
25
+ "mode": "dynamic"
26
+ }
27
+ },
28
+ "BUFFER_PROFILE": {
29
+ "ingress_lossy_profile": {
30
+ "pool":"[BUFFER_POOL|ingress_lossless_pool]",
31
+ "size":"0",
32
+ "dynamic_th":"3"
33
+ },
34
+ "egress_lossless_profile": {
35
+ "pool":"[BUFFER_POOL|egress_lossless_pool]",
36
+ "size":"0",
37
+ "static_th":"12766208"
38
+ },
39
+ "egress_lossy_profile": {
40
+ "pool":"[BUFFER_POOL|egress_lossy_pool]",
41
+ "size":"1518",
42
+ "dynamic_th":"3"
43
+ }
44
+ },
45
+ {% - endmacro %}
Original file line number Diff line number Diff line change
1
+ {% - set default_cable = '300m' %}
2
+
3
+ {% - macro generate_port_lists (PORT_ALL ) %}
4
+ {# Generate list of ports #}
5
+ {% for port_idx in range (0,32) %}
6
+ {% if PORT_ALL .append ("Ethernet%d" % (port_idx * 4)) %}{% endif %}
7
+ {% endfor %}
8
+ {% - endmacro %}
9
+
10
+ {% - macro generate_buffer_pool_and_profiles () %}
11
+ "BUFFER_POOL": {
12
+ "ingress_lossless_pool": {
13
+ "size": "12766208",
14
+ "type": "ingress",
15
+ "mode": "dynamic"
16
+ },
17
+ "egress_lossless_pool": {
18
+ "size": "12766208",
19
+ "type": "egress",
20
+ "mode": "static"
21
+ },
22
+ "egress_lossy_pool": {
23
+ "size": "7582515",
24
+ "type": "egress",
25
+ "mode": "dynamic"
26
+ }
27
+ },
28
+ "BUFFER_PROFILE": {
29
+ "ingress_lossy_profile": {
30
+ "pool":"[BUFFER_POOL|ingress_lossless_pool]",
31
+ "size":"0",
32
+ "dynamic_th":"3"
33
+ },
34
+ "egress_lossless_profile": {
35
+ "pool":"[BUFFER_POOL|egress_lossless_pool]",
36
+ "size":"0",
37
+ "static_th":"12766208"
38
+ },
39
+ "egress_lossy_profile": {
40
+ "pool":"[BUFFER_POOL|egress_lossy_pool]",
41
+ "size":"1518",
42
+ "dynamic_th":"3"
43
+ }
44
+ },
45
+ {% - endmacro %}
Original file line number Diff line number Diff line change
1
+ {% - set default_cable = '300m' %}
2
+
3
+ {% - macro generate_port_lists (PORT_ALL ) %}
4
+ {# Generate list of ports #}
5
+ {% for port_idx in range (0,32) %}
6
+ {% if PORT_ALL .append ("Ethernet%d" % (port_idx * 4)) %}{% endif %}
7
+ {% endfor %}
8
+ {% - endmacro %}
9
+
10
+ {% - macro generate_buffer_pool_and_profiles () %}
11
+ "BUFFER_POOL": {
12
+ "ingress_lossless_pool": {
13
+ "size": "12766208",
14
+ "type": "ingress",
15
+ "mode": "dynamic"
16
+ },
17
+ "egress_lossless_pool": {
18
+ "size": "12766208",
19
+ "type": "egress",
20
+ "mode": "static"
21
+ },
22
+ "egress_lossy_pool": {
23
+ "size": "7582515",
24
+ "type": "egress",
25
+ "mode": "dynamic"
26
+ }
27
+ },
28
+ "BUFFER_PROFILE": {
29
+ "ingress_lossy_profile": {
30
+ "pool":"[BUFFER_POOL|ingress_lossless_pool]",
31
+ "size":"0",
32
+ "dynamic_th":"3"
33
+ },
34
+ "egress_lossless_profile": {
35
+ "pool":"[BUFFER_POOL|egress_lossless_pool]",
36
+ "size":"0",
37
+ "static_th":"12766208"
38
+ },
39
+ "egress_lossy_profile": {
40
+ "pool":"[BUFFER_POOL|egress_lossy_pool]",
41
+ "size":"1518",
42
+ "dynamic_th":"3"
43
+ }
44
+ },
45
+ {% - endmacro %}
You can’t perform that action at this time.
0 commit comments