Skip to content

Commit

Permalink
Adjust fabric overhead for J3
Browse files Browse the repository at this point in the history
Summary: 6% not 10%

Reviewed By: shri-khare, nivinl

Differential Revision:
D61808389

Privacy Context Container: L1125642

fbshipit-source-id: 23939d415a99a00e383d6c2bf3ff55d8d8d79473
  • Loading branch information
Jasmeet Bagga authored and facebook-github-bot committed Aug 26, 2024
1 parent 9b7ff10 commit fa9275e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fboss/agent/PortUpdateHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ void PortUpdateHandler::computeFabricOverdrainPct(const StateDelta& delta) {
case cfg::AsicType::ASIC_TYPE_JERICHO2:
return 1.12;
case cfg::AsicType::ASIC_TYPE_JERICHO3:
return 1.10;
return 1.06;
case cfg::AsicType::ASIC_TYPE_MOCK:
case cfg::AsicType::ASIC_TYPE_FAKE:
// Mimicing J3 overhead
Expand Down

0 comments on commit fa9275e

Please sign in to comment.