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

2019-08-05 Thread Thomas Monjalon
30/07/2019 19:34, 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

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

2019-07-30 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