All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] doc: added missing new EAL options in testpmd UG
@ 2015-03-27 16:50 Pablo de Lara
       [not found] ` <1427475013-16879-1-git-send-email-pablo.de.lara.guarch-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Pablo de Lara @ 2015-03-27 16:50 UTC (permalink / raw)
  To: dev-VfR2kkLFssw

Added information on testpmd user guide
for -l, --lcores and --master-lcore options

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
---
 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 <c1>[-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[@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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] doc: added missing new EAL options in testpmd UG
       [not found] ` <1427475013-16879-1-git-send-email-pablo.de.lara.guarch-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
@ 2015-03-27 16:57   ` Butler, Siobhan A
       [not found]     ` <0C5AFCA4B3408848ADF2A3073F7D8CC86D56945A-kPTMFJFq+rHjxeytcECX8bfspsVTdybXVpNB7YpNyf8@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Butler, Siobhan A @ 2015-03-27 16:57 UTC (permalink / raw)
  To: De Lara Guarch, Pablo, dev-VfR2kkLFssw

> From: dev [mailto:dev-bounces-VfR2kkLFssw@public.gmane.org] On Behalf Of Pablo de Lara
> Sent: Friday, March 27, 2015 4:50 PM
> To: dev-VfR2kkLFssw@public.gmane.org
> Subject: [dpdk-dev] [PATCH] doc: added missing new EAL options in testpmd
> UG
> 
> Added information on testpmd user guide
> for -l, --lcores and --master-lcore options
> 
> Signed-off-by: Pablo de Lara <pablo.de.lara.guarch-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
> ---
>  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 <c1>[-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[@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

Acked-by Siobhan Butler <siobhan.a.butler-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] doc: added missing new EAL options in testpmd UG
       [not found]     ` <0C5AFCA4B3408848ADF2A3073F7D8CC86D56945A-kPTMFJFq+rHjxeytcECX8bfspsVTdybXVpNB7YpNyf8@public.gmane.org>
@ 2015-03-31  0:09       ` Thomas Monjalon
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2015-03-31  0:09 UTC (permalink / raw)
  To: De Lara Guarch, Pablo; +Cc: dev-VfR2kkLFssw

> > Added information on testpmd user guide
> > for -l, --lcores and --master-lcore options
> > 
> > Signed-off-by: Pablo de Lara <pablo.de.lara.guarch-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
> 
> Acked-by Siobhan Butler <siobhan.a.butler-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>

There is a small error:
doc/guides/testpmd_app_ug/run_app.rst:58: WARNING: Definition list ends
without a blank line; unexpected unindent.

Applied with small fix, thanks

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-03-31  0:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-27 16:50 [PATCH] doc: added missing new EAL options in testpmd UG Pablo de Lara
     [not found] ` <1427475013-16879-1-git-send-email-pablo.de.lara.guarch-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2015-03-27 16:57   ` Butler, Siobhan A
     [not found]     ` <0C5AFCA4B3408848ADF2A3073F7D8CC86D56945A-kPTMFJFq+rHjxeytcECX8bfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2015-03-31  0:09       ` Thomas Monjalon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.