@@ -343,13 +343,13 @@ When the system is running in traditional buffer model, profiles needs to explic
343
343
{
344
344
"BUFFER_PG": {
345
345
"Ethernet0|3-4": {
346
- "profile": "[BUFFER_PROFILE| pg_lossless_40000_5m_profile] "
346
+ "profile": "pg_lossless_40000_5m_profile"
347
347
},
348
348
"Ethernet1|3-4": {
349
- "profile": "[BUFFER_PROFILE| pg_lossless_40000_5m_profile] "
349
+ "profile": "pg_lossless_40000_5m_profile"
350
350
},
351
351
"Ethernet2|3-4": {
352
- "profile": "[BUFFER_PROFILE| pg_lossless_40000_5m_profile] "
352
+ "profile": "pg_lossless_40000_5m_profile"
353
353
}
354
354
}
355
355
}
@@ -371,7 +371,7 @@ When the system is running in dynamic buffer model, profiles can be:
371
371
"profile": "NULL"
372
372
},
373
373
"Ethernet2|3-4": {
374
- "profile": "[BUFFER_PROFILE| static_profile] "
374
+ "profile": "static_profile"
375
375
}
376
376
}
377
377
}
@@ -437,33 +437,33 @@ When the system is running in dynamic buffer model, the size of some of the buff
437
437
"BUFFER_PROFILE": {
438
438
"egress_lossless_profile": {
439
439
"static_th": "3995680",
440
- "pool": "[BUFFER_POOL| egress_lossless_pool] ",
440
+ "pool": "egress_lossless_pool",
441
441
"size": "1518"
442
442
},
443
443
"egress_lossy_profile": {
444
444
"dynamic_th": "3",
445
- "pool": "[BUFFER_POOL| egress_lossy_pool] ",
445
+ "pool": "egress_lossy_pool",
446
446
"size": "1518"
447
447
},
448
448
"ingress_lossy_profile": {
449
449
"dynamic_th": "3",
450
- "pool": "[BUFFER_POOL| ingress_lossless_pool] ",
450
+ "pool": "ingress_lossless_pool",
451
451
"size": "0"
452
452
},
453
453
"pg_lossless_40000_5m_profile": {
454
454
"xon_offset": "2288",
455
455
"dynamic_th": "-3",
456
456
"xon": "2288",
457
457
"xoff": "66560",
458
- "pool": "[BUFFER_POOL| ingress_lossless_pool] ",
458
+ "pool": "ingress_lossless_pool",
459
459
"size": "1248"
460
460
},
461
461
"pg_lossless_40000_40m_profile": {
462
462
"xon_offset": "2288",
463
463
"dynamic_th": "-3",
464
464
"xon": "2288",
465
465
"xoff": "71552",
466
- "pool": "[BUFFER_POOL| ingress_lossless_pool] ",
466
+ "pool": "ingress_lossless_pool",
467
467
"size": "1248"
468
468
}
469
469
}
@@ -491,13 +491,13 @@ This kind of profiles will be handled by buffer manager and won't be applied to
491
491
{
492
492
"BUFFER_QUEUE": {
493
493
"Ethernet50,Ethernet52,Ethernet54,Ethernet56|0-2": {
494
- "profile": "[BUFFER_PROFILE| egress_lossy_profile] "
494
+ "profile": "egress_lossy_profile"
495
495
},
496
496
"Ethernet50,Ethernet52,Ethernet54,Ethernet56|3-4": {
497
- "profile": "[BUFFER_PROFILE| egress_lossless_profile] "
497
+ "profile": "egress_lossless_profile"
498
498
},
499
499
"Ethernet50,Ethernet52,Ethernet54,Ethernet56|5-6": {
500
- "profile": "[BUFFER_PROFILE| egress_lossy_profile] "
500
+ "profile": "egress_lossy_profile"
501
501
}
502
502
}
503
503
}
@@ -1104,12 +1104,12 @@ name as object key and member list as attribute.
1104
1104
{
1105
1105
"PORT_QOS_MAP": {
1106
1106
"Ethernet50,Ethernet52,Ethernet54,Ethernet56": {
1107
- "tc_to_pg_map": "[TC_TO_PRIORITY_GROUP_MAP| AZURE] ",
1108
- "tc_to_queue_map": "[TC_TO_QUEUE_MAP| AZURE] ",
1107
+ "tc_to_pg_map": "AZURE",
1108
+ "tc_to_queue_map": "AZURE",
1109
1109
"pfc_enable": "3,4",
1110
- "pfc_to_queue_map": "[MAP_PFC_PRIORITY_TO_QUEUE| AZURE] ",
1111
- "dscp_to_tc_map": "[DSCP_TO_TC_MAP| AZURE] ",
1112
- "scheduler": "[SCHEDULER| scheduler.port] "
1110
+ "pfc_to_queue_map": "AZURE",
1111
+ "dscp_to_tc_map": "AZURE",
1112
+ "scheduler": "scheduler.port"
1113
1113
}
1114
1114
}
1115
1115
}
@@ -1120,14 +1120,14 @@ name as object key and member list as attribute.
1120
1120
{
1121
1121
"QUEUE": {
1122
1122
"Ethernet56|4": {
1123
- "wred_profile": "[WRED_PROFILE| AZURE_LOSSLESS] ",
1124
- "scheduler": "[SCHEDULER| scheduler.1] "
1123
+ "wred_profile": "AZURE_LOSSLESS",
1124
+ "scheduler": "scheduler.1"
1125
1125
},
1126
1126
"Ethernet56|5": {
1127
- "scheduler": "[SCHEDULER| scheduler.0] "
1127
+ "scheduler": "scheduler.0"
1128
1128
},
1129
1129
"Ethernet56|6": {
1130
- "scheduler": "[SCHEDULER| scheduler.0] "
1130
+ "scheduler": "scheduler.0"
1131
1131
}
1132
1132
}
1133
1133
}
0 commit comments