Skip to content

Commit

Permalink
[Mellanox]Correct type, buffer size
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Sun committed Mar 13, 2020
1 parent efd8a42 commit 79fb245
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{% set default_cable = '5m' %}
{% set ingress_lossless_pool_size = '402653184' %}
{% set ingress_lossy_pool_size = '402653184' %}
{% set ingress_lossless_pool_size = '56623104' %}
{% set ingress_lossy_pool_size = '56623104' %}
{% set egress_lossless_pool_size = '60817392' %}
{% set egress_lossy_pool_size = '402653184' %}
{% set egress_lossy_pool_size = '56623104' %}

{%- macro generate_port_lists(PORT_ALL) %}
{# Generate list of ports #}
Expand Down

0 comments on commit 79fb245

Please sign in to comment.