diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/02_vswitch.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/conf/02_vswitch.conf b/conf/02_vswitch.conf index ff07f97d..b9862c92 100644 --- a/conf/02_vswitch.conf +++ b/conf/02_vswitch.conf @@ -79,8 +79,9 @@ VSWITCH_BRIDGE_NAME = 'br0' # directory where hugepages will be mounted on system init HUGEPAGE_DIR = '/dev/hugepages' -# Sets OVS PMDs core mask to 0x30 for affinitization to 5th and 6th CPU core -VSWITCH_PMD_CPU_MASK = '0x30' +# Sets OVS PMDs core mask to 30 for affinitization to 5th and 6th CPU core. +# Note that the '0x' notation should not be used. +VSWITCH_PMD_CPU_MASK = '30' VSWITCH_AFFINITIZATION_ON = 1 VSWITCH_FLOW_TIMEOUT = '30000' |