conf: Fix default VPP configuration 11/45811/1
authorMartin Klozik <martinx.klozik@intel.com>
Thu, 19 Oct 2017 12:40:40 +0000 (13:40 +0100)
committerMartin Klozik <martinx.klozik@intel.com>
Thu, 19 Oct 2017 13:16:44 +0000 (13:16 +0000)
Number of VPP workers (aka PMD threads) was not specified
explicitly in default configuration file. Configuration
has been fixed to use the same cores as OVS with DPDK.

Change-Id: Icd3e5d6f429435fbc1ff580891f4b182d1c48729
Signed-off-by: Martin Klozik <martinx.klozik@intel.com>
Reviewed-by: Al Morton <acmorton@att.com>
Reviewed-by: Christian Trautman <ctrautma@redhat.com>
Reviewed-by: Sridhar Rao <sridhar.rao@spirent.com>
Reviewed-by: Trevor Cooper <trevor.cooper@intel.com>
(cherry picked from commit e1080a507901f7b957f24c75170594b4f9bc9740)

conf/02_vswitch.conf

index c50a5dd..92521f9 100644 (file)
@@ -213,7 +213,8 @@ VSWITCH_VPP_ARGS = {
         'full-coredump',
     ],
     'cpu' : [
-        'main-core 3',
+        'main-core 2',
+        'workers 2',
         'corelist-workers 4,5',
     ],
 }