You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds egress_lossy_pool and fixes SAI error caused by TH5 default config
Why I did it
This change is needed to fix a SAI crash on boot. These values zero out the reserved buffer space that by default would cause the pools defined in config_db.json to fail to create due to insufficient remaining room.
How I did it
The buffer pool values were chosen by simply dividing the total available MMU memory into 3 pools.
How to verify it
Without this change device fails to boot correctly.
0 commit comments