* [dpdk-dev] [PATCH] app/testpmd: add missing args to TM show cap cmd
@ 2018-01-28 15:08 Tomasz Duszynski
2018-01-30 9:40 ` Singh, Jasvinder
0 siblings, 1 reply; 3+ messages in thread
From: Tomasz Duszynski @ 2018-01-28 15:08 UTC (permalink / raw)
To: dev
Cc: wenzhuo.lu, jingjing.wu, john.mcnamara, marko.kovacevic,
Tomasz Duszynski, jasvinder.singh
Command used for querying node or level capabilities requires
argument which specifies which set of capabilities to show.
Thus trying to show node/level capabilities using current
documentation will not work. Fix that by adding missing
arguments to command documentation.
Fixes: 5b590fbe09b6 ("app/testpmd: add traffic management forwarding mode")
Cc: jasvinder.singh@intel.com
Signed-off-by: Tomasz Duszynski <tdu@semihalf.com>
---
doc/guides/testpmd_app_ug/testpmd_funcs.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/guides/testpmd_app_ug/testpmd_funcs.rst b/doc/guides/testpmd_app_ug/testpmd_funcs.rst
index d8c9ef0..7ab8eea 100644
--- a/doc/guides/testpmd_app_ug/testpmd_funcs.rst
+++ b/doc/guides/testpmd_app_ug/testpmd_funcs.rst
@@ -2274,14 +2274,14 @@ show port traffic management capability (hierarchy level)
Show traffic management hierarchy level capability of the port::
- testpmd> show port tm cap (port_id) (level_id)
+ testpmd> show port tm level cap (port_id) (level_id)
show port traffic management capability (hierarchy node level)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Show the traffic management hierarchy node capability of the port::
- testpmd> show port tm cap (port_id) (node_id)
+ testpmd> show port tm node cap (port_id) (node_id)
show port traffic management hierarchy node type
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--
2.7.4
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [PATCH] app/testpmd: add missing args to TM show cap cmd
2018-01-28 15:08 [dpdk-dev] [PATCH] app/testpmd: add missing args to TM show cap cmd Tomasz Duszynski
@ 2018-01-30 9:40 ` Singh, Jasvinder
2018-01-31 22:38 ` Thomas Monjalon
0 siblings, 1 reply; 3+ messages in thread
From: Singh, Jasvinder @ 2018-01-30 9:40 UTC (permalink / raw)
To: Tomasz Duszynski, dev
Cc: Lu, Wenzhuo, Wu, Jingjing, Mcnamara, John, Kovacevic, Marko
> -----Original Message-----
> From: Tomasz Duszynski [mailto:tdu@semihalf.com]
> Sent: Sunday, January 28, 2018 3:08 PM
> To: dev@dpdk.org
> Cc: Lu, Wenzhuo <wenzhuo.lu@intel.com>; Wu, Jingjing
> <jingjing.wu@intel.com>; Mcnamara, John <john.mcnamara@intel.com>;
> Kovacevic, Marko <marko.kovacevic@intel.com>; Tomasz Duszynski
> <tdu@semihalf.com>; Singh, Jasvinder <jasvinder.singh@intel.com>
> Subject: [PATCH] app/testpmd: add missing args to TM show cap cmd
>
> Command used for querying node or level capabilities requires argument
> which specifies which set of capabilities to show.
>
> Thus trying to show node/level capabilities using current documentation will
> not work. Fix that by adding missing arguments to command documentation.
>
> Fixes: 5b590fbe09b6 ("app/testpmd: add traffic management forwarding
> mode")
> Cc: jasvinder.singh@intel.com
>
> Signed-off-by: Tomasz Duszynski <tdu@semihalf.com>
Acked-by: Jasvinder Singh <jasvinder.singh@intel.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [PATCH] app/testpmd: add missing args to TM show cap cmd
2018-01-30 9:40 ` Singh, Jasvinder
@ 2018-01-31 22:38 ` Thomas Monjalon
0 siblings, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2018-01-31 22:38 UTC (permalink / raw)
To: Tomasz Duszynski
Cc: dev, Singh, Jasvinder, Lu, Wenzhuo, Wu, Jingjing, Mcnamara, John,
Kovacevic, Marko
> > Command used for querying node or level capabilities requires argument
> > which specifies which set of capabilities to show.
> >
> > Thus trying to show node/level capabilities using current documentation will
> > not work. Fix that by adding missing arguments to command documentation.
> >
> > Fixes: 5b590fbe09b6 ("app/testpmd: add traffic management forwarding
> > mode")
> > Cc: jasvinder.singh@intel.com
> >
> > Signed-off-by: Tomasz Duszynski <tdu@semihalf.com>
>
> Acked-by: Jasvinder Singh <jasvinder.singh@intel.com>
Applied, thanks
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-01-31 22:39 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-28 15:08 [dpdk-dev] [PATCH] app/testpmd: add missing args to TM show cap cmd Tomasz Duszynski
2018-01-30 9:40 ` Singh, Jasvinder
2018-01-31 22:38 ` Thomas Monjalon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).