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 (#2522)" (#2611)" (#2652)

This reverts commit b6bbc3e.
  • Loading branch information
jfeng-arista authored Jun 16, 2023
1 parent 87e0b08 commit 28ffc3a
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 @@ -738,9 +738,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 28ffc3a

Please sign in to comment.