From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo de Lara Subject: [PATCH] doc: added missing new EAL options in testpmd UG Date: Fri, 27 Mar 2015 16:50:13 +0000 Message-ID: <1427475013-16879-1-git-send-email-pablo.de.lara.guarch@intel.com> To: dev-VfR2kkLFssw@public.gmane.org Return-path: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 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