-
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 (#19064) #### Why I did it src/sonic-swss ``` * 3ee73618 - (HEAD -> master, origin/master, origin/HEAD) [orchagent] Add support for Path Tracing Midpoint (#2903) (34 hours ago) [Carmine Scarpitta] * 5ffb0b50 - [Bridge] Disable MAC learning for Link Local Mulitcast Frames on the kernel bridge (#3162) (2 days ago) [Gord Chen] * de9baac1 - [Marvell] PFC Detect lua script (#3160) (2 days ago) [Rajkumar-Marvell] * 31d9d6c1 - Add fabric counter rate mbps command handling. (#3129) (2 days ago) [jfeng-arista] * 425a8526 - Parse subport value added to config_db (#3161) (2 days ago) [Bobby McGonigle] ``` #### How I did it #### How to verify it #### Description for the changelog
- Loading branch information
1 parent
7d42d49
commit e1eb9e9
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sonic-swss
updated
24 files
+11 −0 | cfgmgr/vlanmgr.cpp | |
+4 −0 | doc/swss-schema.md | |
+1 −0 | orchagent/Makefile.am | |
+168 −0 | orchagent/fabricportsorch.cpp | |
+1 −0 | orchagent/fabricportsorch.h | |
+2 −1 | orchagent/orchdaemon.cpp | |
+99 −0 | orchagent/pfc_detect_marvell.lua | |
+4 −0 | orchagent/port.h | |
+15 −0 | orchagent/port/portcnt.h | |
+125 −0 | orchagent/port/porthlpr.cpp | |
+4 −0 | orchagent/port/porthlpr.h | |
+42 −34 | orchagent/port/portschema.h | |
+598 −0 | orchagent/portsorch.cpp | |
+20 −0 | orchagent/portsorch.h | |
+3 −0 | orchagent/saihelper.cpp | |
+1 −0 | orchagent/switchorch.h | |
+17 −2 | tests/mock_tests/fdborch/flush_syncd_notif_ut.cpp | |
+13 −12 | tests/mock_tests/mock_orch_test.h | |
+1 −0 | tests/mock_tests/mock_orchagent_main.h | |
+78 −0 | tests/mock_tests/portmgr_ut.cpp | |
+575 −0 | tests/mock_tests/portsorch_ut.cpp | |
+2 −0 | tests/mock_tests/ut_saihelper.cpp | |
+48 −0 | tests/test_fabric_rate.py | |
+127 −0 | tests/test_port.py |