summaryrefslogtreecommitdiffstats
path: root/docs/submodules/samplevnf
diff options
context:
space:
mode:
authorPatrice Buriez <patrice.buriez@intel.com>2018-09-03 18:55:24 +0200
committerGerrit Code Review <gerrit@opnfv.org>2018-09-06 07:57:11 +0000
commit6bfa36eb34a9b571dce3e08cf07fd81a1ab47da9 (patch)
tree18cffac79ba200468c468e8d2ff6cea7fe83f486 /docs/submodules/samplevnf
parent6a6059b049580ea0521e4a57f41ed9029dd9d45f (diff)
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>
Diffstat (limited to 'docs/submodules/samplevnf')
m---------docs/submodules/samplevnf0
1 files changed, 0 insertions, 0 deletions
diff --git a/docs/submodules/samplevnf b/docs/submodules/samplevnf
-Subproject 4e70037968d120b27b5360107ef3ab2e5a5f57b
+Subproject a3a7fbb44e261987e2cd800fb049c20b16381e4