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

**What I did** Static lag support changes in SWSS module https://github.com/sonic-net/SONiC/pull/1039 other dependent pull request https://github.com/sonic-net/sonic-buildimage/pull/12360 https://github.com/sonic-net/sonic-swss/pull/2486 https://github.com/sonic-net/sonic-utilities/pull/2436 **Why I did it** 1. swss handles --static flag and corresponding invokes...

**What I did** As part of port init, get ADV speed for the port if autoneg is enabled. If auto neg is not enabled, get configured port attr speed. **Why...

This reverts commit [f0f1eb47c4ae5359666a026f8b6d4b4d2d1838aa](https://github.com/sonic-net/sonic-swss/commit/f0f1eb47c4ae5359666a026f8b6d4b4d2d1838aa) 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....

Why I did it: to improve switchover performance How I did it: Added stopPFCWdOnAllPorts and startPFCWdOnAllPorts function in PFCWdSwOrch. On each switchover, PFC Wd is stopped unless there is a...

``` Fix the following NVOS-SwSS module Coverity issues: ----------------------------------------------------------- - Uncaught execption, in /src/nvos-swss/orchagent/main.cpp - Uninitialized scalar field, in /src/nvos-swss/orchagent/port.h - Uninitialized scalar field, in /src/nvos-swss/orchagent/port.h - Unchecked return value,...

…wait forever Description: 1. When executing warm-reboot continuously, the orchagent cannot finish pre-warm task within 10 secs. 2. And then, the orchagent will be frozen by "second" warm restart. 3....

**What I did** Added Interface cache in nbrmgrd to handle neighbor refresh Nbrmgrd subscribes to Interface Table events and adss/deletes interface cache ==> Interface to IPAddr list info, whenever ip...

**What I did** Added Refresh Timer functionality in Nbrmgr. **Why I did it** Please refer https://github.com/sonic-net/SONiC/pull/1043

**What I did** Added neighbor cache in nbrmgrd to handle neighbor refresh Neighsyncd receives neighbor table events from kernel and adds the neighbor in NEIGH_REFRESH_TABLE. Nbrmgrd subscribes NEIGH_REFRESH_TABLE events and...

Error handling framework is responsible for notifying ASIC/SAI programming failures to the applications. Changes in OrchAgent includes: - Receives notifications from syncd - Process the notifications from syncd and logs...