forked from sonic-net/sonic-buildimage
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[202205][linkmgrd][utilities][swss][sairedis][platform-daemon][platfo…
…rm-common] advance submodule head linkmgrd: * d7d6635 2022-10-21 | Fix link prober state event report twice issue (sonic-net#149) (HEAD -> 202205) [Longxiang Lyu] * 0ef3296 2022-10-21 | [active-active] Add support to send/handle mux probe request (sonic-net#147) [Longxiang Lyu] * a66fa34 2022-10-17 | [active-active] Fix config reload (sonic-net#145) [Longxiang Lyu] * 7e1c820 2022-10-11 | [Active-Standby] avoid posting mux metrics event when receiving unsolicited mux state notification (sonic-net#142) [Jing Zhang] * 237cfd2 2022-10-07 | [Active-Active] Update default route shutdown heartbeat logic (sonic-net#141) [Jing Zhang] utilities: * 415d30e 2022-10-23 | [techsupport] Adding FRR EVPN dumps (sonic-net#2442) (HEAD -> 202205) [Sudharsan Dhamal Gopalarathnam] * b3ffe45 2022-10-21 | [show][muxcable] add support for show mux firmware version all (sonic-net#2441) [vdahiya12] * 7d68534 2022-10-19 | [app_ext] [auto-ts] Add available_mem_threshold option (sonic-net#2423) [Vivek] * 52b9c16 2022-10-07 | [muxcable][config] add CLI support for mux mode detach (sonic-net#2425) [Jing Zhang] * 14646ff 2022-10-10 | [show priority-group drop counters] Remove backup with cached PG drop counters after 'config reload' (sonic-net#2386) [Andriy Yurkiv] * dffcc53 2022-10-11 | Add a subcommand to display a hexdump of transceiver EEPROM page (sonic-net#2379) [mihirpat1] * 86175c2 2022-10-17 | [chassis]Add fabric counter cli commands (sonic-net#1860) [Maxime Lorrillere] swss: * 6fe0afd 2022-10-25 | [portsorch] remove port OID from saiOidToAlias map on port deletion (sonic-net#2483) (HEAD -> 202205, github/202205) [Stepan Blyshchak] * 7290d66 2022-10-07 | [vlanmgr] Disable `arp_evict_nocarrier` for vlan host intf (sonic-net#2469) [Longxiang Lyu] * d074001 2022-10-05 | [chassis][voq]Collect counters for fabric links (sonic-net#1944) [Maxime Lorrillere] * 3a0353a 2022-10-18 | [counters][202205] Improve performance by polling only configured ports buffer queue/pg counters (sonic-net#2474) [Vadym Hlushko] * 2feb39d 2022-10-14 | [202205] [crm] Fix issue with continues EXCEEDED and CLEAR logs for ACL group/table counters (sonic-net#2482) [Volodymyr Samotiy] sairedis: * 326b630 2022-10-21 | [gbsyncd] Add asic db prefix for channel NOTIFICATIONS (sonic-net#1129) (HEAD -> 202205) [Junhua Zhai] platform-daemon: * 6dbda9b 2022-10-25 | [ycabled] fix no port/state returned by grpc server (sonic-net#308) (HEAD -> 202205) [vdahiya12] * 3d1228a 2022-10-20 | Fix xcvrd to support 400G ZR optic (sonic-net#293) [Bohan Yang] platform-common: * c04d710 2022-09-29 | Read CMIS data path state duration (sonic-net#312) (HEAD -> 202205) [Bohan Yang] Signed-off-by: Ying Xie <ying.xie@microsoft.com>
- Loading branch information
Showing
6 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
Submodule linkmgrd
updated
21 files
Submodule sonic-platform-common
updated
5 files
Submodule sonic-platform-daemons
updated
3 files
+13 −0 | sonic-xcvrd/tests/test_xcvrd.py | |
+46 −5 | sonic-xcvrd/xcvrd/xcvrd.py | |
+37 −28 | sonic-ycabled/ycable/ycable_utilities/y_cable_helper.py |
Submodule sonic-sairedis
updated
4 files
+1 −1 | lib/RedisChannel.cpp | |
+12 −0 | lib/sairediscommon.h | |
+1 −1 | syncd/RedisNotificationProducer.cpp | |
+2 −0 | tests/aspell.en.pws |
Submodule sonic-swss
updated
26 files
+5 −0 | cfgmgr/vlanmgr.cpp | |
+31 −1 | orchagent/bufferorch.cpp | |
+14 −9 | orchagent/crmorch.cpp | |
+1 −1 | orchagent/crmorch.h | |
+95 −26 | orchagent/fabricportsorch.cpp | |
+7 −3 | orchagent/fabricportsorch.h | |
+179 −2 | orchagent/flexcounterorch.cpp | |
+32 −0 | orchagent/flexcounterorch.h | |
+3 −0 | orchagent/main.cpp | |
+1 −1 | orchagent/orchdaemon.cpp | |
+10 −0 | orchagent/orchdaemon.h | |
+26 −10 | orchagent/p4orch/tests/fake_portorch.cpp | |
+236 −72 | orchagent/portsorch.cpp | |
+12 −8 | orchagent/portsorch.h | |
+32 −8 | tests/conftest.py | |
+50 −9 | tests/mock_tests/portsorch_ut.cpp | |
+3 −3 | tests/mock_tests/routeorch_ut.cpp | |
+8 −6 | tests/test_buffer_traditional.py | |
+16 −6 | tests/test_crm.py | |
+83 −0 | tests/test_fabric.py | |
+60 −62 | tests/test_flex_counters.py | |
+7 −57 | tests/test_pg_drop_counter.py | |
+42 −0 | tests/test_vlan.py | |
+10 −19 | tests/test_watermark.py | |
+13 −0 | tests/virtual_chassis/8/default_config.json | |
+5 −0 | tests/virtual_chassis/chassis_supervisor.json |
Submodule sonic-utilities
updated
25 files
+1 −1 | config/muxcable.py | |
+217 −0 | scripts/fabricstat | |
+74 −0 | scripts/generate_dump | |
+9 −9 | scripts/pg-drop | |
+1 −0 | setup.py | |
+147 −0 | sfputil/main.py | |
+35 −0 | show/fabric.py | |
+2 −0 | show/main.py | |
+108 −2 | show/muxcable.py | |
+2 −2 | sonic_package_manager/service_creator/feature.py | |
+142 −0 | tests/fabricstat_test.py | |
+140 −0 | tests/mock_tables/asic0/counters_db.json | |
+34 −0 | tests/mock_tables/asic0/state_db.json | |
+140 −0 | tests/mock_tables/asic1/counters_db.json | |
+28 −0 | tests/mock_tables/asic1/state_db.json | |
+24 −0 | tests/mock_tables/state_db.json | |
+89 −0 | tests/muxcable_test.py | |
+83 −0 | tests/pgdrop_input/counters_db.json | |
+63 −0 | tests/pgdrop_input/counters_db2.json | |
+62 −0 | tests/pgdrop_input/counters_db3.json | |
+62 −0 | tests/pgdrop_input/counters_db4.json | |
+83 −6 | tests/pgdropstat_test.py | |
+193 −0 | tests/sfputil_test.py | |
+9 −5 | tests/sonic_package_manager/test_service_creator.py | |
+17 −12 | utilities_common/multi_asic.py |