Commit 11a4279
[submodule] Update submodule sonic-swss to the latest HEAD automatically (sonic-net#25253)
#### Why I did it
src/sonic-swss
```
* 9b237a2 - (HEAD -> master, origin/master, origin/HEAD) [vnet/vxlan]: Handle SAI failures without crashing swss (sonic-net#3908) (4 hours ago) [prabhataravind]
* 1d34817 - Enabling the FEC histogram for gbsyncd counters (sonic-net#4067) (9 hours ago) [arpit-nexthop]
* 2ee85de - [ci] fix docker slave name (sonic-net#4090) (29 hours ago) [yijingyan2]
* 0f99a39 - Merge pull request sonic-net#4089 from divyagayathri-hcl/6_multicast (34 hours ago) [StephenWangGoogle]
|\
| failure_prs.log skip_prs.log 0cb64f2 - [P4Orch] Implement functions to process/drain multicast router interface table entries. (2 days ago) [mint570]
|/
* 76f9b4b - Merge pull request sonic-net#4087 from divyagayathri-hcl/5_multicast (3 days ago) [StephenWangGoogle]
|\
| failure_prs.log skip_prs.log 69e09ff - [P4Orch] Implement functions for both deleting and updating a multicast router interface table entries. (4 days ago) [mint570]
|/
* b60191c - This PR adds communication statistics recording and debugging utilities to countersyncd for analyzing online issues and performance. The changes introduce a new utilities module with functions for formatting hex dumps and tracking inter-actor channel statistics. Changes: Added utilities module with hex formatting and channel statistics tracking Instrumented all actor message receive points to record queue lengths Added debug logging for raw netlink message payloads Reviewed changes (7 days ago) [Ze Gan]
* 6172445 - Add drop monitor attributes to supported debug counter attributes (sonic-net#4120) (7 days ago) [manish1-arista]
* 48c3c20 - [Vnetorch] Relax attr parsing for vnet route table (sonic-net#4150) (7 days ago) [Jing Zhang]
* 8b18bee - Merge pull request sonic-net#4085 from divyagayathri-hcl/3_multicast (7 days ago) [StephenWangGoogle]
|\
| failure_prs.log skip_prs.log 6125fc5 - [P4Orch] Implement functions to add multicast router interface table entries. (8 days ago) [mint570]
| failure_prs.log skip_prs.log 2571bbb - [P4Orch] Add L3MulticastManager class definition and begin to populate its unit test. (8 days ago) [mint570]
|/
* a8d968c - Update the COUNTER_DB with the new Port Object-Id when the Port is removed and created when the Port Speed is changed dynamically via GCU (sonic-net#3977) (9 days ago) [saksarav-nokia]
* 416a0eb - [countersyncd]: Add retry between client and otel collector (sonic-net#4131) (10 days ago) [Janet Cui]
* 5fdb245 - Merge pull request sonic-net#4083 from divyagayathri-hcl/1_multicast (10 days ago) [StephenWangGoogle]
* 8e72c3d - [P4Orch] Add support for SAI functions needed for swss multicast support. (12 days ago) [mint570]
```
#### How I did it
#### How to verify it
#### Description for the changelog
Signed-off-by: Feng Pan <[email protected]>1 parent d25a4b4 commit 11a4279
1 file changed
Lines changed: 1 addition & 1 deletion
Submodule sonic-swss updated 42 files
- .azure-pipelines/build-template.yml+1-1
- .azure-pipelines/gcov.yml+1-1
- azure-pipelines.yml+2-2
- crates/countersyncd/src/actor/counter_db.rs+5
- crates/countersyncd/src/actor/data_netlink.rs+50-27
- crates/countersyncd/src/actor/ipfix.rs+24-15
- crates/countersyncd/src/actor/otel.rs+157-36
- crates/countersyncd/src/actor/stats_reporter.rs+5
- crates/countersyncd/src/exit_codes.rs+11
- crates/countersyncd/src/lib.rs+2
- crates/countersyncd/src/main.rs+19-6
- crates/countersyncd/src/utilities/mod.rs+184
- orchagent/Makefile.am+1
- orchagent/debug_counter/debug_counter.cpp+6-1
- orchagent/debug_counter/debug_counter.h+6
- orchagent/p4orch/l3_multicast_manager.cpp+995
- orchagent/p4orch/l3_multicast_manager.h+291
- orchagent/p4orch/p4orch.cpp+8
- orchagent/p4orch/p4orch.h+2
- orchagent/p4orch/p4orch_util.cpp+46
- orchagent/p4orch/p4orch_util.h+19
- orchagent/p4orch/tests/Makefile.am+5
- orchagent/p4orch/tests/l3_multicast_manager_test.cpp+1.8k
- orchagent/p4orch/tests/mock_sai_ipmc.cpp+25
- orchagent/p4orch/tests/mock_sai_ipmc.h+43
- orchagent/p4orch/tests/mock_sai_ipmc_group.cpp+41
- orchagent/p4orch/tests/mock_sai_ipmc_group.h+62
- orchagent/p4orch/tests/mock_sai_rpf_group.cpp+53
- orchagent/p4orch/tests/mock_sai_rpf_group.h+77
- orchagent/p4orch/tests/p4orch_test.cpp+36
- orchagent/p4orch/tests/test_main.cpp+9
- orchagent/port_rates.lua+142-52
- orchagent/portsorch.cpp+97-14
- orchagent/portsorch.h+4
- orchagent/saihelper.cpp+9
- orchagent/vnetorch.cpp+6-1
- orchagent/vnetorch.h+1-1
- orchagent/vxlanorch.cpp+99-18
- tests/mock_tests/Makefile.am+2
- tests/mock_tests/flexcounter_ut.cpp+33-1
- tests/mock_tests/mock_sai_tunnel.h+80
- tests/mock_tests/vxlanorch_ut.cpp+446
0 commit comments