conf: Fix default VPP configuration 05/45805/2
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 12:50:56 +0000 (13:50 +0100)
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>
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',
     ],
 }