Skip to content

Commit dc78c01

Browse files
neethajohnCarl Keene
authored andcommitted
[qos]: modify dot1p to tc mapping (sonic-net#7661)
Map priority 0 to TC 1 and priority 1 to TC 0 Send traffic on priority 0 and 1 and verified that it gets mapped correctly in hw Signed-off-by: Neetha John <[email protected]>
1 parent 515ab83 commit dc78c01

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

files/build_templates/qos_config.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@
7676
{% if 'type' in DEVICE_METADATA['localhost'] and DEVICE_METADATA['localhost']['type'] in backend_device_types and 'storage_device' in DEVICE_METADATA['localhost'] and DEVICE_METADATA['localhost']['storage_device'] == 'true' %}
7777
"DOT1P_TO_TC_MAP": {
7878
"AZURE": {
79-
"0": "0",
80-
"1": "1",
79+
"0": "1",
80+
"1": "0",
8181
"2": "2",
8282
"3": "3",
8383
"4": "4",

0 commit comments

Comments
 (0)