Re: [dpdk-dev] [PATCH v2 2/2] devtools: allow misc options in null test

2019-07-29 Thread David Marchand
On Mon, Jul 29, 2019 at 2:19 PM Thomas Monjalon wrote: > > 29/07/2019 12:36, David Marchand: > > On Wed, Jul 17, 2019 at 5:53 PM Thomas Monjalon wrote: > > > > > > In order to ease basic testing with customized options, > > > EAL and testpmd options can be added as third and fourth arguments > >

Re: [dpdk-dev] [PATCH v2 2/2] devtools: allow misc options in null test

2019-07-29 Thread Thomas Monjalon
29/07/2019 12:36, David Marchand: > On Wed, Jul 17, 2019 at 5:53 PM Thomas Monjalon wrote: > > > > In order to ease basic testing with customized options, > > EAL and testpmd options can be added as third and fourth arguments > > of the "null PMD" script. > > > > Also, the first argument becomes m

Re: [dpdk-dev] [PATCH v2 2/2] devtools: allow misc options in null test

2019-07-29 Thread David Marchand
On Wed, Jul 17, 2019 at 5:53 PM Thomas Monjalon wrote: > > In order to ease basic testing with customized options, > EAL and testpmd options can be added as third and fourth arguments > of the "null PMD" script. > > Also, the first argument becomes more flexible by accepting > the testpmd path as

[dpdk-dev] [PATCH v2 2/2] devtools: allow misc options in null test

2019-07-17 Thread Thomas Monjalon
In order to ease basic testing with customized options, EAL and testpmd options can be added as third and fourth arguments of the "null PMD" script. Also, the first argument becomes more flexible by accepting the testpmd path as an alternative to the build directory. Signed-off-by: Thomas Monjalo