Skip to content

Commit

Permalink
Revert "[voq][chassis]Add show fabric counters port/queue commands (s…
Browse files Browse the repository at this point in the history
  • Loading branch information
arlakshm authored Jan 11, 2023
1 parent 52406e2 commit b6bbc3e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions orchagent/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -708,8 +708,9 @@ int main(int argc, char **argv)
if (gMySwitchType == "voq")
{
orchDaemon->setFabricEnabled(true);
orchDaemon->setFabricPortStatEnabled(true);
orchDaemon->setFabricQueueStatEnabled(true);
// SAI doesn't fully support counters for non fabric asics
orchDaemon->setFabricPortStatEnabled(false);
orchDaemon->setFabricQueueStatEnabled(false);
}
}
else
Expand Down

0 comments on commit b6bbc3e

Please sign in to comment.