File tree 2 files changed +24
-4
lines changed
device/arista/x86_64-arista_7060x6_64pe/Arista-7060X6-64PE-C224O8
2 files changed +24
-4
lines changed Original file line number Diff line number Diff line change 5
5
{% - macro generate_buffer_pool_and_profiles () %}
6
6
"BUFFER_POOL": {
7
7
"ingress_lossy_pool": {
8
- "size": "166607744 ",
8
+ "size": "166266368 ",
9
9
"type": "ingress",
10
10
"mode": "dynamic"
11
11
},
12
12
"egress_lossy_pool": {
13
- "size": "166607744 ",
13
+ "size": "166266368 ",
14
14
"type": "egress",
15
15
"mode": "dynamic"
16
16
}
28
28
}
29
29
},
30
30
{% - endmacro %}
31
+ {% - macro generate_queue_buffers (ports ) %}
32
+ "BUFFER_QUEUE": {
33
+ {% for port in ports .split (',' ) %}
34
+ "{{ port }}|0-9": {
35
+ "profile" : "egress_lossy_profile"
36
+ }
37
+ {% - if not loop .last -%} ,{% endif %}
38
+ {% endfor %}
39
+ }
40
+ {% - endmacro %}
Original file line number Diff line number Diff line change 5
5
{% - macro generate_buffer_pool_and_profiles () %}
6
6
"BUFFER_POOL": {
7
7
"ingress_lossy_pool": {
8
- "size": "166607744 ",
8
+ "size": "166266368 ",
9
9
"type": "ingress",
10
10
"mode": "dynamic"
11
11
},
12
12
"egress_lossy_pool": {
13
- "size": "166607744 ",
13
+ "size": "166266368 ",
14
14
"type": "egress",
15
15
"mode": "dynamic"
16
16
}
28
28
}
29
29
},
30
30
{% - endmacro %}
31
+ {% - macro generate_queue_buffers (ports ) %}
32
+ "BUFFER_QUEUE": {
33
+ {% for port in ports .split (',' ) %}
34
+ "{{ port }}|0-9": {
35
+ "profile" : "egress_lossy_profile"
36
+ }
37
+ {% - if not loop .last -%} ,{% endif %}
38
+ {% endfor %}
39
+ }
40
+ {% - endmacro %}
You can’t perform that action at this time.
0 commit comments