Re: [dpdk-dev] [PATCH] test/event_crypto: add check for session init failure

2019-09-13 Thread Jerin Jacob
On Thu, Sep 12, 2019 at 8:40 PM Gujjar, Abhinandan S wrote: > > Acked-by: abhinandan.guj...@intel.com Changed to Acked-by: Abhinandan Gujjar and Applied to dpdk-next-eventdev/master. Thanks. > > -Original Message- > > From: Hemant Agrawal > > Sent: Friday, September 6, 2019 4:12 PM >

Re: [dpdk-dev] [PATCH] test/event_crypto: add check for session init failure

2019-09-12 Thread Gujjar, Abhinandan S
Acked-by: abhinandan.guj...@intel.com > -Original Message- > From: Hemant Agrawal > Sent: Friday, September 6, 2019 4:12 PM > To: dev@dpdk.org > Cc: jer...@marvell.com; Gujjar, Abhinandan S ; > Hemant Agrawal > Subject: [PATCH] test/event_crypto: add check for session init failure > > M

[dpdk-dev] [PATCH] test/event_crypto: add check for session init failure

2019-09-06 Thread Hemant Agrawal
Mismatch in algo or sec capability can cause session to fail. This patch handle it and return error timely. Signed-off-by: Hemant Agrawal --- app/test/test_event_crypto_adapter.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/app/test/test_event_crypto_adapter.c b/ap