sonic-swss
sonic-swss copied to clipboard
SONiC Switch State Service (SwSS)
Change required to not query SAI_QUEUE_ATTR_BUFFER_PROFILE_ID and SAI_INGRESS_PRIORITY_GROUP_ATTR_BUFFER_PROFILE before APPLY_VIEW, because in warm boot scenario is bringing previous buffer profile into OA scope, and this is causing extra buffer profile...
**What I did** 1) Add m_voq_ids to SystemPortInfo to maintain the list of queue ids. 2) Add two new tables COUNTERS_SYSTEM_PORT_NAME_MAP and COUNTERS_VOQ_NAME_MAP to enable queuestat to differentiate between Port...
Hi, While I understand the motivation behind the buffer pool changes, the commit message does not mention anything about why the zero buffer profile attribute values have been changed. For...
The VRF changes for IPv6 link local enhancements => Adding/Deleting IPv6 LL /10 and /128 routes for every VR. These are missing changes from PR - https://github.com/Azure/sonic-swss/pull/1463 Signed-off-by: Akhilesh Samineni
**What I did** The click commands usage is avoided in test_virtual_chassis.py **Why I did it** To fix issue https://github.com/Azure/sonic-buildimage/issues/10246 **How I verified it** - Executed vstest for test_virtual_chassis.py with docker-sonic-vs.gz...
Signed-off-by: KonstiantynHalushka **What I did** Added disabling of NAT feature **Why I did it** IP table rule was not removed after config reload (Azure#1835) **How I verified it** sudo config...
Currently when the static route is added for remote neighbor, kernel assigns it a default metric of 1024 in the case of ipv6. For ipv4 the default metric is 0....
**What I did** **Why I did it** **How I verified it** **Details if related**
This PR covers: 1. Changes in sonic-swss to handle Aging notification from SAI. Related PRs: [https://github.com/opencomputeproject/SAI/pull/1365](https://github.com/opencomputeproject/SAI/pull/1365) [https://github.com/Azure/sonic-sairedis/pull/987](https://github.com/Azure/sonic-sairedis/pull/987) 2. Bulking the NAT messages between Natorch and Syncd. These changes are aimed...
Signed-off-by: Volodymyr Samotiy **What I did** Add possibility for PFCWD to detect PFC storm on all priorities when asymmetric PFC is enabled. According to requirements PFCWD should detect PFC storm...