-
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
d92eade
commit 9304dd8
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sonic-swss
updated
18 files
+2 −0 | orchagent/Makefile.am | |
+3 −3 | orchagent/mirrororch.cpp | |
+2 −2 | orchagent/orch.h | |
+10 −35 | orchagent/p4orch/tests/fake_portorch.cpp | |
+33 −14 | orchagent/port.h | |
+178 −0 | orchagent/port/portcnt.h | |
+947 −0 | orchagent/port/porthlpr.cpp | |
+55 −0 | orchagent/port/porthlpr.h | |
+81 −0 | orchagent/port/portschema.h | |
+999 −944 | orchagent/portsorch.cpp | |
+47 −23 | orchagent/portsorch.h | |
+2 −1 | tests/conftest.py | |
+7 −0 | tests/dvslib/dvs_database.py | |
+78 −3 | tests/dvslib/dvs_port.py | |
+1 −0 | tests/mock_tests/Makefile.am | |
+2 −2 | tests/mock_tests/mock_orchagent_main.cpp | |
+326 −2 | tests/mock_tests/portsorch_ut.cpp | |
+274 −0 | tests/test_port_add_remove.py |