Re: [dpdk-dev] [PATCH] test: load tests symbols from binary at init

2019-05-04 Thread Thomas Monjalon
29/04/2019 16:41, Burakov, Anatoly: > On 29-Apr-19 3:28 PM, David Marchand wrote: > > Rather than call nm on the test application binary for each test to > > consider, call it once at the object init. > > > > Signed-off-by: David Marchand > > LGTM > > Acked-by: Anatoly Burakov Applied, thanks

Re: [dpdk-dev] [PATCH] test: load tests symbols from binary at init

2019-05-03 Thread Aaron Conole
David Marchand writes: > Rather than call nm on the test application binary for each test to > consider, call it once at the object init. > > Signed-off-by: David Marchand > --- Acked-by: Aaron Conole

Re: [dpdk-dev] [PATCH] test: load tests symbols from binary at init

2019-04-29 Thread Burakov, Anatoly
On 29-Apr-19 3:28 PM, David Marchand wrote: Rather than call nm on the test application binary for each test to consider, call it once at the object init. Signed-off-by: David Marchand --- With a little patch of mine, before: # make O=master test /root/dpdk/master/app/test -c f -n 4 Filtering