-
Notifications
You must be signed in to change notification settings - Fork 525
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support tunnel traffic QoS remapping #2190
Conversation
Signed-off-by: bingwang <bingwang@microsoft.com>
We would need VS test update and also reminder to change the dual tor sonic-mgmt test for IPinIP cases. |
Signed-off-by: bingwang <bingwang@microsoft.com>
PR still WIP. Thanks |
Signed-off-by: bingwang <bingwang@microsoft.com>
Signed-off-by: bingwang <wang.bing@microsoft.com>
Signed-off-by: bingwang <wang.bing@microsoft.com>
Signed-off-by: bingwang <wang.bing@microsoft.com>
Signed-off-by: bingwang <wang.bing@microsoft.com>
PR is ready for review. |
This pull request introduces 1 alert when merging 2af94da into 6301db7 - view on LGTM.com new alerts:
|
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Signed-off-by: bingwang <wang.bing@microsoft.com>
This pull request fixes 1 alert when merging 11efd68 into 1fd1dbf - view on LGTM.com fixed alerts:
|
Signed-off-by: bingwang <wang.bing@microsoft.com>
This pull request fixes 1 alert when merging a82a593 into 1fd1dbf - view on LGTM.com fixed alerts:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overally, the changes lgtm. One minor comment regarding backward compatibility .
Signed-off-by: bingwang <wang.bing@microsoft.com>
This pull request fixes 1 alert when merging 151255d into 7f53db7 - view on LGTM.com fixed alerts:
|
Please fix coverage |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
*After the latest changes in this PR #2190 an issue was introduced. When the tunnel was deleted the TunnelTermEntries were deleted from ASIC but not from the OA cache. Due to that then the same tunnel is created the TunnelTermEntries are not created as OA has it in local cache. Signed-off-by: Myron Sosyak <myronx.sosyak@intel.com>
*After the latest changes in this PR #2190 an issue was introduced. When the tunnel was deleted the TunnelTermEntries were deleted from ASIC but not from the OA cache. Due to that then the same tunnel is created the TunnelTermEntries are not created as OA has it in local cache. Signed-off-by: Myron Sosyak <myronx.sosyak@intel.com>
* Support tunnel traffic remap Signed-off-by: bingwang <bingwang@microsoft.com>
*After the latest changes in this PR sonic-net#2190 an issue was introduced. When the tunnel was deleted the TunnelTermEntries were deleted from ASIC but not from the OA cache. Due to that then the same tunnel is created the TunnelTermEntries are not created as OA has it in local cache. Signed-off-by: Myron Sosyak <myronx.sosyak@intel.com>
Signed-off-by: bingwang bingwang@microsoft.com
What I did
This PR is to update
orchagent
to support tunnel traffic remapping.HLD sonic-net/SONiC#950
Changes include
tunneldecaporch
to apply new SAI attributes to tunnelmuxorch
to apply new SAI attributes to tunnelqosorch
to 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