You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[pfcwd] Convert polling interval from ms to us in LUA scripts (sonic-net#1908)
**What I did**
Converted polling interval from milliseconds to microseconds in PFCWD LUA scripts.
**Why I did it**
PFCWD storm detection and restoration LUA scripts require values in microseconds.
Due to recent changes polling interval is now passed in milliseconds by "FlexCounter".
* sonic-net/sonic-sairedis#878
So need to convert values to microseconds (as it was before) in order to make PFCWD working,
**How I verified it**
Ran PFCWD tests from sonic-mgmt.
0 commit comments