Commit e760db7
[submodule] Update submodule sonic-swss to the latest HEAD automatically (sonic-net#24979)
#### Why I did it
src/sonic-swss
```
* a63ba5d - (HEAD -> master, origin/master, origin/HEAD) [LPO] Added support for serdes Tx/Rx polarity settings (sonic-net#4053) (4 hours ago) [Prince George]
* bb691a5 - Merge pull request sonic-net#3899 from rkavitha-hcl/bulk_neighbor (20 hours ago) [StephenWangGoogle]
|\
| failure_prs.log skip_prs.log c123c44 - Bulk support in neighbor manager. (28 hours ago) [mint570]
|/
* 505c4b7 - [HFT]: keep STATE_DB session stream_status in sync with profile stream_state (sonic-net#4107) (34 hours ago) [Ze Gan]
* eed7900 - [countersyncd]: Add benchmark suite for countersyncd and optimize otel actor (sonic-net#4016) (34 hours ago) [Janet Cui]
* 2de94bb - Merge pull request sonic-net#3868 from rkavitha-hcl/neighbor_changes (2 days ago) [StephenWangGoogle]
|\
| failure_prs.log skip_prs.log 3f839f6 - Rename neiighor methods (3 days ago) [kishanps]
|/
* 34da384 - Merge pull request sonic-net#3862 from rkavitha-hcl/acl_actions (3 days ago) [StephenWangGoogle]
|\
| failure_prs.log skip_prs.log b17e712 - Merge branch 'master' into acl_actions (3 days ago) [StephenWangGoogle]
| |\
| |/
|/|
* | 0e233d1 - [gearsyncd,macsec]: Deterministic MACsec backend selection for gearbox ports (sonic-net#3926) (3 days ago) [rajshekhar-nexthop]
* | c6b0c3e - [portsorch] DOM config change causes interface link to flap (sonic-net#4056) (3 days ago) [mihirpat1]
| failure_prs.log skip_prs.log f4e65c9 - Merge branch 'master' into acl_actions (4 days ago) [rkavitha-hcl]
| |\
| |/
|/|
* | 7297d14 - Merge pull request sonic-net#3894 from divyagayathri-hcl/acl_vrf_id_oid (4 days ago) [StephenWangGoogle]
|\ \
| failure_prs.log skip_prs.log \ d7fc953 - Merge branch 'master' into acl_vrf_id_oid (4 days ago) [StephenWangGoogle]
| |\ \
| |/ /
|/| |
* | | 1244a7d - [orchagent] support single ASIC VOQ Fixed-System (sonic-net#4054) (4 days ago) [saravanan sellappa]
* | | c330c45 - [countersyncd]: Fix netlink fd leakage and deadlock issue (sonic-net#4043) (4 days ago) [Ze Gan]
* | | ff58550 - Refactor OtelActor and message modules by removing unused code and improving clarity (sonic-net#4072) (4 days ago) [Ze Gan]
* | | 68f081a - [hftorch]: Handle exception of HFT instead of exit (sonic-net#3887) (4 days ago) [Ze Gan]
* | | 4b81a3b - [hft]: Fix TAM type capability enable list (sonic-net#4075) (4 days ago) [Ze Gan]
/ /
* / 93ea8ef - [P4Orch] Update ACL VRF ID to use oid instead of u16. (5 weeks ago) [mint570]
/
* af78f1c - [P4Orch] Enable ACL Action SET_ACL_META_DATA and packet action COPY_CANCEL and DENY support (4 days ago) [mint570]
```
#### How I did it
#### How to verify it
#### Description for the changelog1 parent 07d1369 commit e760db7
1 file changed
Lines changed: 1 addition & 1 deletion
Submodule sonic-swss updated 57 files
- .azure-pipelines/docker-sonic-vs/start.sh+6-1
- .azure-pipelines/test-docker-sonic-vs-template.yml+2
- Cargo.lock+629-418
- Cargo.toml+29-7
- crates/countersyncd/Cargo.toml+25-1
- crates/countersyncd/benches/counter_db_actor_perf.rs+148
- crates/countersyncd/benches/end_to_end.rs+304
- crates/countersyncd/benches/ipfix_actor_perf.rs+192
- crates/countersyncd/benches/ipfix_bench_data.rs+223
- crates/countersyncd/benches/otel_actor_perf.rs+193
- crates/countersyncd/src/actor/control_netlink.rs+58-73
- crates/countersyncd/src/actor/data_netlink.rs+193-149
- crates/countersyncd/src/actor/ipfix.rs+22
- crates/countersyncd/src/actor/mod.rs+1
- crates/countersyncd/src/actor/netlink_utils.rs+385
- crates/countersyncd/src/actor/otel.rs+94-75
- crates/countersyncd/src/main.rs+23-1
- crates/countersyncd/src/message/netlink.rs+1
- crates/countersyncd/src/message/otel.rs+5-30
- crates/countersyncd/tests/ipfix_helpers_integration.rs+234
- crates/countersyncd/tests/ipfix_test_helpers.rs+173
- gearsyncd/gearboxparser.cpp+6
- lib/gearboxutils.cpp+7
- lib/gearboxutils.h+1
- orchagent/high_frequency_telemetry/hftelorch.cpp+64-28
- orchagent/high_frequency_telemetry/hftelprofile.cpp+30-17
- orchagent/intfsorch.cpp+4-3
- orchagent/macsecorch.cpp+37-5
- orchagent/main.cpp+35-4
- orchagent/neighorch.cpp+6-4
- orchagent/p4orch/acl_rule_manager.cpp+18-3
- orchagent/p4orch/acl_util.cpp+3-1
- orchagent/p4orch/acl_util.h+14-2
- orchagent/p4orch/neighbor_manager.cpp+260-173
- orchagent/p4orch/neighbor_manager.h+13-7
- orchagent/p4orch/route_manager.cpp+12-27
- orchagent/p4orch/tests/acl_manager_test.cpp+227-49
- orchagent/p4orch/tests/mock_sai_neighbor.cpp+33-12
- orchagent/p4orch/tests/mock_sai_neighbor.h+35-6
- orchagent/p4orch/tests/mock_sai_next_hop_group.h+100
- orchagent/p4orch/tests/neighbor_manager_test.cpp+871-292
- orchagent/p4orch/tests/p4orch_test.cpp+6
- orchagent/p4orch/tests/test_main.cpp+6
- orchagent/port/portcnt.h+10
- orchagent/port/porthlpr.cpp+16
- orchagent/port/portschema.h+2
- orchagent/portsorch.cpp+29-18
- tests/conftest.py+26-5
- tests/gearbox.py+105
- tests/macsec.py+185
- tests/mock_tests/mock_orchagent_main.cpp+6
- tests/mock_tests/portsorch_ut.cpp+66
- tests/p4rt/acl.py+1
- tests/p4rt/test_p4rt_acl.py+104
- tests/single_asic_voq_fs/default_config.json+276
- tests/test_hft.py+162-7
- tests/test_macsec_gearbox.py+133
0 commit comments