Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions files/build_templates/qos_config.j2
Original file line number Diff line number Diff line change
Expand Up @@ -455,13 +455,11 @@
{% endif %}
{% endif %}
{% if port not in PORT_DPC %}
"tc_to_pg_map" : "AZURE",
"tc_to_pg_map" : "AZURE"{% if port not in PORT_SERVICE %},{% endif %}
{% else %}
"tc_to_pg_map" : "AZURE_DPC",
"tc_to_pg_map" : "AZURE_DPC"{% if port not in PORT_SERVICE %},{% endif %}
{% endif %}
{% if port in PORT_SERVICE %}
"pfc_to_queue_map": ""
{% else %}
{% if port not in PORT_SERVICE %}
"pfc_to_queue_map": "AZURE"
{% endif %}
}{% if not loop.last %},{% endif %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1156,14 +1156,12 @@
"Ethernet512": {
"dscp_to_tc_map" : "AZURE",
"tc_to_queue_map" : "AZURE",
"tc_to_pg_map" : "AZURE",
"pfc_to_queue_map": ""
"tc_to_pg_map" : "AZURE"
},
"Ethernet513": {
"dscp_to_tc_map" : "AZURE",
"tc_to_queue_map" : "AZURE",
"tc_to_pg_map" : "AZURE",
"pfc_to_queue_map": ""
"tc_to_pg_map" : "AZURE"
}
},
"WRED_PROFILE": {
Expand Down