Skip to content

Commit 83c998e

Browse files
noaOrMlnxstephenxs
authored andcommitted
[Mellanox] Update SN5600-C256S1 buffers_defaults_objects.j2
1 parent 7efb0b8 commit 83c998e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

device/mellanox/x86_64-nvidia_sn5600-r0/Mellanox-SN5600-C256S1/buffers_defaults_objects.j2

+9-9
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"ingress_lossy_profile": {
7272
"pool":"ingress_lossless_pool",
7373
"size":"0",
74-
"dynamic_th":"3"
74+
"dynamic_th":"7"
7575
},
7676
"egress_lossless_profile": {
7777
"pool":"egress_lossless_pool",
@@ -81,7 +81,7 @@
8181
"egress_lossy_profile": {
8282
"pool":"egress_lossy_pool",
8383
"size":"9216",
84-
"dynamic_th":"7"
84+
"dynamic_th":"-6"
8585
},
8686
"q_lossy_profile": {
8787
"pool":"egress_lossy_pool",
@@ -97,6 +97,11 @@
9797
"pool": "egress_lossy_pool",
9898
"size": "0",
9999
"dynamic_th" : "-3"
100+
},
101+
"q_lossy_infinity_profile": {
102+
"pool": "egress_lossy_pool",
103+
"size": "0",
104+
"dynamic_th" : "7"
100105
}
101106
},
102107
{%- endmacro %}
@@ -149,18 +154,13 @@
149154
{%- macro generate_queue_buffers(port_names_active, port_names_inactive) %}
150155
"BUFFER_QUEUE": {
151156
{% for port in port_names_active.split(',') %}
152-
"{{ port }}|0": {
157+
"{{ port }}|0-3": {
153158
"profile" : "q_lossy_profile"
154159
},
155160
{% endfor %}
156-
{% for port in port_names_active.split(',') %}
157-
"{{ port }}|1-3": {
158-
"profile" : "q_lossy_minus_7_profile"
159-
},
160-
{% endfor %}
161161
{% for port in port_names_active.split(',') %}
162162
"{{ port }}|4": {
163-
"profile" : "q_lossy_profile"
163+
"profile" : "q_lossy_infinity_profile"
164164
},
165165
{% endfor %}
166166
{% for port in port_names_active.split(',') %}

0 commit comments

Comments
 (0)