sonic-swss
sonic-swss copied to clipboard
SONiC Switch State Service (SwSS)
**What I did** Added support for show/clear watermark for queue type ALL **Why I did it** **How I verified it** # show queue watermark all | grep Ethernet116 Ethernet116 0...
**What I did** Supported DEL/CLEAR support for PortQoSMap **Why I did it** config qos clear to work **How I verified it** swssloglevel -l INFO -c orchagent **Details if related** Dec...
**What I did** Fix config qos clear command. **Why I did it** Queue table update without scheduler profile. **How I verified it** swssloglevel -l DEBUG -c orchagent show log handleQueueTable...
**What I did** Added retry logic if reference count not zero **Why I did it** The order of deletion 'config qos clear' may not guarantee the order. **How I verified...
**What I did** Added removeQueueMapPerPort() counter part of generateQueueMapPerPort() **Why I did it** Need this cleanup as part of port remove. **How I verified it** Verified the Queue counter map...
**What I did** By default fallback to local table if l3mdev table lookup fails is enabled in kernel. This enables packet to move to default-vrf if route lookup in non-default-vrf...
**What I did** Added support for configuring Port-level Flow Control attribute from CONFIG_DB in PortsOrch. **Why I did it** Allows platforms with Port-level Flow Control capability to configure it via...
**What I did** Validate the port exists to avoid the crash **Why I did it** DB update make it crash. E.g. del "PFC_WD|GLOBAL" **How I verified it** del "PFC_WD|GLOBAL" **Details...
**What I did** This is the change to arp refresh , details are provided in below sections . **Why I did it** SONiC depends upon the Linux kernel to manage...
Signed-off-by: Prabhu Sreenivasan Threshold feature changes extracted from https://github.com/Azure/sonic-swss/pull/1067 **What I did** Add support for threshold feature which allows user to set threshold on packet buffer utilization and record threshold...