[trim]: Add Packet Trimming Asym DSCP CLI#3920
Merged
qiluo-msft merged 1 commit intosonic-net:masterfrom Jul 13, 2025
Merged
Conversation
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
837c6bd to
e56e0c1
Compare
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Signed-off-by: Nazarii Hnydyn <[email protected]>
e56e0c1 to
6d3662d
Compare
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
This was referenced Jul 3, 2025
Collaborator
Author
|
@kperumalbfn / @r12f can you please review this one? |
11 tasks
Collaborator
Author
|
@kperumalbfn / @r12f just a kind reminder |
Contributor
|
sorry why are we introducing tc instead of dscp here? @nazariig |
Contributor
@developfast This is for Asymmetric DSCP support using TC value. Please check HLD - sonic-net/SONiC#1988 |
volodymyrsamotiy
approved these changes
Jul 11, 2025
Collaborator
|
Cherry-pick PR to msft-202412: Azure/sonic-utilities.msft#202 |
Collaborator
|
Cherry-pick PR to 202505: #3971 |
YairRaviv
pushed a commit
to YairRaviv/sonic-utilities
that referenced
this pull request
Jan 12, 2026
HLD: sonic-net/SONiC#1988 What I did Implemented CLI for Packet Trimming Asymmetric DSCP feature How I did it Integrated Packet Trimming Asymmetric DSCP interface into config and show CLI root How to verify it Run Packet Trimming CLI UTs Previous command output (if the output of a command-line utility has changed) admin@sonic:/home/admin# show switch-trimming global +-----------------------------+---------+ | Configuration | Value | +=============================+=========+ | Packet trimming size | 256 | +-----------------------------+---------+ | Packet trimming DSCP value | 25 | +-----------------------------+---------+ | Packet trimming queue index | 5 | +-----------------------------+---------+ New command output (if the output of a command-line utility has changed) admin@sonic:/home/admin# show switch-trimming global +-----------------------------+---------+ | Configuration | Value | +=============================+=========+ | Packet trimming size | 256 | +-----------------------------+---------+ | Packet trimming DSCP value | from-tc | +-----------------------------+---------+ | Packet trimming TC value | 10 | +-----------------------------+---------+ | Packet trimming queue index | 5 | +-----------------------------+---------+
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: Nazarii Hnydyn [email protected]
HLD: sonic-net/SONiC#1988
What I did
How I did it
configandshowCLI rootHow to verify it
Previous command output (if the output of a command-line utility has changed)
New command output (if the output of a command-line utility has changed)
A picture of a cute animal (not mandatory but encouraged)