-
Notifications
You must be signed in to change notification settings - Fork 558
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add more debug information when PFC WD is triggered #2858
Conversation
Failed by a common issue which fails every PR
|
1527a48
to
e960e46
Compare
/easycla |
/azpw run |
/AzurePipelines run |
No commit pushedDate could be found for PR 2858 in repo sonic-net/sonic-swss |
acb1196
to
bfb3cfd
Compare
Signed-off-by: Stephen Sun <stephens@nvidia.com>
Signed-off-by: Stephen Sun <stephens@nvidia.com>
bfb3cfd
to
8ba2c65
Compare
/azpw run |
/AzurePipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azpw run |
/AzurePipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
Signed-off-by: Stephen Sun <stephens@nvidia.com>
Signed-off-by: Stephen Sun <stephens@nvidia.com>
Signed-off-by: Stephen Sun <stephens@nvidia.com>
@yxieca @neethajohn kindly reminder to review or assign someone |
@stephenxs, has this change been tested against sonic-mgmt testcases? Do any of the existing testcase need modification? |
@neethajohn @stephenxs can you follow up on this PR? i suggest we will backport it to 202305 as well. This is for debug purposes but it is the release maintainer call if needed or not. |
Ack. I'm on it, enhancing sonic-mgmt test cases.
获取 Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
发件人: Liat Grozovik ***@***.***>
发送时间: 星期三, 十月 11, 2023 12:31 上午
收件人: sonic-net/sonic-swss ***@***.***>
抄送: Stephen Sun ***@***.***>; Mention ***@***.***>
主题: Re: [sonic-net/sonic-swss] Add more debug information when PFC WD is triggered (PR #2858)
@neethajohn<https://github.com/neethajohn> @stephenxs<https://github.com/stephenxs> can you follow up on this PR? i suggest we will backport it to 202305 as well. This is for debug purposes but it is the release maintainer call if needed or not.
―
Reply to this email directly, view it on GitHub<#2858 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABJBIZBXIXBHZSCDM35BKFTX6VZ55AVCNFSM6AAAAAA2I47RLOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONJVHAYDCMZTGQ>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
/azpw run |
/AzurePipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
enhancement |
Hi @StormLiangMS |
@stephenxs could you update the test result with 202305? |
Hi
It passes all PFC WD test on 202305
I can attach a test log later
获取 Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
发件人: StormLiangMS ***@***.***>
发送时间: 星期三, 十一月 8, 2023 6:24 下午
收件人: sonic-net/sonic-swss ***@***.***>
抄送: Stephen Sun ***@***.***>; Mention ***@***.***>
主题: Re: [sonic-net/sonic-swss] Add more debug information when PFC WD is triggered (PR #2858)
@stephenxs<https://github.com/stephenxs> could you update the test result with 202305?
―
Reply to this email directly, view it on GitHub<#2858 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABJBIZEJLJMOUWCV2TTUTO3YDNMUNAVCNFSM6AAAAAA2I47RLOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMBRGU2TGMBWGY>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Hi @stephenxs thanks, is this a general change or only for Mellanox? |
Hi @StormLiangMS |
A test log: pfc test.txt |
Add more debug information when PFC WD is triggered
What I did
Add more debug information when PFC WD is triggered
Why I did it
When PFC WD occurs, we need the relevant counters before and after. But PFC WD is checked at a very small period of time and it's very hard to collect the counters at that period, otherwise the data will be very large.
It will be helpful if the counters can be logged when the PFC WD is triggered.
How I verified it
Manually and regression test.
Details if related