Re: [dpdk-dev] [PATCH] app/testpmd: add missing args to TM show cap cmd

2018-01-31 Thread Thomas Monjalon
> > 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. > > >

Re: [dpdk-dev] [PATCH] app/testpmd: add missing args to TM show cap cmd

2018-01-30 Thread Singh, Jasvinder
> -Original Message- > From: Tomasz Duszynski [mailto:t...@semihalf.com] > Sent: Sunday, January 28, 2018 3:08 PM > To: dev@dpdk.org > Cc: Lu, Wenzhuo ; Wu, Jingjing > ; Mcnamara, John ; > Kovacevic, Marko ; Tomasz Duszynski > ; Singh, Jasvinder > Subject: [PATCH] app/testpmd: add missin

[dpdk-dev] [PATCH] app/testpmd: add missing args to TM show cap cmd

2018-01-28 Thread Tomasz Duszynski
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