-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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 (#17454) src/sonic-sairedis * 9621316 - (HEAD -> 202311, origin/202311) [syncd] Remove notify pointers manual handling (#1326) (2 weeks ago) [Kamil Cudnik] * 4ee9c25 - Add TestSwitch missing attribute (#1327) (2 weeks ago) [noaOrMlnx] * 4cbbeed - Add SAI Notification support for host_tx_ready (#1307) (2 weeks ago) [noaOrMlnx] * 9804bd7 - Fix compilation issue due to PORT_STATE_CHANGE_QUEUE_SIZE undefined (#1324) (3 weeks ago) [Ashish Singh]
- Loading branch information
1 parent
2e8c2eb
commit f215595
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sonic-sairedis
updated
25 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 | |
+2 −0 | syncd/PortStateChangeHandler.cpp | |
+11 −0 | syncd/SwitchNotifications.cpp | |
+26 −8 | syncd/SwitchNotifications.h | |
+1 −16 | 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 |