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 Introduce gcov-related automation script to test coverage rate for swss module Why I did it Attempt to integrate coverage report for each module in SONiC to Azure...

**What I did** - Maintain a count in orchagent VLAN strcuture indicating the number of VLAN members in UP state. - Send VLAn UP/DOWN to Vlanmgr either when the first...

**What I did** Deal with the possibility that the chosen next hop object goes through a local sub port router interface **Why I did it** Mirror destination lookup is done...

subport

**Why I did it** In the case of mirror destination in directly connected subnet, reflect actual mirror session status in STATE_DB at port oper status change. **What I did** -...

**What I did** Extend bgp eoiu support to speed up route reconciliation of EVPN/fdbsyncd **Why I did it** To make use of eoiu feature to speed up reconciliation of EVPN/fdbsyncd...

**What I did** Implement 2.6.3 Queue Reconfiguration or Removal in [PFC watchdog HLD](https://github.com/Azure/SONiC/wiki/PFC-Watchdog-Design#263-queue-reconfiguration-or-removal) **Why I did it** Fix issue 2 stated in https://github.com/Azure/sonic-swss/issues/842: "A mechanism should be introduced to let...

pfcwd

**What I did** 1. Wrap config processing into the following 4 newly introduced member functions with NO change or modification to the current processing logic - `registerPortInWdDb` - `registerQueueInWdDb` -...

pfcwd

**What I did** APPL_DB tracks in-storm queues for potential warm-reboot. In the following two scenarios, in-storm queues should be removed from APPL_DB. 1. At pfcwd config removal from a port....

pfcwd

There is an private pointer in the EVPN orch which is used save the local vtep. But the local vtep is add/removed in the vxlan tunnel orch, the vxlan tunnel...

**What I did** Introduce PFC config bitmask to track user-configured PFC enabled TCs on physical port This allows separate tracking of user-configured PFC bitmask (`pfc_enable` field in `CONFIG_DB`) from PFC...

pfcwd