Skip to content

Commit 71e9b92

Browse files
jfeng-aristatheasianpianist
authored andcommitted
Revert "Revert "[voq][chassis]Add show fabric counters port/queue commands (sonic-net#2522)" (sonic-net#2611)" (sonic-net#2652)
This reverts commit b6bbc3e.
1 parent 9391d99 commit 71e9b92

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

orchagent/main.cpp

+2-3
Original file line numberDiff line numberDiff line change
@@ -764,9 +764,8 @@ int main(int argc, char **argv)
764764
if (gMySwitchType == "voq")
765765
{
766766
orchDaemon->setFabricEnabled(true);
767-
// SAI doesn't fully support counters for non fabric asics
768-
orchDaemon->setFabricPortStatEnabled(false);
769-
orchDaemon->setFabricQueueStatEnabled(false);
767+
orchDaemon->setFabricPortStatEnabled(true);
768+
orchDaemon->setFabricQueueStatEnabled(true);
770769
}
771770
}
772771
else

0 commit comments

Comments
 (0)