[202012][cherry-pick] Support tunnel traffic QoS remapping#2246
Merged
bingwang-ms merged 5 commits intosonic-net:202012from Jun 1, 2022
Merged
[202012][cherry-pick] Support tunnel traffic QoS remapping#2246bingwang-ms merged 5 commits intosonic-net:202012from
bingwang-ms merged 5 commits intosonic-net:202012from
Conversation
Signed-off-by: bingwang <[email protected]>
Signed-off-by: bingwang <[email protected]>
Signed-off-by: bingwang <[email protected]>
Contributor
Author
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Contributor
Author
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Contributor
Author
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Signed-off-by: bingwang <[email protected]>
Signed-off-by: bingwang <[email protected]>
|
This pull request introduces 2 alerts when merging 47914af into cfed8c7 - view on LGTM.com new alerts:
|
Contributor
Author
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
neethajohn
reviewed
May 31, 2022
| SWSS_LOG_DEBUG("created QosMap object:%" PRIx64, sai_object); | ||
|
|
||
| applyDscpToTcMapToSwitch(SAI_SWITCH_ATTR_QOS_DSCP_TO_TC_MAP, sai_object); | ||
| //applyDscpToTcMapToSwitch(SAI_SWITCH_ATTR_QOS_DSCP_TO_TC_MAP, sai_object); |
Contributor
There was a problem hiding this comment.
if pcbb is not enabled, we need this function
Contributor
Author
There was a problem hiding this comment.
Thanks. If pcbb is enabled, do we need to set SAI_TUNNEL_ATTR_DECAP_QOS_DSCP_TO_TC_MAP for other IPinIP tunnel except for Mux tunnel?
Contributor
Author
There was a problem hiding this comment.
I will merge this PR for now, and fix this issue in another PR.
prsunny
approved these changes
Jun 1, 2022
6 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Signed-off-by: bingwang [email protected]
What I did
This PR is to cherry-pick #2190 into
202012branch after resolving conflicts.This PR is to update
orchagentto support tunnel traffic remapping.HLD sonic-net/SONiC#950
Changes include
tunneldecaporchto apply new SAI attributes to tunnelmuxorchto apply new SAI attributes to tunnelqosorchto parse new QoS map tablesWhy I did it
Please check HLD sonic-net/SONiC#950 for more details.
How I verified it
Verified by vs test
System test is work in progress.
Details if related