Skip to content

Commit

Permalink
[submodules]: update sonic-swss and sonic-sairedis
Browse files Browse the repository at this point in the history
  • Loading branch information
lguohan committed Feb 9, 2018
1 parent 2d7b51a commit 98db9ba
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 70 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
+9 −9 tests/brcm/full.rec
+1 −1 tests/brcm/full_nhg_bug.rec
+1 −1 tests/brcm/full_nhg_bug_prio_flow_bug.rec
+1 −1 tests/brcm/full_nhg_bug_trap_group_create_fail.rec
+9 −9 tests/brcm/full_no_queue.rec
+9 −9 tests/brcm/full_no_queue_no_ipg.rec
+3 −3 tests/brcm/full_no_queue_no_ipg_no_buffer_pfofile.rec
+9 −9 tests/brcm/full_queue_bug_null_buffer_profile.rec
+9 −9 tests/brcm/full_second.rec
+9 −9 tests/brcm/full_second_no_bridge.rec
+1 −1 tests/mlnx/empty_sw.rec
+11 −11 tests/mlnx/full.rec
+3 −3 tests/mlnx/full_nhg_member.rec
+11 −11 tests/mlnx/full_no_hostif_entry.rec
+11 −11 tests/mlnx/full_no_hostif_entry_second.rec
+11 −11 tests/mlnx/full_syncd_dies.rec
+1 −1 tests/mlnx/full_to_crash.rec
+4 −2 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
+48 −29 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 98db9ba

Please sign in to comment.