-
Notifications
You must be signed in to change notification settings - Fork 539
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
[Reclaim buffer][202106] Common code update #2038
Conversation
/azpw run |
/AzurePipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azpw run |
/AzurePipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
e3be1c7
to
c858989
Compare
Checker failed due to Unable to fetch sonic swss common deb |
/azpw run |
/AzurePipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azpw run |
/AzurePipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azpw run |
/AzurePipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
With LGTM using 202106 branch of swss-common and sairedis, LGTM build merge passed. |
…dis" This reverts commit 6e3c1ae.
LGTM depends on PR #2074. |
Signed-off-by: stephens <[email protected]>
This reverts commit 509e822.
/azp run Azure.sonic-swss |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run Azure.sonic-swss |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azpw run azure.sonic-swss |
/AzurePipelines run azure.sonic-swss |
Azure Pipelines successfully started running 1 pipeline(s). |
Currently, the PR depends on #2118 for the vstest failure. |
LGTM failure: looks like the same as that on master.
|
/azpw run |
/AzurePipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azpw run |
/AzurePipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run Azure.sonic-swss |
Azure Pipelines successfully started running 1 pipeline(s). |
This is to backport #1996 to 202106.
What I did
Common code update for reclaiming buffer.
The buffer manager won't consume it for now. This is to pass Azure CI.
ERROR
toNOTICE
when parsing buffer profile from buffer profile list failed. Typically this can be resolved by retrying.The severity of similar log when parsing buffer PG and queue is already
NOTICE
.Signed-off-by: Stephen Sun [email protected]
Why I did it
To split large PR into smaller ones and help pass CI.
How I verified it
vs test and regression test.
Details if related