Skip to content

Commit

Permalink
[submodules]: update sonic-swss and sonic-sairedis to v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lguohan committed Feb 1, 2018
1 parent a76e667 commit 1321427
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/sonic-sairedis
Submodule sonic-sairedis updated 53 files
+1 −0 .gitmodules
+1 −1 SAI
+1 −1 lib/inc/sai_redis.h
+12 −12 lib/inc/sairedis.h
+57 −0 lib/src/sai_redis_bridge.cpp
+8 −8 lib/src/sai_redis_fdb.cpp
+1 −1 lib/src/sai_redis_generic_create.cpp
+1 −1 lib/src/sai_redis_generic_get.cpp
+17 −1 lib/src/sai_redis_generic_get_stats.cpp
+1 −1 lib/src/sai_redis_generic_remove.cpp
+1 −1 lib/src/sai_redis_generic_set.cpp
+2 −2 lib/src/sai_redis_interfacequery.cpp
+2 −2 lib/src/sai_redis_lag.cpp
+2 −2 lib/src/sai_redis_nexthopgroup.cpp
+1 −1 lib/src/sai_redis_notifications.cpp
+20 −0 lib/src/sai_redis_port.cpp
+28 −29 lib/src/sai_redis_route.cpp
+2 −2 lib/src/sai_redis_stp.cpp
+1 −1 lib/src/sai_redis_switch.cpp
+18 −0 lib/src/sai_redis_tunnel.cpp
+2 −2 lib/src/sai_redis_vlan.cpp
+2 −1 meta/Makefile.am
+27 −25 meta/sai_meta.cpp
+6 −0 meta/sai_serialize.h
+1 −1 meta/saiattributelist.cpp
+1 −1 meta/saiattributelist.h
+65 −82 meta/saiserialize.cpp
+5 −86 meta/tests.cpp
+6 −5 saidiscovery/saidiscovery.cpp
+1 −1 saidump/saidump.cpp
+7 −10 saiplayer/saiplayer.cpp
+2 −2 saisdkdump/saisdkdump.cpp
+5 −4 syncd/syncd.cpp
+1 −1 syncd/syncd.h
+11 −11 syncd/syncd_applyview.cpp
+2 −2 syncd/syncd_hard_reinit.cpp
+15 −23 syncd/syncd_notifications.cpp
+18 −13 syncd/tests.cpp
+1 −1 vslib/inc/sai_vs_state.h
+1 −1 vslib/inc/sai_vs_switch_BCM56850.h
+1 −1 vslib/inc/sai_vs_switch_MLNX2700.h
+57 −0 vslib/src/sai_vs_bridge.cpp
+1 −1 vslib/src/sai_vs_generic_get.cpp
+1 −1 vslib/src/sai_vs_hostintf.cpp
+2 −2 vslib/src/sai_vs_interfacequery.cpp
+2 −2 vslib/src/sai_vs_lag.cpp
+2 −2 vslib/src/sai_vs_nexthopgroup.cpp
+35 −0 vslib/src/sai_vs_port.cpp
+64 −0 vslib/src/sai_vs_route.cpp
+2 −2 vslib/src/sai_vs_stp.cpp
+31 −0 vslib/src/sai_vs_tunnel.cpp
+2 −2 vslib/src/sai_vs_vlan.cpp
+5 −4 vslib/src/tests.cpp

0 comments on commit 1321427

Please sign in to comment.