aboutsummaryrefslogtreecommitdiffstats
path: root/conf/02_vswitch.conf
diff options
context:
space:
mode:
authorDino Simeon Madarang <dino.simeonx.madarang@intel.com>2015-08-26 16:35:37 +0100
committerDino Simeon Madarang <dino.simeonx.madarang@intel.com>2015-09-01 23:44:33 +0100
commitdcb66fe7b184080d521e341ac4f73c165abacc37 (patch)
tree0ce651219340d6e17a003d02aba6bb5eeb9d09c6 /conf/02_vswitch.conf
parentd9a8e08292e989fd369b0564bee9e3aa02b3eef5 (diff)
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 <dino.simeonx.madarang@intel.com> Reviewed-by: Maryam Tahhan <maryam.tahhan@intel.com> Reviewed-by: Billy O Mahony <billy.o.mahony@intel.com> Reviewed-by: Al Morton <acmorton@att.com> Reviewed-by: Gurpreet Singh <gurpreet.singh@spirent.com> Reviewed-by: Tv Rao <tv.rao@freescale.com> Reviewed-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Diffstat (limited to 'conf/02_vswitch.conf')
-rw-r--r--conf/02_vswitch.conf4
1 files changed, 3 insertions, 1 deletions
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'