-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Add QoS Scheduler and Shaper HLD #535
Merged
xinliu-seattle
merged 1 commit into
sonic-net:master
from
michaelli10:qos_scheduler_shaper_hld
Aug 12, 2020
Merged
Add QoS Scheduler and Shaper HLD #535
xinliu-seattle
merged 1 commit into
sonic-net:master
from
michaelli10:qos_scheduler_shaper_hld
Aug 12, 2020
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
michaelli10
force-pushed
the
qos_scheduler_shaper_hld
branch
from
May 8, 2020 00:01
b5ee908
to
41e55d2
Compare
michaelli10
added a commit
to michaelli10/sonic-swss
that referenced
this pull request
May 17, 2020
* Add shaping meter_type field to SCHEDULER_TABLE * Add scheduler reference field to PORT_QOS_MAP table for port level shaping * Refer to corresponding design document for more details: sonic-net/SONiC#535 Signed-off-by: Michael Li <michael.li@broadcom.com>
michaelli10
added a commit
to michaelli10/sonic-swss
that referenced
this pull request
May 17, 2020
* Add shaping meter_type field to SCHEDULER_TABLE * Add scheduler reference field to PORT_QOS_MAP table for port level shaping * Refer to corresponding design document for more details: sonic-net/SONiC#535 Signed-off-by: Michael Li <michael.li@broadcom.com>
@neethajohn Please help review this as well in conjunction with PR1296 |
lguohan
pushed a commit
to sonic-net/sonic-swss
that referenced
this pull request
Jul 1, 2020
* Add shaping meter_type field to SCHEDULER_TABLE * Add scheduler reference field to PORT_QOS_MAP table for port level shaping * Refer to corresponding design document for more details: sonic-net/SONiC#535 Signed-off-by: Michael Li <michael.li@broadcom.com>
neethajohn
approved these changes
Jul 2, 2020
amaneti
added a commit
to amaneti/sonic-swss
that referenced
this pull request
Oct 1, 2020
* Refer to corresponding design document for more details: sonic-net/SONiC#535
amaneti
added a commit
to amaneti/sonic-swss
that referenced
this pull request
Oct 1, 2020
* Refer to corresponding design document for more details: sonic-net/SONiC#535
neethajohn
pushed a commit
to sonic-net/sonic-swss
that referenced
this pull request
Oct 22, 2020
* Refer to corresponding design document for more details: sonic-net/SONiC#535
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.
This document provides high level design details for SONiC QoS Port and Queue shaping feature. Additional details on QoS Scheduling (feature currently exists) is added for completeness and interactions with the shaping feature.