-
Notifications
You must be signed in to change notification settings - Fork 529
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
[sonic-swss] : PFCWD recovery changes using DLR_INIT #2316
[sonic-swss] : PFCWD recovery changes using DLR_INIT #2316
Conversation
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Plans to add test? |
The changes required for existing testcases are already addressed in the below PR. We just need to include Th3 in the platform check |
@prsunny @neethajohn I have added new test case to handle this scenario where multi port multi priority PFCWD verification will be done. I will verify Neetha changes along with that test case and push those changes in sonic-mgmt as seperate PR. |
@vmittal-msft , as discussed, please explore if mock tests can be added for these changes |
4a2c3d3
to
ea29f92
Compare
6bd3850
to
8c5d31e
Compare
9c34885
to
f4dbc73
Compare
c911697
to
dba37b7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
e76a22a
Update sonic-swss submodule pointer to include the following: * [BFD]Clean up state_db BFD entries on swss restart ([sonic-net#2434](sonic-net/sonic-swss#2434)) * Fix the Fec Mode Setting of gbsyncd ([sonic-net#2430](sonic-net/sonic-swss#2430)) * [neighsyncd] Enabling ipv4 link local entries for non-dualtor ([sonic-net#2427](sonic-net/sonic-swss#2427)) * tlm_teamd: Filter portchannel subinterface events from STATE_DB LAG_TABLE ([sonic-net#2408](sonic-net/sonic-swss#2408)) * PFCWD recovery changes using DLR_INIT ([sonic-net#2316](sonic-net/sonic-swss#2316)) * Dynamic port configuration - add port buffer cfg to the port ref counter ([sonic-net#2194](sonic-net/sonic-swss#2194)) Signed-off-by: dprital <drorp@nvidia.com>
What I did
This is changing PFCWD recovery from SONIC based to SAI/SDK DLR_INIT way.
Why I did it
Existing SONIC scheme will not work for upcoming BRCM devices starting with TH3.
How I verified it
Verified this to be working fine on HW platform where the issue was seen. Added sonic-mgmt test case to handle this scenario.