From dcb66fe7b184080d521e341ac4f73c165abacc37 Mon Sep 17 00:00:00 2001 From: Dino Simeon Madarang Date: Wed, 26 Aug 2015 16:35:37 +0100 Subject: vswitches: Fix error in loading eventfd module Load eventfd only when vhost-cuse is specified as the guest access method. This commit also includes quickstart update for executing PVP tests. JIRA: VSPERF-59 Change-Id: I41f116ab1c42f704026567a269922c07994b15a5 Signed-off-by: Dino Simeon Madarang Reviewed-by: Maryam Tahhan Reviewed-by: Billy O Mahony Reviewed-by: Al Morton Reviewed-by: Gurpreet Singh Reviewed-by: Tv Rao Reviewed-by: Fatih Degirmenci --- conf/02_vswitch.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'conf/02_vswitch.conf') diff --git a/conf/02_vswitch.conf b/conf/02_vswitch.conf index c7fe03f0..e69511b2 100644 --- a/conf/02_vswitch.conf +++ b/conf/02_vswitch.conf @@ -86,4 +86,6 @@ LOG_FILE_OVS = 'ovs.log' VSWITCH_DIR = os.path.join(ROOT_DIR, 'vswitches') VSWITCH = "OvsDpdkVhost" -VHOST_METHOD = 'cuse' +# Use vhost user or vhost cuse +# Set to cuse if you want to test vhostcuse +VHOST_METHOD = 'user' -- cgit 1.2.3-korg