[vs]: Remove non-default objects on dynamic buffer model teardown#3931
Merged
dgsudharsan merged 1 commit intosonic-net:masterfrom Oct 13, 2025
Merged
[vs]: Remove non-default objects on dynamic buffer model teardown#3931dgsudharsan merged 1 commit intosonic-net:masterfrom
dgsudharsan merged 1 commit intosonic-net:masterfrom
Conversation
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
dgsudharsan
approved these changes
Oct 10, 2025
stephenxs
approved these changes
Oct 10, 2025
Signed-off-by: Nazarii Hnydyn <nazariig@nvidia.com>
d6a545a to
c5f8982
Compare
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Collaborator
Author
|
@prsunny can you please help to merge? |
kperumalbfn
approved these changes
Oct 13, 2025
Contributor
|
@dgsudharsan could you please merge this |
Contributor
|
@jianyuewu please include this in 202505 |
Collaborator
|
Cherry-pick PR to 202505: #3965 |
stepanblyschak
pushed a commit
to stepanblyschak/sonic-swss
that referenced
this pull request
Oct 31, 2025
…nic-net#3931) Signed-off-by: Nazarii Hnydyn <nazariig@nvidia.com>
balanokia
pushed a commit
to balanokia/sonic-swss
that referenced
this pull request
Nov 17, 2025
…nic-net#3931) Signed-off-by: Nazarii Hnydyn <nazariig@nvidia.com>
theasianpianist
pushed a commit
to theasianpianist/sonic-swss
that referenced
this pull request
Feb 4, 2026
…nic-net#3931) Signed-off-by: Nazarii Hnydyn <nazariig@nvidia.com> Signed-off-by: Lawrence Lee <lawlee@microsoft.com>
baorliu
pushed a commit
to baorliu/sonic-swss
that referenced
this pull request
Feb 23, 2026
…nic-net#3931) Signed-off-by: Nazarii Hnydyn <nazariig@nvidia.com> Signed-off-by: Baorong Liu <96146196+baorliu@users.noreply.github.com>
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: Nazarii Hnydyn nazariig@nvidia.com
Packet Trimming VS tests sporadic failures are caused by a timing issue during dynamic buffer model teardown flow.
The temporary zero buffer profiles generated by a dynamic buffer manager are not passed the proper clean up flow when switching from dynamic to traditional buffer model.
PYTEST:
SYSLOG:
Eventually, the cleanup of
BUFFER_PROFILE_TABLE:egress_lossy_zero_profilewas missed forEthernet0:7-19What I did
Why I did it
How I verified it
Details if related