[sonic-swss]: [qos][buffer] QosOrch and BufferOrch classes#28
Closed
hrachya-m wants to merge 1 commit intosonic-net:masterfrom
Closed
[sonic-swss]: [qos][buffer] QosOrch and BufferOrch classes#28hrachya-m wants to merge 1 commit intosonic-net:masterfrom
hrachya-m wants to merge 1 commit intosonic-net:masterfrom
Conversation
* Class BufferOrch to handle buffer configuration * refactored Orch based class to contain common functions from QosOrch and BufferOrch * Class QosOrch * serialization for qos * qos functionality, including scheduler group processing * main.cpp * changed log level DEBUG back to INFO * space-aligned api variables. * portsqosorch.cpp, Port::getQueue * portsqosorch.cpp, Port::getPG * Orch & Orchdaemon classes * Added extended to drain toSync cache of each Orch object. * Samples * Added QOS and Buffer related configuration samples under swssconfig/sample. Signed-off-by: [email protected]
vasant17
pushed a commit
to vasant17/sonic-swss
that referenced
this pull request
Mar 28, 2020
Sonic cfg mgmt merge2
EdenGri
pushed a commit
to EdenGri/sonic-swss
that referenced
this pull request
Feb 28, 2022
Fixed the following commands, as well as some other cleanup: - show version - show platform - show lldp table - show techsupport
oleksandrivantsiv
pushed a commit
to oleksandrivantsiv/sonic-swss
that referenced
this pull request
Mar 1, 2023
SAI_WRED_ATTR_ECN_MARK_ENABLE is removed from latest SAI header
lukasstockner
pushed a commit
to genesiscloud/sonic-swss
that referenced
this pull request
Apr 2, 2023
dgsudharsan
pushed a commit
that referenced
this pull request
Feb 25, 2025
```<br>* 8230dd56 - (HEAD -> 202412) Merge branch '202411' of https://github.com/sonic-net/sonic-swss into 202412 (2025-02-10) [Sonic Automation] * e967711 - (origin/202411) Remove RIF from m_rifsToAdd before deleting it (#3499) (2025-02-07) [mssonicbld] * 337c9a1 - Optimize counter polling interval by making it more accurate (#3500) (2025-02-07) [mssonicbld]<br>```
jianyuewu
pushed a commit
to jianyuewu/sonic-swss
that referenced
this pull request
Dec 24, 2025
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.
and BufferOrch
Signed-off-by: [email protected]