File tree 1 file changed +4
-3
lines changed
device/mellanox/x86_64-nvidia_sn5600-r0/Mellanox-SN5600-C256S1
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 105
105
"BUFFER_PORT_INGRESS_PROFILE_LIST": {
106
106
{% for port in port_names_active .split (',' ) %}
107
107
"{{ port }}": {
108
- "profile_list" : "ingress_lossless_profile "
108
+ "profile_list" : "ingress_lossy_profile "
109
109
}{% if not loop .last %} ,{% endif %}
110
110
111
111
{% endfor %}
114
114
{% for port in port_names_inactive .split (',' ) %}
115
115
"{{ port }}": {
116
116
{% if dynamic_mode is defined %}
117
- "profile_list" : "ingress_lossless_profile "
117
+ "profile_list" : "ingress_lossy_profile "
118
118
{% else %}
119
119
"profile_list" : "ingress_lossless_zero_profile"
120
120
{% endif %}
147
147
{% - endmacro %}
148
148
149
149
{% - macro generate_queue_buffers (port_names_active , port_names_inactive ) %}
150
-
150
+ "BUFFER_QUEUE": {
151
151
{% if dynamic_mode is not defined %}
152
152
{% for port in port_names_active .split (',' ) %}
153
153
"{{ port }}|0": {
177
177
{% endfor %}
178
178
{% if port_names_inactive |length > 0 %}
179
179
{% for port in port_names_inactive .split (',' ) %}
180
+ {% - if loop .first -%} ,{% - endif -%}
180
181
"{{ port }}|1-6": {
181
182
"profile" : "egress_lossy_zero_profile"
182
183
}{% if not loop .last %} ,{% endif %}
You can’t perform that action at this time.
0 commit comments