Skip to content

Commit

Permalink
Сhanged the number of lossy queue from 0-1 to 0-2
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksandr Kozodoi <oleksandrx.kozodoi@intel.com>
  • Loading branch information
OleksandrKozodoi committed Mar 2, 2022
1 parent 50a6fa9 commit 20281e6
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
{%- macro generate_queue_buffers(port_names) %}
"BUFFER_QUEUE": {
{% for port in port_names.split(',') %}
"{{ port }}|0-1": {
"{{ port }}|0-2": {
"profile" : "q_lossy_profile"
},
{% endfor %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
{%- macro generate_queue_buffers(port_names) %}
"BUFFER_QUEUE": {
{% for port in port_names.split(',') %}
"{{ port }}|0-1": {
"{{ port }}|0-2": {
"profile" : "q_lossy_profile"
},
{% endfor %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
{%- macro generate_queue_buffers(port_names) %}
"BUFFER_QUEUE": {
{% for port in port_names.split(',') %}
"{{ port }}|0-1": {
"{{ port }}|0-2": {
"profile" : "q_lossy_profile"
},
{% endfor %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
{%- macro generate_queue_buffers(port_names) %}
"BUFFER_QUEUE": {
{% for port in port_names.split(',') %}
"{{ port }}|0-1": {
"{{ port }}|0-2": {
"profile" : "q_lossy_profile"
},
{% endfor %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
{%- macro generate_queue_buffers(port_names) %}
"BUFFER_QUEUE": {
{% for port in port_names.split(',') %}
"{{ port }}|0-1": {
"{{ port }}|0-2": {
"profile" : "q_lossy_profile"
},
{% endfor %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
{%- macro generate_queue_buffers(port_names) %}
"BUFFER_QUEUE": {
{% for port in port_names.split(',') %}
"{{ port }}|0-1": {
"{{ port }}|0-2": {
"profile" : "q_lossy_profile"
},
{% endfor %}
Expand Down

0 comments on commit 20281e6

Please sign in to comment.