sonic-swss
sonic-swss copied to clipboard
SONiC Switch State Service (SwSS)
**What I did** Added support for applying QoS profiles on VoQ on chassis **Why I did it** egress_lossy_profile/egress_lossless_profiles were not applied on remote ports on the DUT and were only...
* Introduce DASH specific orchs - DashOrch, DashVnetOrch and DashRouteOrch * Introduce changes to handle various DASH table schemas and operations * Changes in bulker to introduce new constructors for...
This reverts commit 8eea92e7f57ac457cc5b4d8cd3e8d8c89e301872. Signed-off-by: Vadym Hlushko [[email protected]](mailto:[email protected]) ``` commit 6f1199afc3458e526c26b5d7c498fdaf810fbaca Author: Shlomi Bitton Date: Sun Jan 2 16:55:58 2022 +0000 Filter unconfigured ports buffers queue/pg counters configurations on init....
Signed-off-by: Stepan Blyschak **What I did** I fixed an issue that on port deletion (port breakout scenario), the port OID is not removed from ```saiOidToAlias``` map, resulting in ```getPort``` returns...
This is a partial Change. It enables the primary endpoint tag and adds the data structures to keep track of Primary and secondary endpoints in a VLAN tunnel. Additional changes...
**What I did** **Why I did it** **How I verified it** **Details if related**
Signed-off-by: Andriy Kokhan **What I did** Added a check into addLagMember() whether this new LAG member still exists in the kernel. **Why I did it** During syncd container autorestart scenario,...
Refer: https://github.com/sonic-net/sonic-swss/pull/2459 **What I did** Add DASH ACL orchagent implementation. **Why I did it** DASH needs ACL function. **How I verified it** ``` $ sudo pytest -sv --num-ports=2 test_dash_acl.py --pdb...
* Fixing issue #11621 * The cleanup code for stale rif counters are now moved to syncd . Earlier as part of fix for issue #2193 the cleanup for stale...
Signed-off-by: Masaru OKI **What I did** Enable SAI_HOSTIF_VLAN_TAG_KEEP if subport list is not empty. **Why I did it** In original code, VLAN tag is stripped in receved packet. It is...