-
Notifications
You must be signed in to change notification settings - Fork 546
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
[201811][everflow] Add retry mechanism for mirror sessions and policers #1966
Merged
bingwang-ms
merged 3 commits into
sonic-net:201811
from
bingwang-ms:cherry_pick_1486_2018
Oct 28, 2021
Merged
[201811][everflow] Add retry mechanism for mirror sessions and policers #1966
bingwang-ms
merged 3 commits into
sonic-net:201811
from
bingwang-ms:cherry_pick_1486_2018
Oct 28, 2021
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
Signed-off-by: bingwang <[email protected]>
yxieca
reviewed
Oct 18, 2021
Signed-off-by: bingwang <[email protected]>
This pull request introduces 6 alerts and fixes 1 when merging a501f56 into 3503705 - view on LGTM.com new alerts:
fixed alerts:
|
Signed-off-by: bingwang <[email protected]>
This pull request fixes 1 alert when merging b487717 into 3503705 - view on LGTM.com fixed alerts:
|
yxieca
approved these changes
Oct 27, 2021
/azp run |
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
/azp run |
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
I have confirmed that local build is passing, and UT is passing as well. Merge the PR since Azure pipiline refuse to retry, |
EdenGri
pushed a commit
to EdenGri/sonic-swss
that referenced
this pull request
Feb 28, 2022
…vice Tree (sonic-net#1966) The warm-reboot and fast-reboot commands currently expect a platform that uses GRUB. Information about the current kernel boot arguments is extracted from the GRUB config file. This commit adds support for platforms that do not use GRUB but rather use Device Tree to define the current kernel boot arguments. Example platform architectures using Device Tree include armhf and arm64. This commit also includes a minor improvement to a similar change made to the soft-reboot command in PR# 1963
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: bingwang [email protected]
What I did
What I did
This PR is based on #1486. I have to open a PR for branch
201811
since it's not a clean cherry-pick.This PR is to add retry mechanism for mirror session and policers for below scenarios
Why I did it
This PR is to add retry mechanism for mirror session and policers for below scenarios.
How I verified it
test_wr_arp
, and confirmed that ACL rule and mirror session is restored.Details if related