diff options
author | Christian Trautman <ctrautma@redhat.com> | 2016-07-01 22:44:38 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-07-01 22:44:38 +0000 |
commit | 26a7262cee1a2961ed5aa76bd969dddeff8ea472 (patch) | |
tree | 31017520e60b8bbec9a992fc43ac7c0195495f4e /conf/02_vswitch.conf | |
parent | 4bd09fc0c95f89f3041e6a5a66613eb7cd7eaff8 (diff) | |
parent | 095fa73e80f7a9485e72a7f3ba23c4e4608627cd (diff) |
Merge "multi-queue: Add basic multi-queue functionality"
Diffstat (limited to 'conf/02_vswitch.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 7f9daf1c..79f0afbd 100644 --- a/conf/02_vswitch.conf +++ b/conf/02_vswitch.conf @@ -84,6 +84,10 @@ VSWITCHD_DPDK_CONFIG = { # Note: VSPERF will automatically detect, which type of DPDK configuration should # be used. +# To enable multi queue modify the below param to the number of queues. +# 0 = disabled +VSWITCH_MULTI_QUEUES = 0 + # parameters passed to ovs-vswitchd in case that OvsVanilla is selected VSWITCHD_VANILLA_ARGS = [] |