aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorMartin Klozik <martinx.klozik@intel.com>2016-08-18 13:14:27 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-08-18 13:14:27 +0000
commit21c787b5bb7dd4592bc83718756ac670232a8347 (patch)
tree451c046251362978e86850488d3577969f5fe0d1 /conf
parent99e50b9aa86d3bd92d23a32ff34b5f80b9b3e4da (diff)
parent32361ffed1efce856e56a04029dcb72e5dcbf02d (diff)
Merge "old_style_multi-queue: Allows for multi-queue with ovs <= 2.5.0"
Diffstat (limited to 'conf')
-rw-r--r--conf/02_vswitch.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/02_vswitch.conf b/conf/02_vswitch.conf
index 260fb252..228ff057 100644
--- a/conf/02_vswitch.conf
+++ b/conf/02_vswitch.conf
@@ -92,6 +92,10 @@ VSWITCHD_DPDK_CONFIG = {
# 0 = disabled
VSWITCH_MULTI_QUEUES = 0
+# Use old style OVS Multi-queue startup. If testing versions of OVS 2.5.0 or
+# before, enable this setting to allow multi-queue to enable correctly.
+OVS_OLD_STYLE_MQ = False
+
# parameters passed to ovs-vswitchd in case that OvsVanilla is selected
VSWITCHD_VANILLA_ARGS = []