Move timestamps out of counter table to avoid update too frequently#3585
Merged
prsunny merged 1 commit intosonic-net:masterfrom Apr 18, 2025
Merged
Conversation
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
d608765 to
a14cca5
Compare
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
a14cca5 to
dbc7a71
Compare
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Collaborator
Author
|
/azpw run |
Collaborator
|
/AzurePipelines run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
kperumalbfn
reviewed
Apr 7, 2025
stephenxs
commented
Apr 7, 2025
Collaborator
Author
stephenxs
left a comment
There was a problem hiding this comment.
@kperumalbfn could you please check my reply? Thanks
Collaborator
Author
|
/azpw run |
Collaborator
|
/AzurePipelines run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Contributor
|
Thanks @stephenxs Could you link the sairedis PR as well? |
Collaborator
Author
Hi @kperumalbfn |
dbc7a71 to
11e2338
Compare
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
kperumalbfn
reviewed
Apr 11, 2025
11e2338 to
a1b84b2
Compare
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
a1b84b2 to
7bcf0a7
Compare
Collaborator
|
/azp run |
7bcf0a7 to
1cdc289
Compare
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
prsunny
approved these changes
Apr 18, 2025
Collaborator
prsunny
left a comment
There was a problem hiding this comment.
approving to unblock merge.
Signed-off-by: Stephen Sun <stephens@nvidia.com>
1cdc289 to
fdffcec
Compare
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Collaborator
|
Cherry-pick PR to msft-202412: Azure/sonic-swss.msft#72 |
|
hi @kperumalbfn , do we need this for 202412? looks like a good change to add. |
Collaborator
|
Cherry-pick PR to msft-202412: Azure/sonic-swss.msft#75 |
Contributor
@r12f This change will be good for optimization. |
Janetxxx
pushed a commit
to Janetxxx/sonic-swss
that referenced
this pull request
Nov 10, 2025
…onic-net#3585) * Move timestamps out of counter table to avoid update too frequently (sonic-net#3585) What I did The timestamp of PFC watchdog polling is moved out of the COUNTER table. The PFC watchdog Lua plugin should be adjusted accordingly.
baorliu
pushed a commit
to baorliu/sonic-swss
that referenced
this pull request
Feb 23, 2026
…onic-net#3585) * Move timestamps out of counter table to avoid update too frequently (sonic-net#3585) What I did The timestamp of PFC watchdog polling is moved out of the COUNTER table. The PFC watchdog Lua plugin should be adjusted accordingly. 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.
What I did
The timestamp of PFC watchdog polling is moved out of the COUNTER table. The PFC watchdog Lua plugin should be adjusted accordingly.
Why I did it
How I verified it
Details if related