sonic-swss icon indicating copy to clipboard operation
sonic-swss copied to clipboard

SONiC Switch State Service (SwSS)

Results 377 sonic-swss issues
Sort by recently updated
recently updated
newest added

…pdates for MCLAG config commands. **What I did** Remove the CLICK commands in the test_mclag_cfg.py and use REDIS_DB for config updates. **Why I did it** To address #10245 **How I...

**What I did** Enhance orchagent and buffer manager - Buffer manager: do not insert buffer queue into cache if the profile is illegal, which prevents an empty string from being...

**What I did** Added function to query scheduler group objects during SWSS restart. **Why I did it** Scheduler group objects were removed as they were missing in temp view during...

**What I did** fix using uninitialized variable error **Why I did it** Using uninitialized variables causes unexpected errors **How I verified it** Run test **Details if related**

**What I did** **1. Refactored portsyncd to improve testability:** - move free function declarations to header files and definitions to portsyncd_helper.cpp instead of portsyncd.cpp - Move Global Data Structures into...

What I did Avoid dropping traffic that is ingressing the port/pg that is in storm. The code changes in this PR avoid creating the ingress zero pool and profile and...

Signed-off-by: Mariusz Stachura What I did Adding the dynamic headroom calculation support for Barefoot platforms. Why I did it Enabling dynamic mode for barefoot case. How I verified it The...

This adds 3 new stages: * BuildAsan: same as 'Build' but with ENABLE_ASAN=y * BuildDockerAsan: same as 'BuildDocker' but uses asan-enabled swss and adds swss-dbg package. It also uses asan-enabled...

I have a SONIC chassis with 4 Linecards - 7800R3-48CQ2-LC 7800R3-48CQ2-LC 7800R3-48CQM2-LC 7800R3A-36DM2-LC After removing an Ipv6 address from an interface on ASIC0 on 7800R3A-36DM2-LC, I see orchagent crash on...

**_It's cherry-pick PR from master branch:_** https://github.com/Azure/sonic-swss/pull/2111 **What I did** Moved sai_deserialize_free_port_oper_status_ntf(count, port_oper_status); call outside the loop iterating port_oper_status array. **Why I did it** Calling sai_deserialize_free_port_oper_status_ntf(count, port_oper_status); in loop causes...