sonic-swss icon indicating copy to clipboard operation
sonic-swss copied to clipboard

Add support for show/clear watermark for queue type ALL

Open tonytitus opened this issue 4 years ago • 1 comments

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 0 0 0 0 0 0 672

sonic-clear queue watermark all

show queue watermark all | grep Ethernet116

Ethernet116 0 0 0 0 0 0 0 0

Details if related

tonytitus avatar Jan 18 '21 21:01 tonytitus

Please add unit tests. Refer tests/test_watermark.py

neethajohn avatar Jan 28 '21 22:01 neethajohn