Skip to content

Commit b7dc563

Browse files
wendanirenukamanavalan
authored andcommitted
Adopt per-port buffer and qos profile (#3542)
Signed-off-by: Wenda Ni <[email protected]>
1 parent afbb916 commit b7dc563

File tree

4 files changed

+317
-6
lines changed

4 files changed

+317
-6
lines changed

files/build_templates/buffers_config.j2

+6-2
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,9 @@ def
133133
"BUFFER_PG": {
134134
"{{ port_names_active }}|0": {
135135
"profile" : "[BUFFER_PROFILE|ingress_lossy_profile]"
136-
}
136+
}{% if not loop.last %},{% endif %}
137+
138+
{% endfor %}
137139
},
138140
{% endif %}
139141

@@ -149,7 +151,9 @@ def
149151
},
150152
"{{ port_names_active }}|5-6": {
151153
"profile" : "[BUFFER_PROFILE|egress_lossy_profile]"
152-
}
154+
}{% if not loop.last %},{% endif %}
155+
156+
{% endfor %}
153157
}
154158
{% endif %}
155159
}

files/build_templates/qos_config.j2

+8-2
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,11 @@
159159
},
160160
{% endif %}
161161
"PORT_QOS_MAP": {
162-
"{{ port_names_active }}": {
162+
{% for port in PORT_ACTIVE %}
163+
"{{ port }}": {
164+
{% if 'type' in DEVICE_METADATA['localhost'] and DEVICE_METADATA['localhost']['type'] in backend_device_types %}
165+
"dot1p_to_tc_map" : "[DOT1P_TO_TC_MAP|AZURE]",
166+
{% else %}
163167
"dscp_to_tc_map" : "[DSCP_TO_TC_MAP|AZURE]",
164168
"tc_to_queue_map" : "[TC_TO_QUEUE_MAP|AZURE]",
165169
"tc_to_pg_map" : "[TC_TO_PRIORITY_GROUP_MAP|AZURE]",
@@ -168,7 +172,9 @@
168172
"pfc_to_pg_map" : "[PFC_PRIORITY_TO_PRIORITY_GROUP_MAP|AZURE]",
169173
{% endif %}
170174
"pfc_enable" : "3,4"
171-
}
175+
}{% if not loop.last %},{% endif %}
176+
177+
{% endfor %}
172178
},
173179
"WRED_PROFILE": {
174180
"AZURE_LOSSLESS" : {

src/sonic-config-engine/tests/sample_output/buffers-dell6100.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
"Ethernet0,Ethernet1,Ethernet4,Ethernet5,Ethernet6,Ethernet7,Ethernet8,Ethernet9,Ethernet10,Ethernet11,Ethernet12,Ethernet13,Ethernet14,Ethernet15,Ethernet16,Ethernet17,Ethernet20,Ethernet21,Ethernet22,Ethernet23,Ethernet24,Ethernet25,Ethernet26,Ethernet27,Ethernet28,Ethernet29,Ethernet30,Ethernet31,Ethernet32,Ethernet36,Ethernet37,Ethernet38,Ethernet39,Ethernet40,Ethernet41,Ethernet42,Ethernet48,Ethernet52,Ethernet53,Ethernet54,Ethernet55,Ethernet56,Ethernet57,Ethernet58|0-2": {
118118
"profile" : "[BUFFER_PROFILE|egress_lossy_profile]"
119119
},
120-
"Ethernet0,Ethernet1,Ethernet4,Ethernet5,Ethernet6,Ethernet7,Ethernet8,Ethernet9,Ethernet10,Ethernet11,Ethernet12,Ethernet13,Ethernet14,Ethernet15,Ethernet16,Ethernet17,Ethernet20,Ethernet21,Ethernet22,Ethernet23,Ethernet24,Ethernet25,Ethernet26,Ethernet27,Ethernet28,Ethernet29,Ethernet30,Ethernet31,Ethernet32,Ethernet36,Ethernet37,Ethernet38,Ethernet39,Ethernet40,Ethernet41,Ethernet42,Ethernet48,Ethernet52,Ethernet53,Ethernet54,Ethernet55,Ethernet56,Ethernet57,Ethernet58|5-6": {
120+
"Ethernet58|5-6": {
121121
"profile" : "[BUFFER_PROFILE|egress_lossy_profile]"
122122
}
123123
}

src/sonic-config-engine/tests/sample_output/qos-dell6100.json

+302-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,308 @@
114114
}
115115
},
116116
"PORT_QOS_MAP": {
117-
"Ethernet0,Ethernet1,Ethernet4,Ethernet5,Ethernet6,Ethernet7,Ethernet8,Ethernet9,Ethernet10,Ethernet11,Ethernet12,Ethernet13,Ethernet14,Ethernet15,Ethernet16,Ethernet17,Ethernet20,Ethernet21,Ethernet22,Ethernet23,Ethernet24,Ethernet25,Ethernet26,Ethernet27,Ethernet28,Ethernet29,Ethernet30,Ethernet31,Ethernet32,Ethernet36,Ethernet37,Ethernet38,Ethernet39,Ethernet40,Ethernet41,Ethernet42,Ethernet48,Ethernet52,Ethernet53,Ethernet54,Ethernet55,Ethernet56,Ethernet57,Ethernet58": {
117+
"Ethernet0": {
118+
"dscp_to_tc_map" : "[DSCP_TO_TC_MAP|AZURE]",
119+
"tc_to_queue_map" : "[TC_TO_QUEUE_MAP|AZURE]",
120+
"tc_to_pg_map" : "[TC_TO_PRIORITY_GROUP_MAP|AZURE]",
121+
"pfc_to_queue_map": "[MAP_PFC_PRIORITY_TO_QUEUE|AZURE]",
122+
"pfc_enable" : "3,4"
123+
},
124+
"Ethernet1": {
125+
"dscp_to_tc_map" : "[DSCP_TO_TC_MAP|AZURE]",
126+
"tc_to_queue_map" : "[TC_TO_QUEUE_MAP|AZURE]",
127+
"tc_to_pg_map" : "[TC_TO_PRIORITY_GROUP_MAP|AZURE]",
128+
"pfc_to_queue_map": "[MAP_PFC_PRIORITY_TO_QUEUE|AZURE]",
129+
"pfc_enable" : "3,4"
130+
},
131+
"Ethernet4": {
132+
"dscp_to_tc_map" : "[DSCP_TO_TC_MAP|AZURE]",
133+
"tc_to_queue_map" : "[TC_TO_QUEUE_MAP|AZURE]",
134+
"tc_to_pg_map" : "[TC_TO_PRIORITY_GROUP_MAP|AZURE]",
135+
"pfc_to_queue_map": "[MAP_PFC_PRIORITY_TO_QUEUE|AZURE]",
136+
"pfc_enable" : "3,4"
137+
},
138+
"Ethernet5": {
139+
"dscp_to_tc_map" : "[DSCP_TO_TC_MAP|AZURE]",
140+
"tc_to_queue_map" : "[TC_TO_QUEUE_MAP|AZURE]",
141+
"tc_to_pg_map" : "[TC_TO_PRIORITY_GROUP_MAP|AZURE]",
142+
"pfc_to_queue_map": "[MAP_PFC_PRIORITY_TO_QUEUE|AZURE]",
143+
"pfc_enable" : "3,4"
144+
},
145+
"Ethernet6": {
146+
"dscp_to_tc_map" : "[DSCP_TO_TC_MAP|AZURE]",
147+
"tc_to_queue_map" : "[TC_TO_QUEUE_MAP|AZURE]",
148+
"tc_to_pg_map" : "[TC_TO_PRIORITY_GROUP_MAP|AZURE]",
149+
"pfc_to_queue_map": "[MAP_PFC_PRIORITY_TO_QUEUE|AZURE]",
150+
"pfc_enable" : "3,4"
151+
},
152+
"Ethernet7": {
153+
"dscp_to_tc_map" : "[DSCP_TO_TC_MAP|AZURE]",
154+
"tc_to_queue_map" : "[TC_TO_QUEUE_MAP|AZURE]",
155+
"tc_to_pg_map" : "[TC_TO_PRIORITY_GROUP_MAP|AZURE]",
156+
"pfc_to_queue_map": "[MAP_PFC_PRIORITY_TO_QUEUE|AZURE]",
157+
"pfc_enable" : "3,4"
158+
},
159+
"Ethernet8": {
160+
"dscp_to_tc_map" : "[DSCP_TO_TC_MAP|AZURE]",
161+
"tc_to_queue_map" : "[TC_TO_QUEUE_MAP|AZURE]",
162+
"tc_to_pg_map" : "[TC_TO_PRIORITY_GROUP_MAP|AZURE]",
163+
"pfc_to_queue_map": "[MAP_PFC_PRIORITY_TO_QUEUE|AZURE]",
164+
"pfc_enable" : "3,4"
165+
},
166+
"Ethernet9": {
167+
"dscp_to_tc_map" : "[DSCP_TO_TC_MAP|AZURE]",
168+
"tc_to_queue_map" : "[TC_TO_QUEUE_MAP|AZURE]",
169+
"tc_to_pg_map" : "[TC_TO_PRIORITY_GROUP_MAP|AZURE]",
170+
"pfc_to_queue_map": "[MAP_PFC_PRIORITY_TO_QUEUE|AZURE]",
171+
"pfc_enable" : "3,4"
172+
},
173+
"Ethernet10": {
174+
"dscp_to_tc_map" : "[DSCP_TO_TC_MAP|AZURE]",
175+
"tc_to_queue_map" : "[TC_TO_QUEUE_MAP|AZURE]",
176+
"tc_to_pg_map" : "[TC_TO_PRIORITY_GROUP_MAP|AZURE]",
177+
"pfc_to_queue_map": "[MAP_PFC_PRIORITY_TO_QUEUE|AZURE]",
178+
"pfc_enable" : "3,4"
179+
},
180+
"Ethernet11": {
181+
"dscp_to_tc_map" : "[DSCP_TO_TC_MAP|AZURE]",
182+
"tc_to_queue_map" : "[TC_TO_QUEUE_MAP|AZURE]",
183+
"tc_to_pg_map" : "[TC_TO_PRIORITY_GROUP_MAP|AZURE]",
184+
"pfc_to_queue_map": "[MAP_PFC_PRIORITY_TO_QUEUE|AZURE]",
185+
"pfc_enable" : "3,4"
186+
},
187+
"Ethernet12": {
188+
"dscp_to_tc_map" : "[DSCP_TO_TC_MAP|AZURE]",
189+
"tc_to_queue_map" : "[TC_TO_QUEUE_MAP|AZURE]",
190+
"tc_to_pg_map" : "[TC_TO_PRIORITY_GROUP_MAP|AZURE]",
191+
"pfc_to_queue_map": "[MAP_PFC_PRIORITY_TO_QUEUE|AZURE]",
192+
"pfc_enable" : "3,4"
193+
},
194+
"Ethernet13": {
195+
"dscp_to_tc_map" : "[DSCP_TO_TC_MAP|AZURE]",
196+
"tc_to_queue_map" : "[TC_TO_QUEUE_MAP|AZURE]",
197+
"tc_to_pg_map" : "[TC_TO_PRIORITY_GROUP_MAP|AZURE]",
198+
"pfc_to_queue_map": "[MAP_PFC_PRIORITY_TO_QUEUE|AZURE]",
199+
"pfc_enable" : "3,4"
200+
},
201+
"Ethernet14": {
202+
"dscp_to_tc_map" : "[DSCP_TO_TC_MAP|AZURE]",
203+
"tc_to_queue_map" : "[TC_TO_QUEUE_MAP|AZURE]",
204+
"tc_to_pg_map" : "[TC_TO_PRIORITY_GROUP_MAP|AZURE]",
205+
"pfc_to_queue_map": "[MAP_PFC_PRIORITY_TO_QUEUE|AZURE]",
206+
"pfc_enable" : "3,4"
207+
},
208+
"Ethernet15": {
209+
"dscp_to_tc_map" : "[DSCP_TO_TC_MAP|AZURE]",
210+
"tc_to_queue_map" : "[TC_TO_QUEUE_MAP|AZURE]",
211+
"tc_to_pg_map" : "[TC_TO_PRIORITY_GROUP_MAP|AZURE]",
212+
"pfc_to_queue_map": "[MAP_PFC_PRIORITY_TO_QUEUE|AZURE]",
213+
"pfc_enable" : "3,4"
214+
},
215+
"Ethernet16": {
216+
"dscp_to_tc_map" : "[DSCP_TO_TC_MAP|AZURE]",
217+
"tc_to_queue_map" : "[TC_TO_QUEUE_MAP|AZURE]",
218+
"tc_to_pg_map" : "[TC_TO_PRIORITY_GROUP_MAP|AZURE]",
219+
"pfc_to_queue_map": "[MAP_PFC_PRIORITY_TO_QUEUE|AZURE]",
220+
"pfc_enable" : "3,4"
221+
},
222+
"Ethernet17": {
223+
"dscp_to_tc_map" : "[DSCP_TO_TC_MAP|AZURE]",
224+
"tc_to_queue_map" : "[TC_TO_QUEUE_MAP|AZURE]",
225+
"tc_to_pg_map" : "[TC_TO_PRIORITY_GROUP_MAP|AZURE]",
226+
"pfc_to_queue_map": "[MAP_PFC_PRIORITY_TO_QUEUE|AZURE]",
227+
"pfc_enable" : "3,4"
228+
},
229+
"Ethernet20": {
230+
"dscp_to_tc_map" : "[DSCP_TO_TC_MAP|AZURE]",
231+
"tc_to_queue_map" : "[TC_TO_QUEUE_MAP|AZURE]",
232+
"tc_to_pg_map" : "[TC_TO_PRIORITY_GROUP_MAP|AZURE]",
233+
"pfc_to_queue_map": "[MAP_PFC_PRIORITY_TO_QUEUE|AZURE]",
234+
"pfc_enable" : "3,4"
235+
},
236+
"Ethernet21": {
237+
"dscp_to_tc_map" : "[DSCP_TO_TC_MAP|AZURE]",
238+
"tc_to_queue_map" : "[TC_TO_QUEUE_MAP|AZURE]",
239+
"tc_to_pg_map" : "[TC_TO_PRIORITY_GROUP_MAP|AZURE]",
240+
"pfc_to_queue_map": "[MAP_PFC_PRIORITY_TO_QUEUE|AZURE]",
241+
"pfc_enable" : "3,4"
242+
},
243+
"Ethernet22": {
244+
"dscp_to_tc_map" : "[DSCP_TO_TC_MAP|AZURE]",
245+
"tc_to_queue_map" : "[TC_TO_QUEUE_MAP|AZURE]",
246+
"tc_to_pg_map" : "[TC_TO_PRIORITY_GROUP_MAP|AZURE]",
247+
"pfc_to_queue_map": "[MAP_PFC_PRIORITY_TO_QUEUE|AZURE]",
248+
"pfc_enable" : "3,4"
249+
},
250+
"Ethernet23": {
251+
"dscp_to_tc_map" : "[DSCP_TO_TC_MAP|AZURE]",
252+
"tc_to_queue_map" : "[TC_TO_QUEUE_MAP|AZURE]",
253+
"tc_to_pg_map" : "[TC_TO_PRIORITY_GROUP_MAP|AZURE]",
254+
"pfc_to_queue_map": "[MAP_PFC_PRIORITY_TO_QUEUE|AZURE]",
255+
"pfc_enable" : "3,4"
256+
},
257+
"Ethernet24": {
258+
"dscp_to_tc_map" : "[DSCP_TO_TC_MAP|AZURE]",
259+
"tc_to_queue_map" : "[TC_TO_QUEUE_MAP|AZURE]",
260+
"tc_to_pg_map" : "[TC_TO_PRIORITY_GROUP_MAP|AZURE]",
261+
"pfc_to_queue_map": "[MAP_PFC_PRIORITY_TO_QUEUE|AZURE]",
262+
"pfc_enable" : "3,4"
263+
},
264+
"Ethernet25": {
265+
"dscp_to_tc_map" : "[DSCP_TO_TC_MAP|AZURE]",
266+
"tc_to_queue_map" : "[TC_TO_QUEUE_MAP|AZURE]",
267+
"tc_to_pg_map" : "[TC_TO_PRIORITY_GROUP_MAP|AZURE]",
268+
"pfc_to_queue_map": "[MAP_PFC_PRIORITY_TO_QUEUE|AZURE]",
269+
"pfc_enable" : "3,4"
270+
},
271+
"Ethernet26": {
272+
"dscp_to_tc_map" : "[DSCP_TO_TC_MAP|AZURE]",
273+
"tc_to_queue_map" : "[TC_TO_QUEUE_MAP|AZURE]",
274+
"tc_to_pg_map" : "[TC_TO_PRIORITY_GROUP_MAP|AZURE]",
275+
"pfc_to_queue_map": "[MAP_PFC_PRIORITY_TO_QUEUE|AZURE]",
276+
"pfc_enable" : "3,4"
277+
},
278+
"Ethernet27": {
279+
"dscp_to_tc_map" : "[DSCP_TO_TC_MAP|AZURE]",
280+
"tc_to_queue_map" : "[TC_TO_QUEUE_MAP|AZURE]",
281+
"tc_to_pg_map" : "[TC_TO_PRIORITY_GROUP_MAP|AZURE]",
282+
"pfc_to_queue_map": "[MAP_PFC_PRIORITY_TO_QUEUE|AZURE]",
283+
"pfc_enable" : "3,4"
284+
},
285+
"Ethernet28": {
286+
"dscp_to_tc_map" : "[DSCP_TO_TC_MAP|AZURE]",
287+
"tc_to_queue_map" : "[TC_TO_QUEUE_MAP|AZURE]",
288+
"tc_to_pg_map" : "[TC_TO_PRIORITY_GROUP_MAP|AZURE]",
289+
"pfc_to_queue_map": "[MAP_PFC_PRIORITY_TO_QUEUE|AZURE]",
290+
"pfc_enable" : "3,4"
291+
},
292+
"Ethernet29": {
293+
"dscp_to_tc_map" : "[DSCP_TO_TC_MAP|AZURE]",
294+
"tc_to_queue_map" : "[TC_TO_QUEUE_MAP|AZURE]",
295+
"tc_to_pg_map" : "[TC_TO_PRIORITY_GROUP_MAP|AZURE]",
296+
"pfc_to_queue_map": "[MAP_PFC_PRIORITY_TO_QUEUE|AZURE]",
297+
"pfc_enable" : "3,4"
298+
},
299+
"Ethernet30": {
300+
"dscp_to_tc_map" : "[DSCP_TO_TC_MAP|AZURE]",
301+
"tc_to_queue_map" : "[TC_TO_QUEUE_MAP|AZURE]",
302+
"tc_to_pg_map" : "[TC_TO_PRIORITY_GROUP_MAP|AZURE]",
303+
"pfc_to_queue_map": "[MAP_PFC_PRIORITY_TO_QUEUE|AZURE]",
304+
"pfc_enable" : "3,4"
305+
},
306+
"Ethernet31": {
307+
"dscp_to_tc_map" : "[DSCP_TO_TC_MAP|AZURE]",
308+
"tc_to_queue_map" : "[TC_TO_QUEUE_MAP|AZURE]",
309+
"tc_to_pg_map" : "[TC_TO_PRIORITY_GROUP_MAP|AZURE]",
310+
"pfc_to_queue_map": "[MAP_PFC_PRIORITY_TO_QUEUE|AZURE]",
311+
"pfc_enable" : "3,4"
312+
},
313+
"Ethernet32": {
314+
"dscp_to_tc_map" : "[DSCP_TO_TC_MAP|AZURE]",
315+
"tc_to_queue_map" : "[TC_TO_QUEUE_MAP|AZURE]",
316+
"tc_to_pg_map" : "[TC_TO_PRIORITY_GROUP_MAP|AZURE]",
317+
"pfc_to_queue_map": "[MAP_PFC_PRIORITY_TO_QUEUE|AZURE]",
318+
"pfc_enable" : "3,4"
319+
},
320+
"Ethernet36": {
321+
"dscp_to_tc_map" : "[DSCP_TO_TC_MAP|AZURE]",
322+
"tc_to_queue_map" : "[TC_TO_QUEUE_MAP|AZURE]",
323+
"tc_to_pg_map" : "[TC_TO_PRIORITY_GROUP_MAP|AZURE]",
324+
"pfc_to_queue_map": "[MAP_PFC_PRIORITY_TO_QUEUE|AZURE]",
325+
"pfc_enable" : "3,4"
326+
},
327+
"Ethernet37": {
328+
"dscp_to_tc_map" : "[DSCP_TO_TC_MAP|AZURE]",
329+
"tc_to_queue_map" : "[TC_TO_QUEUE_MAP|AZURE]",
330+
"tc_to_pg_map" : "[TC_TO_PRIORITY_GROUP_MAP|AZURE]",
331+
"pfc_to_queue_map": "[MAP_PFC_PRIORITY_TO_QUEUE|AZURE]",
332+
"pfc_enable" : "3,4"
333+
},
334+
"Ethernet38": {
335+
"dscp_to_tc_map" : "[DSCP_TO_TC_MAP|AZURE]",
336+
"tc_to_queue_map" : "[TC_TO_QUEUE_MAP|AZURE]",
337+
"tc_to_pg_map" : "[TC_TO_PRIORITY_GROUP_MAP|AZURE]",
338+
"pfc_to_queue_map": "[MAP_PFC_PRIORITY_TO_QUEUE|AZURE]",
339+
"pfc_enable" : "3,4"
340+
},
341+
"Ethernet39": {
342+
"dscp_to_tc_map" : "[DSCP_TO_TC_MAP|AZURE]",
343+
"tc_to_queue_map" : "[TC_TO_QUEUE_MAP|AZURE]",
344+
"tc_to_pg_map" : "[TC_TO_PRIORITY_GROUP_MAP|AZURE]",
345+
"pfc_to_queue_map": "[MAP_PFC_PRIORITY_TO_QUEUE|AZURE]",
346+
"pfc_enable" : "3,4"
347+
},
348+
"Ethernet40": {
349+
"dscp_to_tc_map" : "[DSCP_TO_TC_MAP|AZURE]",
350+
"tc_to_queue_map" : "[TC_TO_QUEUE_MAP|AZURE]",
351+
"tc_to_pg_map" : "[TC_TO_PRIORITY_GROUP_MAP|AZURE]",
352+
"pfc_to_queue_map": "[MAP_PFC_PRIORITY_TO_QUEUE|AZURE]",
353+
"pfc_enable" : "3,4"
354+
},
355+
"Ethernet41": {
356+
"dscp_to_tc_map" : "[DSCP_TO_TC_MAP|AZURE]",
357+
"tc_to_queue_map" : "[TC_TO_QUEUE_MAP|AZURE]",
358+
"tc_to_pg_map" : "[TC_TO_PRIORITY_GROUP_MAP|AZURE]",
359+
"pfc_to_queue_map": "[MAP_PFC_PRIORITY_TO_QUEUE|AZURE]",
360+
"pfc_enable" : "3,4"
361+
},
362+
"Ethernet42": {
363+
"dscp_to_tc_map" : "[DSCP_TO_TC_MAP|AZURE]",
364+
"tc_to_queue_map" : "[TC_TO_QUEUE_MAP|AZURE]",
365+
"tc_to_pg_map" : "[TC_TO_PRIORITY_GROUP_MAP|AZURE]",
366+
"pfc_to_queue_map": "[MAP_PFC_PRIORITY_TO_QUEUE|AZURE]",
367+
"pfc_enable" : "3,4"
368+
},
369+
"Ethernet48": {
370+
"dscp_to_tc_map" : "[DSCP_TO_TC_MAP|AZURE]",
371+
"tc_to_queue_map" : "[TC_TO_QUEUE_MAP|AZURE]",
372+
"tc_to_pg_map" : "[TC_TO_PRIORITY_GROUP_MAP|AZURE]",
373+
"pfc_to_queue_map": "[MAP_PFC_PRIORITY_TO_QUEUE|AZURE]",
374+
"pfc_enable" : "3,4"
375+
},
376+
"Ethernet52": {
377+
"dscp_to_tc_map" : "[DSCP_TO_TC_MAP|AZURE]",
378+
"tc_to_queue_map" : "[TC_TO_QUEUE_MAP|AZURE]",
379+
"tc_to_pg_map" : "[TC_TO_PRIORITY_GROUP_MAP|AZURE]",
380+
"pfc_to_queue_map": "[MAP_PFC_PRIORITY_TO_QUEUE|AZURE]",
381+
"pfc_enable" : "3,4"
382+
},
383+
"Ethernet53": {
384+
"dscp_to_tc_map" : "[DSCP_TO_TC_MAP|AZURE]",
385+
"tc_to_queue_map" : "[TC_TO_QUEUE_MAP|AZURE]",
386+
"tc_to_pg_map" : "[TC_TO_PRIORITY_GROUP_MAP|AZURE]",
387+
"pfc_to_queue_map": "[MAP_PFC_PRIORITY_TO_QUEUE|AZURE]",
388+
"pfc_enable" : "3,4"
389+
},
390+
"Ethernet54": {
391+
"dscp_to_tc_map" : "[DSCP_TO_TC_MAP|AZURE]",
392+
"tc_to_queue_map" : "[TC_TO_QUEUE_MAP|AZURE]",
393+
"tc_to_pg_map" : "[TC_TO_PRIORITY_GROUP_MAP|AZURE]",
394+
"pfc_to_queue_map": "[MAP_PFC_PRIORITY_TO_QUEUE|AZURE]",
395+
"pfc_enable" : "3,4"
396+
},
397+
"Ethernet55": {
398+
"dscp_to_tc_map" : "[DSCP_TO_TC_MAP|AZURE]",
399+
"tc_to_queue_map" : "[TC_TO_QUEUE_MAP|AZURE]",
400+
"tc_to_pg_map" : "[TC_TO_PRIORITY_GROUP_MAP|AZURE]",
401+
"pfc_to_queue_map": "[MAP_PFC_PRIORITY_TO_QUEUE|AZURE]",
402+
"pfc_enable" : "3,4"
403+
},
404+
"Ethernet56": {
405+
"dscp_to_tc_map" : "[DSCP_TO_TC_MAP|AZURE]",
406+
"tc_to_queue_map" : "[TC_TO_QUEUE_MAP|AZURE]",
407+
"tc_to_pg_map" : "[TC_TO_PRIORITY_GROUP_MAP|AZURE]",
408+
"pfc_to_queue_map": "[MAP_PFC_PRIORITY_TO_QUEUE|AZURE]",
409+
"pfc_enable" : "3,4"
410+
},
411+
"Ethernet57": {
412+
"dscp_to_tc_map" : "[DSCP_TO_TC_MAP|AZURE]",
413+
"tc_to_queue_map" : "[TC_TO_QUEUE_MAP|AZURE]",
414+
"tc_to_pg_map" : "[TC_TO_PRIORITY_GROUP_MAP|AZURE]",
415+
"pfc_to_queue_map": "[MAP_PFC_PRIORITY_TO_QUEUE|AZURE]",
416+
"pfc_enable" : "3,4"
417+
},
418+
"Ethernet58": {
118419
"dscp_to_tc_map" : "[DSCP_TO_TC_MAP|AZURE]",
119420
"tc_to_queue_map" : "[TC_TO_QUEUE_MAP|AZURE]",
120421
"tc_to_pg_map" : "[TC_TO_PRIORITY_GROUP_MAP|AZURE]",

0 commit comments

Comments
 (0)