-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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 (#18859) #### Why I did it src/sonic-sairedis ``` * 8a0cc25 - (HEAD -> master, origin/master, origin/HEAD) Support ASIC/SDK health event (#1340) (28 hours ago) [Stephen Sun] ``` #### How I did it #### How to verify it #### Description for the changelog
- Loading branch information
1 parent
ca25b3b
commit 987d060
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sonic-sairedis
updated
25 files
+5 −0 | lib/Switch.cpp | |
+1 −0 | meta/Makefile.am | |
+48 −0 | meta/Meta.cpp | |
+8 −0 | meta/Meta.h | |
+4 −0 | meta/NotificationFactory.cpp | |
+74 −0 | meta/NotificationSwitchAsicSdkHealthEvent.cpp | |
+38 −0 | meta/NotificationSwitchAsicSdkHealthEvent.h | |
+96 −1 | meta/SaiSerialize.cpp | |
+33 −0 | meta/sai_serialize.h | |
+14 −0 | saiplayer/SaiPlayer.cpp | |
+8 −0 | saiplayer/SaiPlayer.h | |
+19 −0 | syncd/NotificationHandler.cpp | |
+8 −0 | syncd/NotificationHandler.h | |
+51 −0 | syncd/NotificationProcessor.cpp | |
+11 −0 | syncd/NotificationProcessor.h | |
+13 −0 | syncd/SwitchNotifications.cpp | |
+35 −1 | syncd/SwitchNotifications.h | |
+1 −0 | syncd/Syncd.cpp | |
+6 −3 | unittest/lib/TestSwitch.cpp | |
+1 −0 | unittest/meta/Makefile.am | |
+19 −0 | unittest/meta/TestNotificationFactory.cpp | |
+78 −0 | unittest/meta/TestNotificationSwitchAsicSdkHealthEvent.cpp | |
+37 −0 | unittest/syncd/TestNotificationHandler.cpp | |
+18 −0 | unittest/syncd/TestNotificationProcessor.cpp | |
+5 −0 | vslib/Switch.cpp |