From 755894494dc58e093d7376bf41f15dcbbdb5e53b Mon Sep 17 00:00:00 2001 From: Lukasz Pawlik Date: Fri, 4 Oct 2019 13:04:40 +0100 Subject: 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 --- conf/04_vnf.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'conf/04_vnf.conf') diff --git a/conf/04_vnf.conf b/conf/04_vnf.conf index 234f11b6..cf44a8ec 100644 --- a/conf/04_vnf.conf +++ b/conf/04_vnf.conf @@ -208,8 +208,7 @@ GUEST_BRIDGE_IP = ['#IP(1.1.1.5)/16'] # Note: Testpmd must be executed in interactive mode. It means, that # VSPERF won't work correctly if '-i' will be removed. GUEST_TESTPMD_PARAMS = ['-c 0x3 -n 4 --socket-mem 512 -- ' - '--burst=64 -i --txqflags=0xf00 ' - '--disable-hw-vlan'] + '--burst=64 -i '] # packet forwarding mode supported by testpmd; Please see DPDK documentation # for comprehensive list of modes supported by your version. -- cgit 1.2.3-korg