Skip to content

[Mellanox] Update Mellanox-SN5600-C256S1 buffer calculations #20991

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

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 = '115245056' %}
{% set ingress_lossless_pool_xoff = '14826496' %}
{% set ingress_lossless_pool_size = '142703616' %}
{% set ingress_lossless_pool_xoff = '1024' %}
{% set egress_lossless_pool_size = '158229504' %}
{% set egress_lossy_pool_size = '115245056' %}
{% set egress_lossy_pool_size = '142703616' %}

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,18 @@
See the License for the specific language governing permissions and
limitations under the License.
#}
{% set default_cable = '300m' %}
{% set ingress_lossless_pool_size = '137779200' %}
{% set ingress_lossless_pool_xoff = '10092544' %}
{% set default_cable = '250m' %}
{% set ingress_lossless_pool_size = '142703616' %}
{% set ingress_lossless_pool_xoff = '1024' %}
{% set egress_lossless_pool_size = '158229504' %}
{% set egress_lossy_pool_size = '137779200' %}
{% set egress_lossy_pool_size = '142703616' %}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@noaOrMlnx Are we having both lossless and lossy pool?


{%-set ports2cable = {
'torrouter_server' : '40m',
'leafrouter_torrouter' : '250m',
'spinerouter_leafrouter' : '1000m'
}
-%}

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,11 @@
200000 300m 19456 19456 130048 0
400000 300m 19456 19456 243712 0
800000 300m 38912 38912 411648 0
10000 1000m 19456 19456 24576 0
25000 1000m 19456 19456 46080 0
40000 1000m 19456 19456 68608 0
50000 1000m 19456 19456 83968 0
100000 1000m 19456 19456 168960 0
200000 1000m 19456 19456 308224 0
400000 1000m 19456 19456 610304 0
800000 1000m 38912 38912 1153024 0
Loading