-
Notifications
You must be signed in to change notification settings - Fork 274
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 SAI Notification support for host_tx_ready #1307
Add SAI Notification support for host_tx_ready #1307
Conversation
/azpw run Azure.sonic-sairedis |
/AzurePipelines run Azure.sonic-sairedis |
Azure Pipelines successfully started running 1 pipeline(s). |
650f665
to
886793d
Compare
/azpw run Azure.sonic-sairedis |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
886793d
to
2ca67a8
Compare
hey, you must update to latest master to fix notifications since SAI was updated, you can take a look here: https://github.com/sonic-net/sonic-sairedis/pull/1311/files |
please fix whitespaces:
|
f6b1641
to
57dfc09
Compare
Hi @kcudnik I tried to remove all whitespaces, and there is no whitespace in the line stated in the UT. |
Please spend time to read compiler ero
|
bf170a8
to
fdbedb1
Compare
fdbedb1
to
8c104e9
Compare
8c104e9
to
fc717d2
Compare
@@ -36,6 +36,7 @@ TEST(Switch, updateNotifications) | |||
attrs[5].value.ptr = (void*)1; | |||
attrs[6].value.ptr = (void*)1; | |||
attrs[7].value.ptr = (void*)1; | |||
attrs[8].value.ptr = (void*)1; |
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.
missing value for [9]
New PORT_HOST_TX_READY notification logic was added to sonic-sairedis and syncd in order to support host_tx_ready synchronization enhancements.
HLD: sonic-net/SONiC#1453