Move Mellanox QoS configuration to config DB#1162
Merged
stcheng merged 7 commits intosonic-net:masterfrom Nov 20, 2017
Merged
Conversation
Signed-off-by: Andriy Moroz <[email protected]>
Signed-off-by: Andriy Moroz <[email protected]>
Signed-off-by: Andriy Moroz <[email protected]>
Signed-off-by: Andriy Moroz <[email protected]>
Collaborator
Author
|
The beginning is here: #1138 |
stcheng
suggested changes
Nov 17, 2017
| "red_max_threshold":"516096", | ||
| "red_min_threshold":"516096", | ||
| "yellow_max_threshold":"516096", | ||
| "yellow_min_threshold":"516096 |
Collaborator
Author
There was a problem hiding this comment.
and the closing quotes... thanks
yxieca
approved these changes
Nov 18, 2017
Contributor
yxieca
left a comment
There was a problem hiding this comment.
Are you going to move other qos.json files in this review or in a different review?
Signed-off-by: Andriy Moroz <[email protected]>
Signed-off-by: Andriy Moroz <[email protected]>
Signed-off-by: Andriy Moroz <[email protected]>
Collaborator
Author
|
Added qos config for: that's all what is publicly available |
This was referenced Nov 20, 2017
stcheng
approved these changes
Nov 20, 2017
Contributor
|
@andriymoroz-mlnx sorry i accidentally merged this commit. i've reverted it. |
Collaborator
Author
|
ok, I will reopen it after sub-modules pointers update |
lguohan
added a commit
to lguohan/sonic-buildimage
that referenced
this pull request
Oct 13, 2020
* b6af9f4 2020-10-12 | Fix expected neighbor when multiple ports connect to same neighbor (sonic-net#1162) [lguohan] * a71c72b 2020-10-12 | [show] Add 'show' CLI for system-health feature (sonic-net#971) [shlomibitton] * 561d133 2020-10-10 | [README.md] Add instructions for setting up a build/test environment (sonic-net#1161) [Joe LeVeque] Signed-off-by: Guohan Lu <[email protected]>
lguohan
added a commit
that referenced
this pull request
Oct 13, 2020
* b6af9f4 2020-10-12 | Fix expected neighbor when multiple ports connect to same neighbor (#1162) [lguohan] * a71c72b 2020-10-12 | [show] Add 'show' CLI for system-health feature (#971) [shlomibitton] * 561d133 2020-10-10 | [README.md] Add instructions for setting up a build/test environment (#1161) [Joe LeVeque] Signed-off-by: Guohan Lu <[email protected]>
santhosh-kt
pushed a commit
to santhosh-kt/sonic-buildimage
that referenced
this pull request
Feb 25, 2021
* b6af9f4 2020-10-12 | Fix expected neighbor when multiple ports connect to same neighbor (sonic-net#1162) [lguohan] * a71c72b 2020-10-12 | [show] Add 'show' CLI for system-health feature (sonic-net#971) [shlomibitton] * 561d133 2020-10-10 | [README.md] Add instructions for setting up a build/test environment (sonic-net#1161) [Joe LeVeque] Signed-off-by: Guohan Lu <[email protected]>
stepanblyschak
pushed a commit
to stepanblyschak/sonic-buildimage
that referenced
this pull request
May 10, 2021
…onic-net#1162) Previous code only enumerate on distinct neighbors, thus only one port is shown for a neighbor. Signed-off-by: Guohan Lu <[email protected]>
theasianpianist
pushed a commit
to theasianpianist/sonic-buildimage
that referenced
this pull request
Feb 5, 2022
* using PRI instead of %l to support 32 bit arch
Yakiv-Huryk
added a commit
to Yakiv-Huryk/sonic-buildimage
that referenced
this pull request
Jan 3, 2023
Update sonic-sairedis submodule pointer to include the following: 0994449 [asan] suppress the static variable leaks (sonic-net#1085) (sonic-net#1159) 6fc86a9 Switch to using stock gcovr 5.2 (sonic-net#1174) (sonic-net#1190) e7ded51 Create fabric ports for switch_type fabric (sonic-net#1189) f498261 * Add Voqs to Virtual Switch (sonic-net#1162) Signed-off-by: Yakiv Huryk <[email protected]>
liat-grozovik
pushed a commit
that referenced
this pull request
Jan 3, 2023
Update sonic-sairedis submodule pointer to include the following: 0994449 [asan] suppress the static variable leaks (#1085) (#1159) 6fc86a9 Switch to using stock gcovr 5.2 (#1174) (#1190) e7ded51 Create fabric ports for switch_type fabric (#1189) f498261 * Add Voqs to Virtual Switch (#1162) Signed-off-by: Yakiv Huryk <[email protected]>
vmittal-msft
pushed a commit
to vmittal-msft/sonic-buildimage
that referenced
this pull request
Oct 20, 2025
<!--
Please make sure you've read and understood our contributing guidelines:
https://github.com/Azure/SONiC/blob/gh-pages/CONTRIBUTING.md
** Make sure all your commits include a signature generated with `git
commit -s` **
If this is a bug fix, make sure your description includes "fixes #xxxx",
or
"closes #xxxx" or "resolves #xxxx"
Please provide the following information:
-->
#### Why I did it
[202503] Update sonic-platform-daemons to pickup the latest changes
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 [email protected]
- What I did
Moved QoS config to config DB
FOR REVIEW AND DISCUSSION
PLEASE DO NOT MERGE
See also:
sonic-net/sonic-swss-common#158
sonic-net/sonic-swss#378