Skip to content

Commit ebc962c

Browse files
abdosijudyjoseph
authored andcommitted
Updated 7260 64x100 MMU Profile. (#7849)
What I did: Updated 7260 MMU Profile based on latest MSFT Tier 1 Tomahawk2_MMU_Setting_48x100G_40m_16x100G_300m_v1.0 and TH2_PGHdrm_MSFT. How I verify: Made sure image is up/traffic is flowing/mmu dump looked fine. SAI qos test need will be updated to support this SKU.
1 parent f6098c8 commit ebc962c

File tree

2 files changed

+14
-11
lines changed

2 files changed

+14
-11
lines changed

device/arista/x86_64-arista_7260cx3_64/Arista-7260CX3-C64/buffers_defaults_t1.j2

+11-5
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,22 @@
1010
{%- macro generate_buffer_pool_and_profiles() %}
1111
"BUFFER_POOL": {
1212
"ingress_lossless_pool": {
13-
"size": "33329088",
13+
{# SS Tab2 Row 71 #}
14+
"size": "33582016",
1415
"type": "ingress",
1516
"mode": "dynamic",
16-
"xoff": "7827456"
17+
{# SS Tab2 Row 68 #}
18+
"xoff": "8965632"
1719
},
1820
"egress_lossy_pool": {
19-
"size": "26663272",
21+
{# SS Tab2 Row 60 #}
22+
"size": "26866112",
2023
"type": "egress",
2124
"mode": "dynamic"
2225
},
2326
"egress_lossless_pool": {
24-
"size": "42349632",
27+
{# SS Tab2 Row 56 #}
28+
"size": "43481152",
2529
"type": "egress",
2630
"mode": "static"
2731
}
@@ -30,12 +34,14 @@
3034
"ingress_lossy_profile": {
3135
"pool":"[BUFFER_POOL|ingress_lossless_pool]",
3236
"size":"0",
37+
{# SS Tab1 Row 9 #}
3338
"static_th":"44302336"
3439
},
3540
"egress_lossless_profile": {
3641
"pool":"[BUFFER_POOL|egress_lossless_pool]",
3742
"size":"0",
38-
"static_th":"42349632"
43+
{# SS Tab2 Row 56 #}
44+
"static_th":"43481152"
3945
},
4046
"egress_lossy_profile": {
4147
"pool":"[BUFFER_POOL|egress_lossy_pool]",
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# PG lossless profiles.
22
# speed cable size xon xoff threshold xon_offset
3-
50000 5m 1248 1248 56160 -3 2496
4-
100000 5m 1248 1248 96928 -3 2496
5-
50000 40m 1248 1248 96096 -3 2496
6-
100000 40m 1248 1248 177632 -3 2496
7-
50000 300m 1248 1248 141856 -3 2496
8-
100000 300m 1248 1248 268736 -3 2496
3+
100000 5m 1248 1248 96928 -3 2496
4+
100000 40m 1248 1248 59696 -3 2496
5+
100000 300m 1248 1248 101088 -3 2496

0 commit comments

Comments
 (0)