[action] [PR:9625] [Mellanox][Dual-Tor][DSCP remapping]Fix a test issue for the dualtor tunnel monitor for Nvidia platforms#11299
Merged
mssonicbld merged 1 commit intosonic-net:202311from Jan 22, 2024
Conversation
…onic-net#9625) When the inner/outer dscps are 2/2 or 6/6, the packet is not mapped to queue according to the mapping configuration. And such packets are not expected in production, skip the queue check for them. Change-Id: I8f02d086d2f9eb010684e1ac41cf1abfe6ca2788
7 tasks
Collaborator
Author
|
Original PR: #9625 |
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.
Description of PR
Summary:
Fixes # (#9624)
On Nvidia platforms, when the inner/outer DSCPs are 2/2 or 6/6, the tunnel packet is not mapped based on the mapping configuration to queue 1 (they will be mapped to queue 2 and 6).
And we have confirmed with MSFT that such packets are not expected in production.
So, skip the queue check for them.
Type of change
Back port request
Approach
What is the motivation for this PR?
Fix test issue (#9624)
How did you do it?
Skip the queue check in tunnel monitor on Nvidia platforms when dscp is 2/2 or 6/6
How did you verify/test it?
Run test on 4600C dualtor setup, passed.
Any platform specific information?
Only for Nvidia platforms.
Supported testbed topology if it's a new test case?
Documentation