app/crypto-perf: check lcore job failure
authorTomasz Jozwiak <tjozwiakgm@gmail.com>
Fri, 14 Jun 2019 20:56:45 +0000 (22:56 +0200)
committerAkhil Goyal <akhil.goyal@nxp.com>
Fri, 5 Jul 2019 13:28:14 +0000 (15:28 +0200)
commit5908e7e837a62fe62c48094d8c2e947242f8fac3
treef613ed3c743391eeb64ef81acb0f91c06138d0c6
parent90e03347ca7d6d1a0e1b85d71d71ec5ae3b17a90
app/crypto-perf: check lcore job failure

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: stable@dpdk.org
Signed-off-by: Tomasz Jozwiak <tjozwiakgm@gmail.com>
Acked-by: Akhil Goyal <akhil.goyal@nxp.com>
app/test-crypto-perf/main.c