diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/02_vswitch.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/02_vswitch.conf b/conf/02_vswitch.conf index 851b6d62..c7fe03f0 100644 --- a/conf/02_vswitch.conf +++ b/conf/02_vswitch.conf @@ -45,6 +45,12 @@ VSWITCH_VANILLA_KERNEL_MODULES = ['openvswitch'] # directory where hugepages will be mounted on system init HUGEPAGE_DIR = '/dev/hugepages' +# Sets OVS PMD core mask to 2 for CPU core 1 affinitization +VSWITCH_PMD_CPU_MASK = '2' +VSWITCH_AFFINITIZATION_ON = 1 + +VSWITCH_FLOW_TIMEOUT = '30000' + # list of tuples of format (path, module_name), which will be inserted # using 'insmod' on system init |