Move QoS configuration to config DB#158
Merged
yxieca merged 2 commits intosonic-net:masterfrom Nov 21, 2017
Merged
Conversation
Signed-off-by: Andriy Moroz <c_andriym@mellanox.com>
This was referenced Nov 10, 2017
yxieca
requested changes
Nov 20, 2017
Contributor
yxieca
left a comment
There was a problem hiding this comment.
Looks like you need to take 3 steps for this change:
- Adding new fields (CFG_) that you need. But keep the old APP_ for now, You can group them together and add a comment for future deprecation if you like to.
- Once this review is in, test for #378 could pass. Then we can merge that review.
- Then you can create another PR to remove the old APP_* entries.
Without doing this in small steps, i don't think PR #378 would pass test. Unless someone can ignore test result and merge it, we are stuck.
Regards,
Ying
yxieca
approved these changes
Nov 20, 2017
Contributor
|
Discussed with Shuotian, this review doesn't have to be broken into 2. However, #1162 needs to include submodule updates to avoid build failure. |
Signed-off-by: Andriy Moroz <c_andriym@mellanox.com>
prgeor
pushed a commit
to prgeor/sonic-swss-common
that referenced
this pull request
Feb 27, 2025
…g Loopback, PRBS modes on the Y cable (sonic-net#158) * [sonic_y_cable] Add support for measuring BER and EYE scan with Loopback, PRBS and Mission modes. What is the motivation for this PR? To add the necessary support for measuring BER and EYE scan, and run PRBS/Loopback modes on the Y cable How did you do it? Added the changes in sonic-platform-common module in the y_cable.py file How did you verify/test it? opened a python shell and ran the API's manually and test verified the values are correct. Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
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: Andriy Moroz c_andriym@mellanox.com
See also:
sonic-net/sonic-buildimage#1162
sonic-net/sonic-swss#378