-
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 (#16168) #### Why I did it src/sonic-sairedis ``` * c22b76b - (HEAD -> master, origin/master, origin/HEAD) [VOQ][saidump] Enhance saidump with new option -r to parser the JSON file and displays/format the right output (#1288) (17 hours ago) [JunhongMao] * 31bd92a - Add log for git revision (#1293) (4 days ago) [Kamil Cudnik] * edf6597 - [submodule] Update SAI submodule to v1.13 (#1292) (6 days ago) [Kamil Cudnik] ``` #### How I did it #### How to verify it #### Description for the changelog
- Loading branch information
1 parent
6e3519e
commit f6285bd
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sonic-sairedis
updated
29 files
+1 −1 | SAI | |
+8 −0 | configure.ac | |
+3 −1 | lib/Makefile.am | |
+4 −0 | lib/RedisRemoteSaiInterface.cpp | |
+2 −0 | lib/sai_redis.h | |
+2 −0 | lib/sai_redis_acl.cpp | |
+28 −0 | lib/sai_redis_dash_meter.cpp | |
+2 −0 | lib/sai_redis_interfacequery.cpp | |
+2 −0 | lib/sai_redis_nexthop.cpp | |
+2 −0 | lib/sai_redis_port.cpp | |
+2 −0 | lib/sai_redis_router_interface.cpp | |
+9 −0 | lib/sai_redis_twamp.cpp | |
+6 −0 | meta/Meta.cpp | |
+12 −0 | meta/SaiSerialize.cpp | |
+209 −5 | saidump/saidump.cpp | |
+3 −0 | syncd/SwitchNotifications.h | |
+4 −0 | syncd/Syncd.cpp | |
+9 −0 | tests/BCM56850.pl | |
+14 −0 | tests/BCM56850/relaxed.rec | |
+3 −0 | unittest/meta/TestSaiSerialize.cpp | |
+3 −1 | vslib/Makefile.am | |
+2 −0 | vslib/sai_vs.h | |
+2 −0 | vslib/sai_vs_acl.cpp | |
+28 −0 | vslib/sai_vs_dash_meter.cpp | |
+2 −0 | vslib/sai_vs_interfacequery.cpp | |
+2 −0 | vslib/sai_vs_nexthop.cpp | |
+2 −0 | vslib/sai_vs_port.cpp | |
+2 −0 | vslib/sai_vs_router_interface.cpp | |
+9 −0 | vslib/sai_vs_twamp.cpp |