-
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-swss to the latest HEAD automatically
- Loading branch information
1 parent
268e02f
commit 6f2407f
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sonic-swss
updated
26 files
+1 −1 | cfgmgr/fabricmgr.h | |
+1 −1 | lib/recorder.cpp | |
+16 −26 | orchagent/fabricportsorch.cpp | |
+1 −0 | orchagent/fabricportsorch.h | |
+171 −18 | orchagent/muxorch.cpp | |
+26 −1 | orchagent/muxorch.h | |
+331 −11 | orchagent/neighorch.cpp | |
+30 −2 | orchagent/neighorch.h | |
+18 −0 | orchagent/p4orch/tests/mock_sai_neighbor.h | |
+2 −0 | orchagent/p4orch/tests/neighbor_manager_test.cpp | |
+9 −0 | orchagent/port.h | |
+34 −0 | orchagent/port/portcnt.h | |
+108 −0 | orchagent/port/porthlpr.cpp | |
+5 −0 | orchagent/port/porthlpr.h | |
+6 −0 | orchagent/port/portschema.h | |
+123 −0 | orchagent/portsorch.cpp | |
+5 −0 | orchagent/portsorch.h | |
+3 −0 | tests/mock_tests/aclorch_ut.cpp | |
+31 −0 | tests/mock_tests/bulker_ut.cpp | |
+40 −14 | tests/mock_tests/mock_sai_api.h | |
+48 −12 | tests/mock_tests/mux_rollback_ut.cpp | |
+334 −0 | tests/mock_tests/portsorch_ut.cpp | |
+25 −3 | tests/test_fabric_capacity.py | |
+6 −2 | tests/test_fabric_rate.py | |
+60 −0 | tests/test_mux.py | |
+48 −0 | tests/test_port.py |