integration: fix ovs/dpdk with DPDK >= 18.02 71/68671/3
authorLukasz Pawlik <lukaszx.pawlik@intel.com>
Fri, 4 Oct 2019 12:04:40 +0000 (13:04 +0100)
committerEmma Finn <emma.finn@intel.com>
Tue, 29 Oct 2019 11:04:31 +0000 (11:04 +0000)
commit755894494dc58e093d7376bf41f15dcbbdb5e53b
treeeb8e589b4ef3519c39d420b6d367248472b37bf6
parent115ea9be50aee7db38d92399bc2d46a60e1d7e2d
integration: fix ovs/dpdk with DPDK >= 18.02

In DPDK >= 18.02 disable-hw-vlan testpmd command line was changed.
Parameter disable-hw-vlan is default and user has to explicitly enable it.
This patch fix testpmd command line parameters. Also in DPDK >= 18.05
igb_uio kernel module was moved to different directory. Compilation of
kernel module only is broken. This patch fix this. Now whole DPDK
project is build.

Change-Id: I6c8c44979192201c42e6a71b55c37a50fa64fd96
Signed-off-by: Lukasz Pawlik <lukaszx.pawlik@intel.com>
conf/04_vnf.conf
conf/integration/01b_dpdk_regression_tests.conf
vnfs/qemu/qemu.py