Skip to content

Commit

Permalink
Updated buffer profile settings for TD3 based HWSKUs (Arista-7050CX3-…
Browse files Browse the repository at this point in the history
…32S-C32, Arista-7050CX3-32S-D48C8) (#11202)

* Updated buffer profile settings for TD3 based HWSKUs (Arista-7050CX3-32S-C32, Arista-7050CX3-32S-D48C8)
  • Loading branch information
vmittal-msft authored and qiluo-msft committed Jul 5, 2022
1 parent 32cda89 commit 6ada554
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"ingress_lossy_profile": {
"pool":"[BUFFER_POOL|ingress_lossless_pool]",
"size":"0",
"dynamic_th":"3"
"static_th":"32732160"
},
"egress_lossless_profile": {
"pool":"[BUFFER_POOL|egress_lossless_pool]",
Expand All @@ -40,7 +40,7 @@
"egress_lossy_profile": {
"pool":"[BUFFER_POOL|egress_lossy_pool]",
"size":"1792",
"dynamic_th":"-1"
"dynamic_th":"3"
}
},
{%- endmacro %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"ingress_lossy_profile": {
"pool":"[BUFFER_POOL|ingress_lossless_pool]",
"size":"0",
"dynamic_th":"3"
"static_th":"32712448"
},
"egress_lossless_profile": {
"pool":"[BUFFER_POOL|egress_lossless_pool]",
Expand All @@ -40,7 +40,7 @@
"egress_lossy_profile": {
"pool":"[BUFFER_POOL|egress_lossy_pool]",
"size":"1792",
"dynamic_th":"-1"
"dynamic_th":"3"
}
},
{%- endmacro %}
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# PG lossless profiles.
# speed cable size xon xoff threshold xon_offset
50000 5m 4608 4608 33792 -3 4608
100000 5m 4608 4608 49408 -3 4608
50000 40m 4608 4608 36352 -3 4608
100000 40m 4608 4608 54528 -3 4608
50000 300m 4608 4608 55296 -3 4608
100000 300m 4608 4608 92672 -3 4608
50000 5m 4608 4608 33792 0 4608
100000 5m 4608 4608 49408 0 4608
50000 40m 4608 4608 36352 0 4608
100000 40m 4608 4608 54528 0 4608
50000 300m 4608 4608 55296 0 4608
100000 300m 4608 4608 92672 0 4608
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"ingress_lossy_profile": {
"pool":"[BUFFER_POOL|ingress_lossless_pool]",
"size":"0",
"dynamic_th":"3"
"static_th":"32689152"
},
"egress_lossless_profile": {
"pool":"[BUFFER_POOL|egress_lossless_pool]",
Expand All @@ -41,7 +41,7 @@
"egress_lossy_profile": {
"pool":"[BUFFER_POOL|egress_lossy_pool]",
"size":"1792",
"dynamic_th":"-1"
"dynamic_th":"3"
}
},
{%- endmacro %}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# PG lossless profiles.
# speed cable size xon xoff threshold xon_offset
50000 5m 4608 4608 79872 -3 4608
100000 5m 4608 4608 54528 -3 4608
50000 40m 4608 4608 39936 -3 4608
100000 40m 4608 4608 60416 -3 4608
50000 300m 4608 4608 61440 -3 4608
100000 300m 4608 4608 103680 -3 4608
50000 5m 4608 4608 79872 0 4608
100000 5m 4608 4608 54528 0 4608
50000 40m 4608 4608 39936 0 4608
100000 40m 4608 4608 60416 0 4608
50000 300m 4608 4608 61440 0 4608
100000 300m 4608 4608 103680 0 4608
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"ingress_lossy_profile": {
"pool":"[BUFFER_POOL|ingress_lossless_pool]",
"size":"0",
"dynamic_th":"3"
"static_th":"32689152"
},
"egress_lossless_profile": {
"pool":"[BUFFER_POOL|egress_lossless_pool]",
Expand All @@ -93,7 +93,7 @@
"egress_lossy_profile": {
"pool":"[BUFFER_POOL|egress_lossy_pool]",
"size":"1792",
"dynamic_th":"-1"
"dynamic_th":"3"
}
},
"BUFFER_PG": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"ingress_lossy_profile": {
"pool":"[BUFFER_POOL|ingress_lossless_pool]",
"size":"0",
"dynamic_th":"3"
"static_th":"32689152"
},
"egress_lossless_profile": {
"pool":"[BUFFER_POOL|egress_lossless_pool]",
Expand All @@ -92,7 +92,7 @@
"egress_lossy_profile": {
"pool":"[BUFFER_POOL|egress_lossy_pool]",
"size":"1792",
"dynamic_th":"-1"
"dynamic_th":"3"
}
},
"BUFFER_PG": {
Expand Down

0 comments on commit 6ada554

Please sign in to comment.