aboutsummaryrefslogtreecommitdiffstats
path: root/conf/02_vswitch.conf
diff options
context:
space:
mode:
authorChristian Trautman <ctrautma@redhat.com>2016-08-15 13:44:27 -0400
committerChristian Trautman <ctrautma@redhat.com>2016-08-16 08:58:42 -0400
commit32361ffed1efce856e56a04029dcb72e5dcbf02d (patch)
tree22f4900605e6984c7949443a57d3790c863f8310 /conf/02_vswitch.conf
parenta8ef2c308d4c385b8eb0cae0f7f1f2d039affaaf (diff)
old_style_multi-queue: Allows for multi-queue with ovs <= 2.5.0
Enables multi-queue option for OVS versions 2.5.0 or less with dpdk. Instead of enabling MQ on a port by port basis this sets the global MQ option after starting the ovs switch. JIRA: VSPERF-372 Change-Id: I245c76779695518d0005122d8214bbf3f141bb96 Signed-off-by: Christian Trautman <ctrautma@redhat.com>
Diffstat (limited to 'conf/02_vswitch.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 81632d56..3d72d348 100644
--- a/conf/02_vswitch.conf
+++ b/conf/02_vswitch.conf
@@ -88,6 +88,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 = []