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** Adjust PFC watchdog detection algorithm to reduce false alarms. In the old PFC watchdog detection algorithm, the PFC watchdog can be triggered if either of the following...

I'm trying to compile sonic-swss (on master) ``` ./autogen.sh ./configure make ``` and i get this error: ``` routesync.cpp: In member function 'void swss::RouteSync::getNextHopList(rtnl_route*, std::string&, std::string&, std::string&)': routesync.cpp:1130:25: error: 'rtnl_route_nh_get_encap_mpls_dst'...

Reverts sonic-net/sonic-swss#3078 Regression observed on Mellanox platforms

Request for 202305 Branch
Request for 202311 Branch

**What I did** Static lag support changes in SWSS module sonic-net/SONiC#1039 **Why I did it** PXE application doesnt support LAG during boot. and also some legacy device doesnt support lacp....

**What I did** Add proper handling of DASH ENI admin state **Why I did it** To fix DASH ENI admin state update logic **How I verified it** vstest for ENI...

**What I did** Introduce a new role for DPU-NPU Interconnect **Why I did it** **How I verified it** **Details if related**

**What I did** Process TRANSCEIVER_INFO STATE_DB table on warm start to configure SAI_PORT_ATTR_HOST_TX_SIGNAL_ENABLE on warm boot. **Why I did it** Fix an issue that the port becomes operationally down after...

**What I did** On T2-VOQ chassis Emulation with multi-asic linecards, iBGP sessions dont come up. Related Issue: https://github.com/sonic-net/sonic-buildimage/issues/18129 This PR fixes above issue. More details: a. iBGP packet path is...

- What I did extern_learn flag is added while programming the fdb entry into the Kernel. This will make sure that kernel doesn't age out the fdb entry. (#15004) -...

**What I did** This PR has no real code change. It is purely clang formatting. It only applies to the P4Orch codes. Commands that I run: find orchagent/p4orch -name *.h...