Skip to content

Commit

Permalink
[Mellanox] Update buffer calculations for Mellanox-SN5600-C224O8 SKU (#…
Browse files Browse the repository at this point in the history
…20992)

- Why I did it
Update buffer calculations for Mellanox-SN5600-C224O8 HwSKU.

- How I did it
Update the lossless pull size

- How to verify it
Run sonic-mgmt QoS test
  • Loading branch information
noaOrMlnx authored Dec 12, 2024
1 parent 2b92c3d commit 5614f51
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
limitations under the License.
#}
{% set default_cable = '40m' %}
{% set ingress_lossless_pool_size = '113722268' %}
{% set ingress_lossless_pool_xoff = '19062784' %}
{% set ingress_lossless_pool_size = '144188416' %}
{% set ingress_lossless_pool_xoff = '1024' %}
{% set egress_lossless_pool_size = '158229504' %}
{% set egress_lossy_pool_size = '113722268' %}
{% set egress_lossy_pool_size = '144188416' %}

{% import 'buffers_defaults_objects.j2' as defs with context %}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
limitations under the License.
#}
{% set default_cable = '250m' %}
{% set ingress_lossless_pool_size = '113722368' %}
{% set ingress_lossless_pool_xoff = '19062784' %}
{% set ingress_lossless_pool_size = '144188416' %}
{% set ingress_lossless_pool_xoff = '1024' %}
{% set egress_lossless_pool_size = '158229504' %}
{% set egress_lossy_pool_size = '113722368' %}
{% set egress_lossy_pool_size = '144188416' %}

{%-set ports2cable = {
'torrouter_server' : '40m',
Expand Down

0 comments on commit 5614f51

Please sign in to comment.