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