Skip to content

Commit

Permalink
[flex couter] add RIF counter check to isEmpty (sonic-net#459)
Browse files Browse the repository at this point in the history
Signed-off-by: Mykola Faryma <[email protected]>
  • Loading branch information
mykolaf authored and wendani committed May 21, 2019
1 parent 0f6144c commit 8bf43a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions syncd/syncd_flex_counter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -677,6 +677,7 @@ bool FlexCounter::isEmpty()
m_priorityGroupPlugins.empty() &&
m_queueCounterIdsMap.empty() &&
m_portCounterIdsMap.empty() &&
m_rifCounterIdsMap.empty() &&
m_queueAttrIdsMap.empty() &&
m_queuePlugins.empty() &&
m_portPlugins.empty();
Expand Down

0 comments on commit 8bf43a6

Please sign in to comment.