Skip to content

Commit

Permalink
Max voqs for 2 stage is 64536 not 64512
Browse files Browse the repository at this point in the history
Summary: As titled

Reviewed By: daiwei1983

Differential Revision:
D66901930

Privacy Context Container: L1125642

fbshipit-source-id: 651e5906147035ea89b4eca21fac59319ece74ac
  • Loading branch information
Jasmeet Bagga authored and facebook-github-bot committed Dec 7, 2024
1 parent 6f0a537 commit d0f2344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fboss/agent/platforms/sai/SaiPlatform.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ SaiSwitchTraits::CreateAttributes SaiPlatform::getSwitchAttributes(
maxSystemPortId = 32515;
maxLocalSystemPortId = 5;
maxSystemPorts = 21766;
maxVoqs = 64512;
maxVoqs = 64536;
} else {
maxSystemPortId = 6143;
maxLocalSystemPortId = -1;
Expand Down

0 comments on commit d0f2344

Please sign in to comment.