-
Notifications
You must be signed in to change notification settings - Fork 273
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
[Link Event Damping] Port state change handler class #1310
Conversation
could you give more meaningful title and description ? |
26ffcca
to
3d91513
Compare
3d91513
to
db4195b
Compare
Changed the title and description. Thank you. |
Adding @Junchao-Mellanox for review. |
db4195b
to
53090e4
Compare
Hi @kcudnik , I dont have permission to merge PRs. Can you please merge this PR? Thank you. |
845bae8
to
e944019
Compare
- Class to handle the port state change event callback from SAI and sending the events to syncd main thread for processing by link event damper. Depends on: sonic-net#1297 HLD: sonic-net/SONiC#1071
e944019
to
a3177df
Compare
is this ready to merge ? |
Yes, it is ready for merge. Thanks. |
@Ashish1805 your change caused compilation issues on swss, please fix this right away or this change will be reverted: https://github.com/sonic-net/sonic-swss/actions/runs/6910957833/job/18804862990?pr=2902 |
change
to
first keyword static requires declaration in cpp file since it's considered a field |
reference. - In PR sonic-net#1310, a constexpt static data member was added. Since sairedis repo uses c++14, definition of this data member needs to be provided in .cpp file too.
Class to handle the port state change event callback from SAI and sending the link events to syncd main thread for processing by link event damper.
HLD: sonic-net/SONiC#1071