-
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 (#18827) #### Why I did it src/sonic-swss ``` * 67e03128 - (HEAD -> master, origin/master, origin/HEAD) change log level from ERR to WARN for pfc asym sai attribute not supported (#3125) (11 hours ago) [Zhixin Zhu] * c79fd932 - Add fabric capacity monitoring code. (#3097) (11 hours ago) [jfeng-arista] * 7612326c - Do not apply zero buffer profile list until all buffer pools are ready (#3112) (11 hours ago) [Stephen Sun] * 054ed34b - Support ASIC/SDK health event (#3020) (29 hours ago) [Stephen Sun] ``` #### How I did it #### How to verify it #### Description for the changelog
- Loading branch information
1 parent
41c1e31
commit 8047998
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sonic-swss
updated
19 files
+9 −9 | cfgmgr/buffermgrdyn.cpp | |
+1 −0 | orchagent/Makefile.am | |
+63 −0 | orchagent/eliminate_events.lua | |
+182 −0 | orchagent/fabricportsorch.cpp | |
+5 −0 | orchagent/fabricportsorch.h | |
+24 −0 | orchagent/notifications.cpp | |
+8 −0 | orchagent/notifications.h | |
+2 −0 | orchagent/orchdaemon.cpp | |
+1 −0 | orchagent/p4orch/tests/Makefile.am | |
+2 −0 | orchagent/p4orch/tests/test_main.cpp | |
+1 −1 | orchagent/port/port_capabilities.cpp | |
+359 −1 | orchagent/switchorch.cpp | |
+32 −0 | orchagent/switchorch.h | |
+1 −0 | tests/mock_tests/Makefile.am | |
+48 −0 | tests/mock_tests/buffermgrdyn_ut.cpp | |
+30 −17 | tests/mock_tests/mock_table.cpp | |
+316 −0 | tests/mock_tests/switchorch_ut.cpp | |
+72 −0 | tests/test_fabric_capacity.py | |
+1 −2 | tests/test_fabric_port_isolation.py |