forked from sonic-net/sonic-buildimage
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[submodule] Update submodule sonic-sairedis to the latest HEAD automa…
…tically (sonic-net#17314) #### Why I did it src/sonic-sairedis ``` * 4ee9c25 - (HEAD -> master, origin/master, origin/HEAD) Add TestSwitch missing attribute (sonic-net#1327) (12 hours ago) [noaOrMlnx] * 4cbbeed - Add SAI Notification support for host_tx_ready (sonic-net#1307) (18 hours ago) [noaOrMlnx] ``` #### How I did it #### How to verify it #### Description for the changelog
- Loading branch information
1 parent
c1f0355
commit a8fc528
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sonic-sairedis
updated
24 files
+1 −1 | SAI | |
+5 −0 | lib/Switch.cpp | |
+1 −0 | meta/Makefile.am | |
+43 −0 | meta/Meta.cpp | |
+5 −0 | meta/Meta.h | |
+4 −0 | meta/NotificationFactory.cpp | |
+60 −0 | meta/NotificationPortHostTxReadyEvent.cpp | |
+38 −0 | meta/NotificationPortHostTxReadyEvent.h | |
+59 −0 | meta/SaiSerialize.cpp | |
+15 −0 | meta/sai_serialize.h | |
+11 −0 | saiplayer/SaiPlayer.cpp | |
+5 −0 | saiplayer/SaiPlayer.h | |
+16 −0 | syncd/NotificationHandler.cpp | |
+5 −0 | syncd/NotificationHandler.h | |
+40 −0 | syncd/NotificationProcessor.cpp | |
+8 −0 | syncd/NotificationProcessor.h | |
+11 −0 | syncd/SwitchNotifications.cpp | |
+26 −8 | syncd/SwitchNotifications.h | |
+1 −0 | syncd/Syncd.cpp | |
+6 −2 | unittest/lib/TestSwitch.cpp | |
+9 −0 | unittest/meta/TestNotificationFactory.cpp | |
+79 −0 | unittest/meta/TestNotificationPortHostTxReadyEvent.cpp | |
+5 −0 | unittest/meta/TestSaiSerialize.cpp | |
+5 −0 | vslib/Switch.cpp |