Skip to content

Commit c6d8c0f

Browse files
committed
Set egress mirror headroom to 0 on SN6600 platform
Signed-off-by: Stephen Sun <[email protected]>
1 parent 42929d8 commit c6d8c0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cfgmgr/buffer_pool_mellanox.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ if platform then
199199
-- Reserve 32MB for modification descriptors pool
200200
if model_number and model_number >= 6000 then
201201
modification_descriptors_pool_size = 32 * 1024 * 1024
202+
egress_mirror_headroom = 0
202203
end
203204
end
204205
end

0 commit comments

Comments
 (0)