diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/02_vswitch.conf | 4 |
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' |