Skip to content

Commit

Permalink
Dell Z9332 systems optimized MMU settings for T0/T1 topology (#8341)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmittal-msft authored Aug 6, 2021
1 parent 1270da8 commit c37f6ea
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
{%- macro generate_buffer_pool_and_profiles() %}
"BUFFER_POOL": {
"ingress_lossless_pool": {
"size": "66800476",
"size": "66394076",
"type": "ingress",
"mode": "dynamic",
"xoff": "8644128"
},
"egress_lossless_pool": {
"size": "66800476",
"size": "55921148",
"type": "egress",
"mode": "static"
}
Expand All @@ -41,7 +41,7 @@
"ingress_lossy_profile": {
"pool":"[BUFFER_POOL|ingress_lossless_pool]",
"size":"0",
"static_th":"66800476"
"static_th":"66394076"
},
"egress_lossless_profile": {
"pool":"[BUFFER_POOL|egress_lossless_pool]",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
{%- macro generate_buffer_pool_and_profiles() %}
"BUFFER_POOL": {
"ingress_lossless_pool": {
"size": "66800476",
"size": "66394076",
"type": "ingress",
"mode": "dynamic",
"xoff": "8644128"
},
"egress_lossless_pool": {
"size": "66800476",
"size": "55921148",
"type": "egress",
"mode": "static"
}
Expand All @@ -41,7 +41,7 @@
"ingress_lossy_profile": {
"pool":"[BUFFER_POOL|ingress_lossless_pool]",
"size":"0",
"static_th":"66800476"
"static_th":"66394076"
},
"egress_lossless_profile": {
"pool":"[BUFFER_POOL|egress_lossless_pool]",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ max_vp_lags.0=0
tdma_intr_enable=1
tdma_timeout_usec.0=5000000
parity_correction.0=1
mmu_lossless.0=0
bcm_num_cos=10
default_cpu_tx_queue=7
pktdma_poll_mode_channel_bitmap=1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
{%- macro generate_buffer_pool_and_profiles() %}
"BUFFER_POOL": {
"ingress_lossless_pool": {
"size": "66435732",
"size": "66394076",
"type": "ingress",
"mode": "dynamic",
"xoff": "27400374"
"xoff": "27200352"
},
"egress_lossless_pool": {
"size": "66435732",
"size": "38462204",
"type": "egress",
"mode": "static"
}
Expand All @@ -25,7 +25,7 @@
"ingress_lossy_profile": {
"pool":"[BUFFER_POOL|ingress_lossless_pool]",
"size":"0",
"static_th":"66435732"
"static_th":"66394076"
},
"egress_lossless_profile": {
"pool":"[BUFFER_POOL|egress_lossless_pool]",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
{%- macro generate_buffer_pool_and_profiles() %}
"BUFFER_POOL": {
"ingress_lossless_pool": {
"size": "66435732",
"size": "66394076",
"type": "ingress",
"mode": "dynamic",
"xoff": "27400374"
"xoff": "27200352"
},
"egress_lossless_pool": {
"size": "66435732",
"size": "38462204",
"type": "egress",
"mode": "static"
}
Expand All @@ -25,7 +25,7 @@
"ingress_lossy_profile": {
"pool":"[BUFFER_POOL|ingress_lossless_pool]",
"size":"0",
"static_th":"66435732"
"static_th":"66394076"
},
"egress_lossless_profile": {
"pool":"[BUFFER_POOL|egress_lossless_pool]",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ max_vp_lags.0=0
tdma_intr_enable=1
tdma_timeout_usec.0=5000000
parity_correction.0=1
mmu_lossless.0=0
bcm_num_cos=10
default_cpu_tx_queue=7
pktdma_poll_mode_channel_bitmap=1
Expand Down

0 comments on commit c37f6ea

Please sign in to comment.