We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f6b34a commit 818f275Copy full SHA for 818f275
device/common/profiles/th2/7260/RDMA-CENTRIC/qos.json.j2
@@ -1,4 +1,5 @@
1
{% if ('type' in DEVICE_METADATA['localhost'] and DEVICE_METADATA['localhost']['type'] == 'LeafRouter') %}
2
+{% set different_dscp_to_tc_map = true %}
3
{%- macro generate_dscp_to_tc_map() %}
4
"DSCP_TO_TC_MAP": {
5
"AZURE": {
@@ -150,6 +151,8 @@
150
151
},
152
{%- endmacro %}
153
{% elif ('subtype' in DEVICE_METADATA['localhost'] and DEVICE_METADATA['localhost']['subtype'] == 'DualToR') %}
154
155
+{% set different_tc_to_queue_map = true %}
156
157
158
0 commit comments