File tree 1 file changed +9
-9
lines changed
device/mellanox/x86_64-nvidia_sn5600-r0/Mellanox-SN5600-C256S1
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 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",
97
97
"pool": "egress_lossy_pool",
98
98
"size": "0",
99
99
"dynamic_th" : "-3"
100
+ },
101
+ "q_lossy_infinity_profile": {
102
+ "pool": "egress_lossy_pool",
103
+ "size": "0",
104
+ "dynamic_th" : "7"
100
105
}
101
106
},
102
107
{% - endmacro %}
149
154
{% - macro generate_queue_buffers (port_names_active , port_names_inactive ) %}
150
155
"BUFFER_QUEUE": {
151
156
{% for port in port_names_active .split (',' ) %}
152
- "{{ port }}|0": {
157
+ "{{ port }}|0-3 ": {
153
158
"profile" : "q_lossy_profile"
154
159
},
155
160
{% endfor %}
156
- {% for port in port_names_active .split (',' ) %}
157
- "{{ port }}|1-3": {
158
- "profile" : "q_lossy_minus_7_profile"
159
- },
160
- {% endfor %}
161
161
{% for port in port_names_active .split (',' ) %}
162
162
"{{ port }}|4": {
163
- "profile" : "q_lossy_profile "
163
+ "profile" : "q_lossy_infinity_profile "
164
164
},
165
165
{% endfor %}
166
166
{% for port in port_names_active .split (',' ) %}
You can’t perform that action at this time.
0 commit comments