Skip to content

Commit 3c745e7

Browse files
committed
TH5-512 ingress and egress lossy queue buffer size change
#### Why I did it BRCM SAI 13.2.1 increases the pkt trim buffer pool to 1.7MB, leading to the reduction of available lossy queue buffer. Without this change, there will be a syncd crash on default buffer profile pairing with SAI 13.2.1. ##### Work item tracking - Microsoft ADO **(number only)**: #### How I did it Reduce default ingress and egress lossy buffer size from 165307264 with 161999982 #### How to verify it Verified on Arista-7060X6-64PE-B-C512S2 #### Which release branch to backport (provide reason below if selected) - [x] 202412 #### Tested branch (Please provide the tested image version) - [x] 202412.b27 #### Description for the changelog BRCM SAI 13.2.1 increases the pkt trim buffer pool to 1.7MB, available lossy queue buffer size to be reduced accordingly. #### Link to config_db schema for YANG module changes #### A picture of a cute animal (not mandatory but encouraged)
1 parent 0ff16af commit 3c745e7

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

device/arista/x86_64-arista_7060x6_64pe_b/Arista-7060X6-64PE-B-C512S2/buffers_defaults_t0.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
{%- macro generate_buffer_pool_and_profiles() %}
66
"BUFFER_POOL": {
77
"ingress_lossy_pool": {
8-
"size": "165307264",
8+
"size": "163593526",
99
"type": "ingress",
1010
"mode": "dynamic"
1111
},
1212
"egress_lossy_pool": {
13-
"size": "165307264",
13+
"size": "163593526",
1414
"type": "egress",
1515
"mode": "dynamic"
1616
}

device/arista/x86_64-arista_7060x6_64pe_b/Arista-7060X6-64PE-B-C512S2/buffers_defaults_t1.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
{%- macro generate_buffer_pool_and_profiles() %}
66
"BUFFER_POOL": {
77
"ingress_lossy_pool": {
8-
"size": "165307264",
8+
"size": "163593526",
99
"type": "ingress",
1010
"mode": "dynamic"
1111
},
1212
"egress_lossy_pool": {
13-
"size": "165307264",
13+
"size": "163593526",
1414
"type": "egress",
1515
"mode": "dynamic"
1616
}

0 commit comments

Comments
 (0)