Skip to content

Commit

Permalink
Revert "Revert "[voq][chassis]Add show fabric counters port/queue com…
Browse files Browse the repository at this point in the history
…mands (sonic-net#2522)" (sonic-net#2611)" (sonic-net#2652)

This reverts commit b6bbc3e.
  • Loading branch information
jfeng-arista authored and theasianpianist committed Jul 20, 2023
1 parent 9391d99 commit 71e9b92
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions orchagent/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -764,9 +764,8 @@ int main(int argc, char **argv)
if (gMySwitchType == "voq")
{
orchDaemon->setFabricEnabled(true);
// SAI doesn't fully support counters for non fabric asics
orchDaemon->setFabricPortStatEnabled(false);
orchDaemon->setFabricQueueStatEnabled(false);
orchDaemon->setFabricPortStatEnabled(true);
orchDaemon->setFabricQueueStatEnabled(true);
}
}
else
Expand Down

0 comments on commit 71e9b92

Please sign in to comment.