Просмотр исходного кода

Merge "Apply dpdk port parameters no matter if it's bonded or not"

pull/122/head
Petr Michalec 7 лет назад
Родитель
Сommit
281c9af418
1 измененных файлов: 3 добавлений и 1 удалений
  1. +3
    -1
      linux/network/dpdk.sls

+ 3
- 1
linux/network/dpdk.sls Просмотреть файл

@@ -148,8 +148,10 @@ linux_network_dpdk_bridge_port_interface_{{ interface_name }}:
- require:
- cmd: linux_network_dpdk_bridge_interface_{{ interface.bridge }}

{%- endif %}

{# Multiqueue n_rxq, pmd_rxq_affinity and mtu setup on interfaces #}
{%- elif interface.type == 'dpdk_ovs_port' and (interface.n_rxq is defined or interface.mtu is defined or interface.pmd_rxq_affinity is defined) %}
{%- if interface.type == 'dpdk_ovs_port' %}

{%- if interface.n_rxq is defined %}


Загрузка…
Отмена
Сохранить