Skip to content

Commit

Permalink
Merge pull request #981 from bingwang-ms/fix_map_for_dscp_33
Browse files Browse the repository at this point in the history
This PR is to update the HLD for tunnel DSCP remapping.
There are certain DCSP values that need to be preserved. One of them is dscp 33
So, DSCP 33 is mapped to TC 2 on ToR, and the outlayer DSCP value of encapped packet for TC 2 is rewriten to 33.

Signed-off-by: bingwang [email protected]
  • Loading branch information
neethajohn authored Apr 18, 2022
2 parents 8837dc2 + 9072a8b commit 876ff45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/qos/tunnel_dscp_remapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Before remapping to queue 2 and 6, both queues are required to be cleared. Hence
"30": "1",
"31": "1",
"32": "1",
"33": "1",
"33": "2", // Original map "33" : "1"
"34": "1",
"35": "1",
"36": "1",
Expand Down Expand Up @@ -180,7 +180,7 @@ Before remapping to queue 2 and 6, both queues are required to be cleared. Hence
"AZURE_TUNNEL": {
"0": "8",
"1": "0",
"2": "0",
"2": "33",
"3": "2",
"4": "6",
"5": "46",
Expand Down

0 comments on commit 876ff45

Please sign in to comment.