-
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 to the latest HEAD automatically (#14264)
src/sonic-platform-common * 8460721 - (HEAD -> 202205, origin/202205) Fix issues in cmis.get_transceiver_bulk_status (#351) (10 hours ago) [Stephen Sun] src/sonic-sairedis * 10f37ef - (HEAD -> 202205, origin/202205) Ignore removing switch for mellanox platform due to known limitation (#1216) (10 hours ago) [Junchao-Mellanox] src/sonic-swss * 5f031af - (HEAD -> 202205, origin/202205) [flowcounterrouter] Fix the Route remove flow for non-bound prefixes (#2691) (10 hours ago) [Vivek] src/sonic-utilities * f88ca1c9 - (HEAD -> 202205, origin/202205) Improve show acl commands (#2667) (10 hours ago) [bingwang-ms] * 738406b7 - Enhance the logic to wait for all buffer tables to be removed in _clear_qos (#2720) (10 hours ago) [Stephen Sun] How I did it
- Loading branch information
1 parent
2926314
commit 4ed233b
Showing
6 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
Submodule sonic-linux-kernel
updated
2 files
+64 −0 | patch/driver-support-optoe-oneaddr-pageable.patch | |
+1 −0 | patch/series |
Submodule sonic-platform-common
updated
2 files
+10 −10 | sonic_platform_base/sonic_xcvr/api/public/cmis.py | |
+19 −3 | tests/sonic_xcvr/test_cmis.py |
Submodule sonic-platform-daemons
updated
2 files
+8 −5 | sonic-xcvrd/tests/test_xcvrd.py | |
+2 −10 | sonic-xcvrd/xcvrd/xcvrd.py |
Submodule sonic-swss
updated
2 files
+14 −7 | orchagent/flex_counter/flowcounterrouteorch.cpp | |
+2 −1 | orchagent/routeorch.cpp |
Submodule sonic-utilities
updated
20 files
+62 −13 | acl_loader/main.py | |
+23 −53 | config/main.py | |
+71 −3 | doc/Command-Reference.md | |
+127 −115 | scripts/generate_dump | |
+24 −5 | scripts/sfpshow | |
+22 −0 | show/interfaces/__init__.py | |
+1 −1 | show/muxcable.py | |
+5 −2 | tests/aclshow_test.py | |
+8 −45 | tests/config_test.py | |
+11 −0 | tests/mock_tables/asic0/config_db.json | |
+43 −0 | tests/mock_tables/asic0/state_db.json | |
+35 −16 | tests/mock_tables/asic1/state_db.json | |
+11 −0 | tests/mock_tables/asic2/config_db.json | |
+6 −0 | tests/mock_tables/asic2/state_db.json | |
+11 −0 | tests/mock_tables/config_db.json | |
+43 −0 | tests/mock_tables/state_db.json | |
+12 −12 | tests/multi_asic_intfutil_test.py | |
+130 −32 | tests/sfp_test.py | |
+95 −0 | tests/show_acl_test.py | |
+23 −0 | utilities_common/sfp_helper.py |