3 files changed
+3
-3
lines changedSubmodule sonic-sairedis updated from 1f4a1d7 to d9faa58
Submodule sonic-swss updated 86 files
- cfgmgr/intfmgr.cpp+377-40
- cfgmgr/intfmgr.h+17-3
- cfgmgr/intfmgrd.cpp+1
- cfgmgr/nbrmgr.cpp+2-21
- cfgmgr/portmgr.cpp+24-3
- cfgmgr/portmgr.h+1
- cfgmgr/shellcmd.h+9
- cfgmgr/teammgr.cpp+31-8
- cfgmgr/teammgr.h+1
- cfgmgr/vlanmgr.cpp+18-18
- cfgmgr/vrfmgr.cpp+62-12
- cfgmgr/vrfmgr.h+3-2
- cfgmgr/vxlanmgr.cpp+106-58
- cfgmgr/vxlanmgr.h+4-1
- configure.ac+1-1
- doc/swss-schema.md+26-2
- fpmsyncd/routesync.cpp+22-5
- fpmsyncd/routesync.h+1-1
- neighsyncd/neighsync.cpp+5
- orchagent/Makefile.am+6-2
- orchagent/aclorch.cpp+1-1
- orchagent/bufferorch.cpp+8-8
- orchagent/debug_counter/debug_counter.cpp+112
- orchagent/debug_counter/debug_counter.h+64
- orchagent/debug_counter/drop_counter.cpp+372
- orchagent/debug_counter/drop_counter.h+54
- orchagent/debug_counter/drop_reasons.h+65
- orchagent/debugcounterorch.cpp+588
- orchagent/debugcounterorch.h+97
- orchagent/fdborch.cpp+2-1
- orchagent/flex_counter/flex_counter_manager.cpp+225
- orchagent/flex_counter/flex_counter_manager.h+77
- orchagent/flex_counter/flex_counter_stat_manager.cpp+93
- orchagent/flex_counter/flex_counter_stat_manager.h+33
- orchagent/flexcounterorch.cpp+3
- orchagent/intfsorch.cpp+246-156
- orchagent/intfsorch.h+4-7
- orchagent/neighorch.cpp+15-15
- orchagent/orch.h+1
- orchagent/orchdaemon.cpp+10-4
- orchagent/orchdaemon.h+1
- orchagent/pfcactionhandler.cpp+1-1
- orchagent/pfcwdorch.cpp+5
- orchagent/port.h+30-2
- orchagent/portsorch.cpp+306-27
- orchagent/portsorch.h+16-2
- orchagent/qosorch.cpp+1-1
- orchagent/request_parser.cpp+2-2
- orchagent/routeorch.cpp+185-95
- orchagent/routeorch.h+17-10
- orchagent/saihelper.cpp+3
- orchagent/vnetorch.cpp+3-3
- orchagent/vnetorch.h+2-2
- orchagent/vrforch.cpp+11-4
- orchagent/vrforch.h+63-3
- portsyncd/linksync.cpp+10-6
- tests/Makefile.am+6-1
- tests/conftest.py+38-2
- tests/mock_tests/.gitignore+1
- tests/mock_tests/Makefile.am+48-31
- tests/mock_tests/aclorch_ut.cpp+11-11
- tests/mock_tests/mock_consumerstatetable.cpp+1-1
- tests/mock_tests/mock_dbconnector.cpp+2-2
- tests/mock_tests/mock_orchagent_main.h+56
- tests/mock_tests/mock_table.cpp+74
- tests/mock_tests/mock_table.h+6
- tests/mock_tests/portsorch_ut.cpp+313
- tests/mock_tests/ut_helper.h+8
- tests/mock_tests/ut_saihelper.cpp+163
- tests/port_dpb.py+28-20
- tests/quoted_ut.cpp+40
- tests/test_acl.py+88
- tests/test_drop_counters.py+705
- tests/test_fdb.py+14-6
- tests/test_fdb_update.py+71-7
- tests/test_interface.py+1.6k-150
- tests/test_neighbor.py+390
- tests/test_port_dpb.py+2
- tests/test_port_dpb_vlan.py+178
- tests/test_port_mac_learn.py+181
- tests/test_route.py+597-30
- tests/test_sflow.py+199-26
- tests/test_sub_port_intf.py+381
- tests/test_vnet.py+11-4
- tests/test_vrf.py+205-142
- tests/test_warm_reboot.py+123
0 commit comments