Skip to content

Commit

Permalink
Update Mellanox-SN5600-C256S1, Mellanox-SN5600-C224O8 buffers and DSC…
Browse files Browse the repository at this point in the history
…P mapping
  • Loading branch information
noaOrMlnx committed Jan 13, 2025
1 parent 94b860b commit e8062d0
Show file tree
Hide file tree
Showing 9 changed files with 447 additions and 348 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{#
SPDX-FileCopyrightText: NVIDIA CORPORATION & AFFILIATES
Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
Copyright (c) 2024-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
Apache-2.0
Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -15,11 +15,17 @@
See the License for the specific language governing permissions and
limitations under the License.
#}
{% set default_cable = '40m' %}
{% set ingress_lossless_pool_size = '144188416' %}
{% set ingress_lossless_pool_xoff = '1024' %}
{% set default_cable = '0m' %}
{%-set ports2cable = {
'torrouter_server' : '0m',
'leafrouter_torrouter' : '0m',
'spinerouter_leafrouter' : '0m'
}
-%}
{% set ingress_lossless_pool_size = '144189440' %}
{% set ingress_lossless_pool_xoff = '0' %}
{% set egress_lossless_pool_size = '158229504' %}
{% set egress_lossy_pool_size = '144188416' %}
{% set egress_lossy_pool_size = '144189440' %}

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

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{#
SPDX-FileCopyrightText: NVIDIA CORPORATION & AFFILIATES
Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
Copyright (c) 2024-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
Apache-2.0
Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -15,18 +15,17 @@
See the License for the specific language governing permissions and
limitations under the License.
#}
{% set default_cable = '250m' %}
{% set ingress_lossless_pool_size = '144188416' %}
{% set ingress_lossless_pool_xoff = '1024' %}
{% set egress_lossless_pool_size = '158229504' %}
{% set egress_lossy_pool_size = '144188416' %}

{% set default_cable = '0m' %}
{%-set ports2cable = {
'torrouter_server' : '40m',
'leafrouter_torrouter' : '250m',
'spinerouter_leafrouter' : '1000m'
'torrouter_server' : '0m',
'leafrouter_torrouter' : '0m',
'spinerouter_leafrouter' : '0m'
}
-%}
{% set ingress_lossless_pool_size = '144189440' %}
{% set ingress_lossless_pool_xoff = '0' %}
{% set egress_lossless_pool_size = '158229504' %}
{% set egress_lossy_pool_size = '144189440' %}

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

Expand Down

This file was deleted.

Loading

0 comments on commit e8062d0

Please sign in to comment.