Skip to content

Commit 886846f

Browse files
vmittal-msftqiluo-msft
authored andcommitted
Dell Z9332 systems optimized MMU settings for T0/T1 topology (#8341)
1 parent 99efd53 commit 886846f

File tree

6 files changed

+14
-16
lines changed

6 files changed

+14
-16
lines changed

device/dell/x86_64-dellemc_z9332f_d1508-r0/DellEMC-Z9332f-M-O16C64/buffers_defaults_t0.j2

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@
2626
{%- macro generate_buffer_pool_and_profiles() %}
2727
"BUFFER_POOL": {
2828
"ingress_lossless_pool": {
29-
"size": "66800476",
29+
"size": "66394076",
3030
"type": "ingress",
3131
"mode": "dynamic",
3232
"xoff": "8644128"
3333
},
3434
"egress_lossless_pool": {
35-
"size": "66800476",
35+
"size": "55921148",
3636
"type": "egress",
3737
"mode": "static"
3838
}
@@ -41,7 +41,7 @@
4141
"ingress_lossy_profile": {
4242
"pool":"[BUFFER_POOL|ingress_lossless_pool]",
4343
"size":"0",
44-
"static_th":"66800476"
44+
"static_th":"66394076"
4545
},
4646
"egress_lossless_profile": {
4747
"pool":"[BUFFER_POOL|egress_lossless_pool]",

device/dell/x86_64-dellemc_z9332f_d1508-r0/DellEMC-Z9332f-M-O16C64/buffers_defaults_t1.j2

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@
2626
{%- macro generate_buffer_pool_and_profiles() %}
2727
"BUFFER_POOL": {
2828
"ingress_lossless_pool": {
29-
"size": "66800476",
29+
"size": "66394076",
3030
"type": "ingress",
3131
"mode": "dynamic",
3232
"xoff": "8644128"
3333
},
3434
"egress_lossless_pool": {
35-
"size": "66800476",
35+
"size": "55921148",
3636
"type": "egress",
3737
"mode": "static"
3838
}
@@ -41,7 +41,7 @@
4141
"ingress_lossy_profile": {
4242
"pool":"[BUFFER_POOL|ingress_lossless_pool]",
4343
"size":"0",
44-
"static_th":"66800476"
44+
"static_th":"66394076"
4545
},
4646
"egress_lossless_profile": {
4747
"pool":"[BUFFER_POOL|egress_lossless_pool]",

device/dell/x86_64-dellemc_z9332f_d1508-r0/DellEMC-Z9332f-M-O16C64/th3-z9332f-16x400G-64x100G.config.bcm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ max_vp_lags.0=0
3131
tdma_intr_enable=1
3232
tdma_timeout_usec.0=5000000
3333
parity_correction.0=1
34-
mmu_lossless.0=0
3534
bcm_num_cos=10
3635
default_cpu_tx_queue=7
3736
pktdma_poll_mode_channel_bitmap=1

device/dell/x86_64-dellemc_z9332f_d1508-r0/DellEMC-Z9332f-O32/buffers_defaults_t0.j2

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
{%- macro generate_buffer_pool_and_profiles() %}
1111
"BUFFER_POOL": {
1212
"ingress_lossless_pool": {
13-
"size": "66435732",
13+
"size": "66394076",
1414
"type": "ingress",
1515
"mode": "dynamic",
16-
"xoff": "27400374"
16+
"xoff": "27200352"
1717
},
1818
"egress_lossless_pool": {
19-
"size": "66435732",
19+
"size": "38462204",
2020
"type": "egress",
2121
"mode": "static"
2222
}
@@ -25,7 +25,7 @@
2525
"ingress_lossy_profile": {
2626
"pool":"[BUFFER_POOL|ingress_lossless_pool]",
2727
"size":"0",
28-
"static_th":"66435732"
28+
"static_th":"66394076"
2929
},
3030
"egress_lossless_profile": {
3131
"pool":"[BUFFER_POOL|egress_lossless_pool]",

device/dell/x86_64-dellemc_z9332f_d1508-r0/DellEMC-Z9332f-O32/buffers_defaults_t1.j2

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
{%- macro generate_buffer_pool_and_profiles() %}
1111
"BUFFER_POOL": {
1212
"ingress_lossless_pool": {
13-
"size": "66435732",
13+
"size": "66394076",
1414
"type": "ingress",
1515
"mode": "dynamic",
16-
"xoff": "27400374"
16+
"xoff": "27200352"
1717
},
1818
"egress_lossless_pool": {
19-
"size": "66435732",
19+
"size": "38462204",
2020
"type": "egress",
2121
"mode": "static"
2222
}
@@ -25,7 +25,7 @@
2525
"ingress_lossy_profile": {
2626
"pool":"[BUFFER_POOL|ingress_lossless_pool]",
2727
"size":"0",
28-
"static_th":"66435732"
28+
"static_th":"66394076"
2929
},
3030
"egress_lossless_profile": {
3131
"pool":"[BUFFER_POOL|egress_lossless_pool]",

device/dell/x86_64-dellemc_z9332f_d1508-r0/DellEMC-Z9332f-O32/th3-z9332f-32x400G.config.bcm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ max_vp_lags.0=0
3131
tdma_intr_enable=1
3232
tdma_timeout_usec.0=5000000
3333
parity_correction.0=1
34-
mmu_lossless.0=0
3534
bcm_num_cos=10
3635
default_cpu_tx_queue=7
3736
pktdma_poll_mode_channel_bitmap=1

0 commit comments

Comments
 (0)