From: Martin Klozik Date: Thu, 19 Oct 2017 12:40:40 +0000 (+0100) Subject: conf: Fix default VPP configuration X-Git-Tag: opnfv-6.0.0~54 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F05%2F45805%2F2;p=vswitchperf.git conf: Fix default VPP configuration 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 Reviewed-by: Al Morton Reviewed-by: Christian Trautman Reviewed-by: Sridhar Rao Reviewed-by: Trevor Cooper --- diff --git a/conf/02_vswitch.conf b/conf/02_vswitch.conf index c50a5ddd..92521f9a 100644 --- a/conf/02_vswitch.conf +++ b/conf/02_vswitch.conf @@ -213,7 +213,8 @@ VSWITCH_VPP_ARGS = { 'full-coredump', ], 'cpu' : [ - 'main-core 3', + 'main-core 2', + 'workers 2', 'corelist-workers 4,5', ], }