Re: [dpdk-dev] [PATCH] app/crypto-perf: fix display once detection

2019-07-01 Thread Akhil Goyal
> > This patch changes 'only_once' variable to 'display_once', > which should be atomic type due to fact, that all runner functions > can be executed in paraller way on different lcores. > > Fixes: df52cb3b6e13 ("app/crypto-perf: move verify as single test type") > Cc: sta...@dpdk.org > > Sig

[dpdk-dev] [PATCH] app/crypto-perf: fix display once detection

2019-06-14 Thread Tomasz Jozwiak
This patch changes 'only_once' variable to 'display_once', which should be atomic type due to fact, that all runner functions can be executed in paraller way on different lcores. Fixes: df52cb3b6e13 ("app/crypto-perf: move verify as single test type") Cc: sta...@dpdk.org Signed-off-by: Tomasz Joz