-
Notifications
You must be signed in to change notification settings - Fork 549
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
Buffer.orch #27
Closed
Closed
Buffer.orch #27
Conversation
This file contains 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
* Introducing QosOrch class. * NOTE this is prototype code for feedbacks only. * contains inline questions which need to be removed later. * Scheduler profile related code will need to be changed to support hierarchic schedulers. Signed-off-by: [email protected]
* addressed CR comments sonic-swss: Prototype for QosOrch
* follow up on comments. * Need to revise freeResources functions. * need to clean inline questions in the code.
* Added traces * added missing serialization (separetely in sai-redis) attributes * fixed resolving reference code * SET works on all tables except scheduler table, which will be changed to scheduler group usage. Signed-off-by: [email protected]
* removed extra spaces * main.cpp * changed log level DEBUG back to INFO * space-aligned api variables. * portsqosorch.cpp, Port::getQueue * removed sai_ prefix from var names * fixed return SAI_NULL_OBJECT_ID to false * added SWSS_LOG_ENTER
…orch # Conflicts: # orchagent/orchdaemon.cpp
* New class BufferOrch * refactored Orch based class to contain common functions from QosOrch and BufferOrch Signed-off-by: [email protected]
* fixed invalid debug levels Signed-off-by: [email protected]
* fixed 'if (' styling issue * removed unneeded function and field form Orch.h Signed-off-by: [email protected]
* Added scheduler group processing Signed-off-by: [email protected]
vector<sai_object_id_t> groups; | ||
vector<sai_object_id_t> child_groups; | ||
uint32_t groups_count = 0; | ||
uint32_t groups_matched = 0; |
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.
groups_matched not really used.
* remove unused variable group_count Signed-off-by: [email protected]
ishidawataru
pushed a commit
to ishidawataru/sonic-swss
that referenced
this pull request
Aug 29, 2018
Signed-off-by: marian-pritsak <[email protected]>
vasant17
added a commit
to vasant17/sonic-swss
that referenced
this pull request
Mar 31, 2020
* FIX bugs and add VLAN scale test * Code-review comments addressed * Addressed code-review comments Co-authored-by: Vasant <[email protected]>
vasant17
added a commit
to vasant17/sonic-swss
that referenced
this pull request
Apr 6, 2020
* FIX bugs and add VLAN scale test * Code-review comments addressed * Addressed code-review comments Co-authored-by: Vasant <[email protected]>
vasant17
added a commit
to vasant17/sonic-swss
that referenced
this pull request
Apr 6, 2020
* FIX bugs and add VLAN scale test * Code-review comments addressed * Addressed code-review comments Co-authored-by: Vasant <[email protected]>
vasant17
added a commit
to vasant17/sonic-swss
that referenced
this pull request
May 7, 2020
* FIX bugs and add VLAN scale test * Code-review comments addressed * Addressed code-review comments Co-authored-by: Vasant <[email protected]>
vasant17
added a commit
to vasant17/sonic-swss
that referenced
this pull request
May 14, 2020
* FIX bugs and add VLAN scale test * Code-review comments addressed * Addressed code-review comments Co-authored-by: Vasant <[email protected]>
vasant17
added a commit
to vasant17/sonic-swss
that referenced
this pull request
May 29, 2020
* FIX bugs and add VLAN scale test * Code-review comments addressed * Addressed code-review comments Co-authored-by: Vasant <[email protected]>
vasant17
added a commit
to vasant17/sonic-swss
that referenced
this pull request
May 29, 2020
* FIX bugs and add VLAN scale test * Code-review comments addressed * Addressed code-review comments Co-authored-by: Vasant <[email protected]>
vasant17
added a commit
to vasant17/sonic-swss
that referenced
this pull request
Jun 6, 2020
* FIX bugs and add VLAN scale test * Code-review comments addressed * Addressed code-review comments Co-authored-by: Vasant <[email protected]>
oleksandrivantsiv
pushed a commit
to oleksandrivantsiv/sonic-swss
that referenced
this pull request
Mar 1, 2023
lukasstockner
pushed a commit
to genesiscloud/sonic-swss
that referenced
this pull request
Apr 2, 2023
…m_base (sonic-net#27) * add sonic_sfp and sonic_eeprom to sonic_platform_base * make original sonic_sfp and sonic_eeprom as symbol link to the new subfolder under sonic_platform_base to avoid duplicate files * Revert "make original sonic_sfp and sonic_eeprom as symbol link to the new subfolder under sonic_platform_base to avoid duplicate files" This reverts commit 3e741dd3416c9c26a29a0a72418ea9fe467d68b6.
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.
No description provided.