Update git submodules
authorPatrice Buriez <patrice.buriez@intel.com>
Mon, 3 Sep 2018 16:55:24 +0000 (18:55 +0200)
committerGerrit Code Review <gerrit@opnfv.org>
Thu, 6 Sep 2018 07:57:11 +0000 (07:57 +0000)
commit6bfa36eb34a9b571dce3e08cf07fd81a1ab47da9
tree18cffac79ba200468c468e8d2ff6cea7fe83f486
parent6a6059b049580ea0521e4a57f41ed9029dd9d45f
Update git submodules

* Update docs/submodules/samplevnf from branch 'master'
  - Workaround DPDK net/virtio queue setup issue

    JIRA: SAMPLEVNF-127

    PROX was crashing in the VM with vector mode enabled and multiple OVS
    queues. This was not really a PROX bug, but a DPDK issue, which has been
    fixed by DPDK commit https://git.dpdk.org/dpdk/commit/?id=efc83a1e7fc3
    This "net/virtio: fix queue setup consistency" is included in DPDK 17.11
    and subsequent versions, and has been backported into:
    - DPDK 16.11.4:
      https://git.dpdk.org/dpdk-stable/commit/?h=16.11&id=516447a5056c
    - DPDK 17.08.1:
      https://git.dpdk.org/dpdk-stable/commit/?h=17.08&id=907fe4fc263e

    This means the fix is not included into any DPDK 17.02.x used by NSB.
    Fortunately, a simple workaround consists of calling
    rte_eth_tx_queue_setup() before rte_eth_rx_queue_setup().

    This change implements this simple workaround, in order to make PROX
    work, even with unfixed DPDK versions.

    Change-Id: I818e9bb812babe023c6b7225c8b9769a359d9bec
Signed-off-by: Patrice Buriez <patrice.buriez@intel.com>
docs/submodules/samplevnf