-
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.
swss update with following commits: 81f4ea9 orchagent/portsorch: Missing scheduler group after SWSS restart (#2174) e557855 [SWSS] Innovium platform specific changes in PFC Detect lua script (#2493) 6e288dc New P4Orch development. (#2425) ab0e474 swss: Fixing race condition for rif counters (#2488) 724f914 [tests] [asan] extend graceful stop flag to also stop syncd (#2491) 84642f3 [Dynamic buffer calculation][Mellanox] Enhance the logic to identify buffer pools and profiles (#2498) e04bb43 Fix vs test issue: failed to remove vlan due to referenced by vlan interface (#2504) 52c561f Added LAG member check on addLagMember() (#2464)
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sonic-swss
updated
24 files
+45 −15 | cfgmgr/buffer_pool_mellanox.lua | |
+13 −2 | cfgmgr/teammgr.cpp | |
+0 −35 | orchagent/intfsorch.cpp | |
+0 −4 | orchagent/intfsorch.h | |
+16 −6 | orchagent/p4orch/gre_tunnel_manager.cpp | |
+6 −2 | orchagent/p4orch/gre_tunnel_manager.h | |
+53 −12 | orchagent/p4orch/next_hop_manager.cpp | |
+2 −2 | orchagent/p4orch/p4orch.cpp | |
+2 −2 | orchagent/p4orch/p4orch_util.h | |
+9 −2 | orchagent/p4orch/tests/gre_tunnel_manager_test.cpp | |
+26 −0 | orchagent/p4orch/tests/mock_sai_next_hop_group.h | |
+144 −31 | orchagent/p4orch/tests/next_hop_manager_test.cpp | |
+962 −465 | orchagent/p4orch/tests/wcmp_manager_test.cpp | |
+204 −174 | orchagent/p4orch/wcmp_manager.cpp | |
+13 −23 | orchagent/p4orch/wcmp_manager.h | |
+1 −1 | orchagent/pfc_detect_innovium.lua | |
+45 −0 | orchagent/portsorch.cpp | |
+1 −1 | orchagent/portsorch.h | |
+24 −25 | orchagent/response_publisher_interface.h | |
+6 −1 | tests/conftest.py | |
+4 −0 | tests/dvslib/dvs_vlan.py | |
+5 −7 | tests/p4rt/l3.py | |
+18 −1 | tests/p4rt/test_l3.py | |
+2 −0 | tests/test_vlan.py |