Skip to content

Commit

Permalink
Revert "[Arista]: Fix TH5 egress pool creation failure with BCM YAML …
Browse files Browse the repository at this point in the history
…file and SAI update on 07/16 (#19640)" (#20245)

This reverts commit 0344d4a.
  • Loading branch information
Janetxxx authored and mssonicbld committed Sep 16, 2024
1 parent 78172f3 commit 2afef3b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
{%- macro generate_buffer_pool_and_profiles() %}
"BUFFER_POOL": {
"ingress_lossless_pool": {
"size": "165603428",
"size": "165660324",
"type": "ingress",
"mode": "dynamic",
"xoff": "29520896"
},
"egress_lossless_pool": {
"size": "165603428",
"size": "165660324",
"type": "egress",
"mode": "dynamic"
}
Expand Down

0 comments on commit 2afef3b

Please sign in to comment.