You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove redundant and problematic code to skip "pool" field in buffer profile handling (sonic-net#2197)
- What I did
Remove redundant and problematic code to skip "pool" field in buffer profile handling
- Why I did it
When a buffer profile is modified, the snippet of code skipped "pool" field handling without pool's name being parsed, which broke the dependency tracing logic.
In a rare scenario, if buffer orchagent receives a notification to remove the pool before removing the profile, it can cause the buffer pool to be removed when it is still referenced.
- How I verified it
Manually and regression test.
Signed-off-by: Stephen Sun <[email protected]>
0 commit comments