From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 2F9135A8D for ; Fri, 27 Mar 2015 17:50:16 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga103.jf.intel.com with ESMTP; 27 Mar 2015 09:50:15 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.11,479,1422950400"; d="scan'208";a="698921362" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by fmsmga002.fm.intel.com with ESMTP; 27 Mar 2015 09:50:14 -0700 Received: from sivswdev02.ir.intel.com (sivswdev02.ir.intel.com [10.237.217.46]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id t2RGoDuJ025872 for ; Fri, 27 Mar 2015 16:50:13 GMT Received: from sivswdev02.ir.intel.com (localhost [127.0.0.1]) by sivswdev02.ir.intel.com with ESMTP id t2RGoD3d016918 for ; Fri, 27 Mar 2015 16:50:13 GMT Received: (from pdelarax@localhost) by sivswdev02.ir.intel.com with id t2RGoDem016913 for dev@dpdk.org; Fri, 27 Mar 2015 16:50:13 GMT From: Pablo de Lara To: dev@dpdk.org Date: Fri, 27 Mar 2015 16:50:13 +0000 Message-Id: <1427475013-16879-1-git-send-email-pablo.de.lara.guarch@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [dpdk-dev] [PATCH] doc: added missing new EAL options in testpmd UG X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Mar 2015 16:50:16 -0000 Added information on testpmd user guide for -l, --lcores and --master-lcore options Signed-off-by: Pablo de Lara --- doc/guides/testpmd_app_ug/run_app.rst | 23 +++++++++++++++++++++++ 1 files changed, 23 insertions(+), 0 deletions(-) diff --git a/doc/guides/testpmd_app_ug/run_app.rst b/doc/guides/testpmd_app_ug/run_app.rst index 3898e67..21e6c27 100644 --- a/doc/guides/testpmd_app_ug/run_app.rst +++ b/doc/guides/testpmd_app_ug/run_app.rst @@ -42,6 +42,29 @@ See the DPDK Getting Started Guide for more information on these options. Set the hexadecimal bitmask of the cores to run on. +* -l CORELIST + + List of cores to run on + + The argument format is [-c2][,c3[-c4],...] + where c1, c2, etc are core indexes between 0 and 128 + +* --lcores COREMAP + + Map lcore set to physical cpu set + + The argument format is + '[<,lcores[@cpus]>...]' + lcores and cpus list are grouped by '(' and ')' + Within the group, '-' is used for range separator, + ',' is used for single number separator. + '( )' can be omitted for single element group, + '@' can be omitted if cpus and lcores have the same value + +* --master-lcore ID + + Core ID that is used as master + * -n NUM Set the number of memory channels to use. -- 1.7.4.1