-
Notifications
You must be signed in to change notification settings - Fork 547
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
[Reclaiming buffer][202106] Support reclaiming buffer in traditional model #2039
[Reclaiming buffer][202106] Support reclaiming buffer in traditional model #2039
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). |
It can be cherry-picked to 202012 branch (commit e37302d) cleanly, so tag added. |
/azpw run |
/AzurePipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
@prsunny , do we do such kind of cherry-picks? from non master branch? |
agree with Neetha. typically we don't follow this model. if it cannot be cherry-picked from master, please raise separate PRs to release branches. |
Thanks for clarifying it. Will open another PR for 202012. Thanks. |
PR #2063 created for 202012. |
/azp run |
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). |
Currently, the PR depends on #2118 for the vstest failure. |
/azp run Azure.sonic-swss |
Azure Pipelines successfully started running 1 pipeline(s). |
What I did
It's to port #2011 to 202106
To reclaim reserved buffer.
As the way to do it differs among vendors,
buffermgrd
will:Signed-off-by: Stephen Sun stephens@nvidia.com
Why I did it
To support reclaiming reserved buffer when a port is shut down on Mellanox platform in traditional buffer model.
How I verified it
Regression test and vs test.
Details if related