[pfcwd] Fix log message logic to indicate correct db based on buffer model#3512
Merged
neethajohn merged 1 commit intosonic-net:masterfrom May 21, 2021
Merged
[pfcwd] Fix log message logic to indicate correct db based on buffer model#3512neethajohn merged 1 commit intosonic-net:masterfrom
neethajohn merged 1 commit intosonic-net:masterfrom
Conversation
Signed-off-by: Neetha John <[email protected]>
yxieca
approved these changes
May 20, 2021
Contributor
Author
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
stephenxs
reviewed
May 21, 2021
vmittal-msft
pushed a commit
to vmittal-msft/sonic-mgmt
that referenced
this pull request
Sep 28, 2021
…model (sonic-net#3512) Log message should indicate APPL_DB when buffer_model is dynamic. In case there is no buffer_model defined or buffer_model is traditional, log message should indicate CONFIG_DB Signed-off-by: Neetha John <[email protected]> How did you verify/test it? Ran the test and verified that correct msg is printed
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
…lly (sonic-net#21664) #### Why I did it src/sonic-swss ``` * 5031aadc - (HEAD -> 202411, origin/202411) Capability query for MACSEC ACL attribute (sonic-net#3511) (31 hours ago) [mssonicbld] * 4b357e59 - Fix VRF update handling for loopback interfaces in IntfsOrch (sonic-net#3512) (31 hours ago) [mssonicbld] * fe98176b - Add a delay between killing teamd processes (sonic-net#3510) (2 days ago) [mssonicbld] * e967711e - Remove RIF from m_rifsToAdd before deleting it (sonic-net#3499) (6 days ago) [mssonicbld] * 337c9a10 - Optimize counter polling interval by making it more accurate (sonic-net#3500) (6 days ago) [mssonicbld] ``` #### How I did it #### How to verify it #### Description for the changelog
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: Neetha John [email protected]
Description of PR
Log message should indicate APPL_DB when buffer_model is dynamic. In case there is no buffer_model defined or buffer_model is traditional, log message should indicate CONFIG_DB
Summary:
Fixes # (issue)
Type of change
How did you verify/test it?
Ran the test and verified that correct msg is printed