From 32361ffed1efce856e56a04029dcb72e5dcbf02d Mon Sep 17 00:00:00 2001 From: Christian Trautman Date: Mon, 15 Aug 2016 13:44:27 -0400 Subject: 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 --- conf/02_vswitch.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'conf/02_vswitch.conf') 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 = [] -- cgit 1.2.3-korg