Skip to content

Commit ee7d9d1

Browse files
bingwang-msqiluo-msft
authored andcommitted
Map TC6 to Queue 1 for regular traffic (#11904)
Why I did it This PR is to update TC_TO_QUEUE_MAP|AZURE for SKU Arista-7050CX3-32S-D48C8 and Arista-7260CX3 T0. The change is only to align the TC_TO_QUEUE_MAP for regular traffic and bounced traffic. It has no impact on business because we have no traffic being mapped to TC2 or TC6. How I did it Update TC_TO_QUEUE_MAP|AZURE , and test cases as well. How to verify it Verified by running test case test_j2files.py /sonic/src/sonic-config-engine$ python3 setup.py test -s tests/test_j2files.py running test ...... ---------------------------------------------------------------------- Ran 29 tests in 25.390s OK
1 parent 00810f8 commit ee7d9d1

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

device/arista/x86_64-arista_7050cx3_32s/Arista-7050CX3-32S-D48C8/qos.json.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
"3": "3",
171171
"4": "4",
172172
"5": "5",
173-
"6": "6",
173+
"6": "1",
174174
"7": "7",
175175
"8": "1"
176176
},

device/common/profiles/th2/7260/BALANCED/qos.json.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@
322322
"3": "3",
323323
"4": "4",
324324
"5": "5",
325-
"6": "6",
325+
"6": "1",
326326
"7": "7",
327327
"8": "1"
328328
},

device/common/profiles/th2/7260/RDMA-CENTRIC/qos.json.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@
321321
"3": "3",
322322
"4": "4",
323323
"5": "5",
324-
"6": "6",
324+
"6": "1",
325325
"7": "7",
326326
"8": "1"
327327
},

src/sonic-config-engine/tests/sample_output/py3/qos-arista7050cx3-dualtor.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"3": "3",
4444
"4": "4",
4545
"5": "5",
46-
"6": "6",
46+
"6": "1",
4747
"7": "7",
4848
"8": "1"
4949
},

src/sonic-config-engine/tests/sample_output/py3/qos-arista7260-dualtor.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"3": "3",
4444
"4": "4",
4545
"5": "5",
46-
"6": "6",
46+
"6": "1",
4747
"7": "7",
4848
"8": "1"
4949
},

0 commit comments

Comments
 (0)