-
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 (#20958) #### Why I did it src/sonic-sairedis ``` * 7817c3b1 - (HEAD -> master, origin/master, origin/HEAD) Use temp view also in fast-reboot (#1401) (15 hours ago) [Aryeh Feigin] * 7835026d - [syncd] Introduce VendorSaiOptions class (#1472) (15 hours ago) [Kamil Cudnik] ``` #### How I did it #### How to verify it #### Description for the changelog
- Loading branch information
1 parent
17acc84
commit f832b55
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sonic-sairedis
updated
16 files
+17 −0 | meta/SaiInterface.cpp | |
+19 −0 | meta/SaiInterface.h | |
+11 −0 | meta/SaiOptions.h | |
+3 −6 | syncd/HardReiniter.cpp | |
+1 −4 | syncd/HardReiniter.h | |
+10 −4 | syncd/SaiDiscovery.cpp | |
+1 −2 | syncd/SaiDiscovery.h | |
+4 −6 | syncd/SaiSwitch.cpp | |
+1 −4 | syncd/SaiSwitch.h | |
+3 −5 | syncd/SingleReiniter.cpp | |
+1 −4 | syncd/SingleReiniter.h | |
+11 −4 | syncd/Syncd.cpp | |
+17 −0 | syncd/VendorSaiOptions.h | |
+2 −4 | syncd/scripts/syncd_init_common.sh | |
+1 −0 | tests/aspell.en.pws | |
+34 −0 | unittest/meta/TestSaiInterface.cpp |