[fix] Use the same storm detection condition for queue occupancy non-zero case as the zero case#1111
Merged
yxieca merged 3 commits intosonic-net:201811from Oct 31, 2019
Merged
Conversation
…y non-zero case Signed-off-by: Wenda Ni <[email protected]>
lguohan
approved these changes
Oct 30, 2019
Signed-off-by: Wenda Ni <[email protected]>
yxieca
reviewed
Oct 30, 2019
yxieca
approved these changes
Oct 31, 2019
abdosi
pushed a commit
that referenced
this pull request
May 17, 2021
…zero case as the zero case (#1111) * Check if pfc is at on state over the polling period for queue occupany non-zero case Signed-off-by: Wenda Ni <[email protected]> * Use the same condition for queue occupany zero and non-zero cases Signed-off-by: Wenda Ni <[email protected]> * Remove single line comments that no longer valid
Contributor
|
@lguohan/@yxieca Can you cherry-pick this in master/202012. Have cherry-picked in 201911. cc @neethajohn and @rlhui |
qiluo-msft
pushed a commit
that referenced
this pull request
May 17, 2021
…zero case as the zero case (#1111) * Check if pfc is at on state over the polling period for queue occupany non-zero case Signed-off-by: Wenda Ni <[email protected]> * Use the same condition for queue occupany zero and non-zero cases Signed-off-by: Wenda Ni <[email protected]> * Remove single line comments that no longer valid
Contributor
|
Cherry-picked into 202012 |
qiluo-msft
pushed a commit
that referenced
this pull request
May 17, 2021
…zero case as the zero case (#1111) * Check if pfc is at on state over the polling period for queue occupany non-zero case Signed-off-by: Wenda Ni <[email protected]> * Use the same condition for queue occupany zero and non-zero cases Signed-off-by: Wenda Ni <[email protected]> * Remove single line comments that no longer valid
Contributor
|
Cherry-picked into master. Please submit PR to master in future because PR checkers are better supported on master. |
Contributor
Author
🙆♂️ |
raphaelt-nvidia
pushed a commit
to raphaelt-nvidia/sonic-swss
that referenced
this pull request
Oct 5, 2021
…zero case as the zero case (sonic-net#1111) * Check if pfc is at on state over the polling period for queue occupany non-zero case Signed-off-by: Wenda Ni <[email protected]> * Use the same condition for queue occupany zero and non-zero cases Signed-off-by: Wenda Ni <[email protected]> * Remove single line comments that no longer valid
oleksandrivantsiv
pushed a commit
to oleksandrivantsiv/sonic-swss
that referenced
this pull request
Mar 1, 2023
Changes: b2487f0 [saithrift] build with recent ctypes (sonic-net#1111) 298344e [saithrift]: Fix max lane per port (sonic-net#1112) Signed-off-by: Stepan Blyschak <[email protected]>
oleksandrivantsiv
pushed a commit
to oleksandrivantsiv/sonic-swss
that referenced
this pull request
Mar 1, 2023
In vs test, run 20 tests at a time instead of running all the tests together. This may help in fixing the test issue.
Janetxxx
pushed a commit
to Janetxxx/sonic-swss
that referenced
this pull request
Nov 10, 2025
…zero case as the zero case (sonic-net#1111) * Check if pfc is at on state over the polling period for queue occupany non-zero case Signed-off-by: Wenda Ni <[email protected]> * Use the same condition for queue occupany zero and non-zero cases Signed-off-by: Wenda Ni <[email protected]> * Remove single line comments that no longer valid
jianyuewu
pushed a commit
to jianyuewu/sonic-swss
that referenced
this pull request
Dec 24, 2025
Fixes sonic-db-cli argument parsing skipping namespace argument by explicitly setting the options in getopt to select the next space delimitated argument to be namespace and container_name
jianyuewu
pushed a commit
to jianyuewu/sonic-swss
that referenced
this pull request
Dec 24, 2025
…ses (sonic-net#1070)" and sonic-net#1111 (sonic-net#1123) Due to sonic-net#1100 To unblock submodule move Revert 2 PRs: cf7c7f6 2025-12-01 | Fix issue where namespace would not be read (sonic-net#1111) [Connor Roos] 4fea06e 2025-10-07 | [sonic-db-cli] Add flag to make cli calls to container databases (sonic-net#1070) [Connor Roos]
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: Wenda Ni [email protected]
What I did
Why I did it
How I verified it
Details if related