Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <stephens@nvidia.com>
- Loading branch information