Skip to content
Open
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 @@ -35,17 +35,17 @@
"queue1_downlink_lossy_profile": {
"pool": "egress_lossy_pool",
"size": "1778",
"dynamic_th": "-7"
"dynamic_th": "3"
},
"queue2_downlink_lossy_profile": {
"pool": "egress_lossy_pool",
"size": "1778",
"dynamic_th": "-7"
"dynamic_th": "3"
},
"queue3_downlink_lossy_profile": {
"pool": "egress_lossy_pool",
"size": "1778",
"dynamic_th": "-7"
"dynamic_th": "3"
},
"queue4_downlink_lossy_profile": {
"pool": "egress_lossy_pool",
Expand All @@ -70,17 +70,17 @@
"queue1_uplink_lossy_profile": {
"pool": "egress_lossy_pool",
"size": "1778",
"dynamic_th": "-7"
"dynamic_th": "3"
},
"queue2_uplink_lossy_profile": {
"pool": "egress_lossy_pool",
"size": "1778",
"dynamic_th": "-7"
"dynamic_th": "3"
},
"queue3_uplink_lossy_profile": {
"pool": "egress_lossy_pool",
"size": "1778",
"dynamic_th": "-7"
"dynamic_th": "3"
},
"queue4_uplink_lossy_profile": {
"pool": "egress_lossy_pool",
Expand Down Expand Up @@ -108,7 +108,7 @@

{% if DEVICE_METADATA
and DEVICE_METADATA['localhost']
and DEVICE_METADATA['localhost'].type == "LeafRouter"
and DEVICE_METADATA['localhost'].type in ('LeafRouter', 'ToRRouter', 'BackEndLeafRouter', 'BackEndToRRouter')
and DEVICE_NEIGHBOR
and DEVICE_NEIGHBOR_METADATA %}
{%- macro generate_queue_buffers(ports) %}
Expand All @@ -117,7 +117,7 @@
{% if DEVICE_NEIGHBOR[port]
and DEVICE_NEIGHBOR[port].name
and DEVICE_NEIGHBOR_METADATA[DEVICE_NEIGHBOR[port].name]
and DEVICE_NEIGHBOR_METADATA[DEVICE_NEIGHBOR[port].name].type in ('LeafRouter', 'SpineRouter') %}
and DEVICE_NEIGHBOR_METADATA[DEVICE_NEIGHBOR[port].name].type in ('LeafRouter', 'SpineRouter', 'BackEndLeafRouter', 'BackEndSpineRouter') %}
"{{ port }}|0": {
"profile": "queue0_uplink_lossy_profile"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,17 @@
"queue1_downlink_lossy_profile": {
"pool": "egress_lossy_pool",
"size": "1778",
"dynamic_th": "-7"
"dynamic_th": "3"
},
"queue2_downlink_lossy_profile": {
"pool": "egress_lossy_pool",
"size": "1778",
"dynamic_th": "-7"
"dynamic_th": "3"
},
"queue3_downlink_lossy_profile": {
"pool": "egress_lossy_pool",
"size": "1778",
"dynamic_th": "-7"
"dynamic_th": "3"
},
"queue4_downlink_lossy_profile": {
"pool": "egress_lossy_pool",
Expand All @@ -70,17 +70,17 @@
"queue1_uplink_lossy_profile": {
"pool": "egress_lossy_pool",
"size": "1778",
"dynamic_th": "-7"
"dynamic_th": "3"
},
"queue2_uplink_lossy_profile": {
"pool": "egress_lossy_pool",
"size": "1778",
"dynamic_th": "-7"
"dynamic_th": "3"
},
"queue3_uplink_lossy_profile": {
"pool": "egress_lossy_pool",
"size": "1778",
"dynamic_th": "-7"
"dynamic_th": "3"
},
"queue4_uplink_lossy_profile": {
"pool": "egress_lossy_pool",
Expand Down Expand Up @@ -108,7 +108,7 @@

{% if DEVICE_METADATA
and DEVICE_METADATA['localhost']
and DEVICE_METADATA['localhost'].type == "LeafRouter"
and DEVICE_METADATA['localhost'].type in ('LeafRouter', 'ToRRouter', 'BackEndLeafRouter', 'BackEndToRRouter')
and DEVICE_NEIGHBOR
and DEVICE_NEIGHBOR_METADATA %}
{%- macro generate_queue_buffers(ports) %}
Expand All @@ -117,7 +117,7 @@
{% if DEVICE_NEIGHBOR[port]
and DEVICE_NEIGHBOR[port].name
and DEVICE_NEIGHBOR_METADATA[DEVICE_NEIGHBOR[port].name]
and DEVICE_NEIGHBOR_METADATA[DEVICE_NEIGHBOR[port].name].type in ('LeafRouter', 'SpineRouter') %}
and DEVICE_NEIGHBOR_METADATA[DEVICE_NEIGHBOR[port].name].type in ('LeafRouter', 'SpineRouter', 'BackEndLeafRouter', 'BackEndSpineRouter') %}
"{{ port }}|0": {
"profile": "queue0_uplink_lossy_profile"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,17 @@
"queue1_downlink_lossy_profile": {
"pool": "egress_lossy_pool",
"size": "1778",
"dynamic_th": "-7"
"dynamic_th": "3"
},
"queue2_downlink_lossy_profile": {
"pool": "egress_lossy_pool",
"size": "1778",
"dynamic_th": "-7"
"dynamic_th": "3"
},
"queue3_downlink_lossy_profile": {
"pool": "egress_lossy_pool",
"size": "1778",
"dynamic_th": "-7"
"dynamic_th": "3"
},
"queue4_downlink_lossy_profile": {
"pool": "egress_lossy_pool",
Expand All @@ -70,17 +70,17 @@
"queue1_uplink_lossy_profile": {
"pool": "egress_lossy_pool",
"size": "1778",
"dynamic_th": "-7"
"dynamic_th": "3"
},
"queue2_uplink_lossy_profile": {
"pool": "egress_lossy_pool",
"size": "1778",
"dynamic_th": "-7"
"dynamic_th": "3"
},
"queue3_uplink_lossy_profile": {
"pool": "egress_lossy_pool",
"size": "1778",
"dynamic_th": "-7"
"dynamic_th": "3"
},
"queue4_uplink_lossy_profile": {
"pool": "egress_lossy_pool",
Expand Down Expand Up @@ -108,7 +108,7 @@

{% if DEVICE_METADATA
and DEVICE_METADATA['localhost']
and DEVICE_METADATA['localhost'].type == "ToRRouter"
and DEVICE_METADATA['localhost'].type in ('LeafRouter', 'ToRRouter', 'BackEndLeafRouter', 'BackEndToRRouter')
and DEVICE_NEIGHBOR
and DEVICE_NEIGHBOR_METADATA %}
{%- macro generate_queue_buffers(ports) %}
Expand All @@ -117,7 +117,7 @@
{% if DEVICE_NEIGHBOR[port]
and DEVICE_NEIGHBOR[port].name
and DEVICE_NEIGHBOR_METADATA[DEVICE_NEIGHBOR[port].name]
and DEVICE_NEIGHBOR_METADATA[DEVICE_NEIGHBOR[port].name].type in ('LeafRouter', 'ToRRouter') %}
and DEVICE_NEIGHBOR_METADATA[DEVICE_NEIGHBOR[port].name].type in ('LeafRouter', 'ToRRouter', 'BackEndLeafRouter', 'BackEndToRRouter') %}
"{{ port }}|0": {
"profile": "queue0_uplink_lossy_profile"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,17 @@
"queue1_downlink_lossy_profile": {
"pool": "egress_lossy_pool",
"size": "1778",
"dynamic_th": "-7"
"dynamic_th": "3"
},
"queue2_downlink_lossy_profile": {
"pool": "egress_lossy_pool",
"size": "1778",
"dynamic_th": "-7"
"dynamic_th": "3"
},
"queue3_downlink_lossy_profile": {
"pool": "egress_lossy_pool",
"size": "1778",
"dynamic_th": "-7"
"dynamic_th": "3"
},
"queue4_downlink_lossy_profile": {
"pool": "egress_lossy_pool",
Expand All @@ -70,17 +70,17 @@
"queue1_uplink_lossy_profile": {
"pool": "egress_lossy_pool",
"size": "1778",
"dynamic_th": "-7"
"dynamic_th": "3"
},
"queue2_uplink_lossy_profile": {
"pool": "egress_lossy_pool",
"size": "1778",
"dynamic_th": "-7"
"dynamic_th": "3"
},
"queue3_uplink_lossy_profile": {
"pool": "egress_lossy_pool",
"size": "1778",
"dynamic_th": "-7"
"dynamic_th": "3"
},
"queue4_uplink_lossy_profile": {
"pool": "egress_lossy_pool",
Expand Down Expand Up @@ -108,7 +108,7 @@

{% if DEVICE_METADATA
and DEVICE_METADATA['localhost']
and DEVICE_METADATA['localhost'].type == "ToRRouter"
and DEVICE_METADATA['localhost'].type in ('LeafRouter', 'ToRRouter', 'BackEndLeafRouter', 'BackEndToRRouter')
and DEVICE_NEIGHBOR
and DEVICE_NEIGHBOR_METADATA %}
{%- macro generate_queue_buffers(ports) %}
Expand All @@ -117,7 +117,7 @@
{% if DEVICE_NEIGHBOR[port]
and DEVICE_NEIGHBOR[port].name
and DEVICE_NEIGHBOR_METADATA[DEVICE_NEIGHBOR[port].name]
and DEVICE_NEIGHBOR_METADATA[DEVICE_NEIGHBOR[port].name].type in ('LeafRouter', 'ToRRouter') %}
and DEVICE_NEIGHBOR_METADATA[DEVICE_NEIGHBOR[port].name].type in ('LeafRouter', 'ToRRouter', 'BackEndLeafRouter', 'BackEndToRRouter') %}
"{{ port }}|0": {
"profile": "queue0_uplink_lossy_profile"
},
Expand Down
Loading