|
71 | 71 | "ingress_lossy_profile": {
|
72 | 72 | "pool":"ingress_lossless_pool",
|
73 | 73 | "size":"0",
|
74 |
| - "dynamic_th":"3" |
| 74 | + "dynamic_th":"7" |
75 | 75 | },
|
76 | 76 | "egress_lossless_profile": {
|
77 | 77 | "pool":"egress_lossless_pool",
|
|
81 | 81 | "egress_lossy_profile": {
|
82 | 82 | "pool":"egress_lossy_pool",
|
83 | 83 | "size":"9216",
|
84 |
| - "dynamic_th":"7" |
| 84 | + "dynamic_th":"-6" |
85 | 85 | },
|
86 | 86 | "q_lossy_profile": {
|
87 | 87 | "pool":"egress_lossy_pool",
|
88 | 88 | "size":"0",
|
89 | 89 | "dynamic_th":"0"
|
90 | 90 | },
|
91 |
| - "q_lossy_minus_7_profile": { |
| 91 | + "q_lossy_minus_3_profile": { |
92 | 92 | "pool": "egress_lossy_pool",
|
93 | 93 | "size": "0",
|
94 |
| - "dynamic_th" : "-7" |
| 94 | + "dynamic_th" : "-3" |
95 | 95 | },
|
96 |
| - "q_lossy_minus_3_profile": { |
| 96 | + "q_lossy_infinity_profile": { |
97 | 97 | "pool": "egress_lossy_pool",
|
98 | 98 | "size": "0",
|
99 |
| - "dynamic_th" : "-3" |
| 99 | + "dynamic_th" : "7" |
100 | 100 | }
|
101 | 101 | },
|
102 | 102 | {%- endmacro %}
|
|
149 | 149 | {%- macro generate_queue_buffers(port_names_active, port_names_inactive) %}
|
150 | 150 | "BUFFER_QUEUE": {
|
151 | 151 | {% for port in port_names_active.split(',') %}
|
152 |
| - "{{ port }}|0": { |
| 152 | + "{{ port }}|0-3": { |
153 | 153 | "profile" : "q_lossy_profile"
|
154 | 154 | },
|
155 | 155 | {% endfor %}
|
156 |
| -{% for port in port_names_active.split(',') %} |
157 |
| - "{{ port }}|1-3": { |
158 |
| - "profile" : "q_lossy_minus_7_profile" |
159 |
| - }, |
160 |
| -{% endfor %} |
161 | 156 | {% for port in port_names_active.split(',') %}
|
162 | 157 | "{{ port }}|4": {
|
163 |
| - "profile" : "q_lossy_profile" |
| 158 | + "profile" : "q_lossy_infinity_profile" |
164 | 159 | },
|
165 | 160 | {% endfor %}
|
166 | 161 | {% for port in port_names_active.split(',') %}
|
|
0 commit comments