Re: [dpdk-dev] [PATCH] app/crypto-perf: fix return status detection

2019-07-01 Thread Akhil Goyal
> > Currently, there's no return status check from lcore's jobs. > In case of fail - crypto-perf tool returns success anyway. > This patch adds such a detection and returns proper status at the end. > > Fixes: ce8af1a4398d ("app/crypto-perf: wait for cores launched by app") > Cc: sta...@dpdk.org

[dpdk-dev] [PATCH] app/crypto-perf: fix return status detection

2019-06-14 Thread Tomasz Jozwiak
Currently, there's no return status check from lcore's jobs. In case of fail - crypto-perf tool returns success anyway. This patch adds such a detection and returns proper status at the end. Fixes: ce8af1a4398d ("app/crypto-perf: wait for cores launched by app") Cc: sta...@dpdk.org Signed-off-by: