Re: [dpdk-dev] [PATCH 2/7] app/crypto-perf: fix excess crypto device error

2018-03-30 Thread De Lara Guarch, Pablo
> -Original Message- > From: Hemant Agrawal [mailto:hemant.agra...@nxp.com] > Sent: Tuesday, March 27, 2018 1:01 PM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo ; > akhil.go...@nxp.com > Subject: [PATCH 2/7] app/crypto-perf: fix excess crypto device error > > If number of available dev

[dpdk-dev] [PATCH 2/7] app/crypto-perf: fix excess crypto device error

2018-03-27 Thread Hemant Agrawal
If number of available devices are more than logical core, no need to through an error. Just use the less number of devices. Fixes: f8be1786b1b8 ("app/crypto-perf: introduce performance test application") Cc: sta...@dpdk.org Signed-off-by: Hemant Agrawal --- app/test-crypto-perf/main.c | 9 +++-