Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Mellanox] Update buffer calculations for Mellanox-SN5600-C224O8 SKU #20992

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading