-
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 automatica…
…lly (#15943) #### Why I did it src/sonic-swss ``` * 6ec611dc - (HEAD -> 202211, origin/202211) [202211][ppi]: Implement port bulk comparison logic (#2564) (#2821) (19 hours ago) [Nazarii Hnydyn] ``` #### How I did it #### How to verify it #### Description for the changelog
- Loading branch information
1 parent
b04c39f
commit 1cc41c6
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 | |
+11 −31 | 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 | |
+988 −875 | orchagent/portsorch.cpp | |
+48 −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 |