From 917730daeb566153f3de49c578664539bf76baef Mon Sep 17 00:00:00 2001 From: Parvez Shaikh Date: Fri, 13 Dec 2024 21:40:32 -0800 Subject: [PATCH] Fix egress pool size Summary: as titled Reviewed By: nivinl Differential Revision: D67224948 fbshipit-source-id: 209bc1d3fa9c7450784fa1638e7300ef68d95d60 --- fboss/agent/hw/switch_asics/ChenabAsic.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fboss/agent/hw/switch_asics/ChenabAsic.cpp b/fboss/agent/hw/switch_asics/ChenabAsic.cpp index e52cd0d08f4a6..a4dc997593acb 100644 --- a/fboss/agent/hw/switch_asics/ChenabAsic.cpp +++ b/fboss/agent/hw/switch_asics/ChenabAsic.cpp @@ -297,7 +297,8 @@ uint32_t ChenabAsic::getMaxLabelStackDepth() const { return 3; } uint64_t ChenabAsic::getMMUSizeBytes() const { - return 420000; // return 108 * 1024 * 1024; + // Egress buffer pool size for Chenab Asics is 150MB + return 150 * 1024 * 1024; } uint64_t ChenabAsic::getSramSizeBytes() const { // No HBM!