Re: [lng-odp] [PATCH 3/5] test: generator: various improvements

2017-02-09 Thread Bogdan Pricope
Reviewed-and-tested-by: Bogdan Pricope On 8 February 2017 at 14:19, Petri Savolainen wrote: > User may select number of worker threads (-w) or cpumask (-c) > (but not both) to limit number of worker thread. > > Increased pool size since

[lng-odp] [PATCH 3/5] test: generator: various improvements

2017-02-08 Thread Petri Savolainen
User may select number of worker threads (-w) or cpumask (-c) (but not both) to limit number of worker thread. Increased pool size since many threads empty the pool easily and result some threads to give up (on the first time those see pool empty). Added EXAMPLE_ERR() before abort() to make