Re: [dpdk-dev] [PATCH 1/6] test/event_crypto: fix missing IV value for AES algo

2019-10-17 Thread Hemant Agrawal
Hi Abhinandan, > -Original Message- > From: Gujjar, Abhinandan S > Sent: Friday, October 4, 2019 3:06 PM > To: Hemant Agrawal ; dev@dpdk.org > Cc: jer...@marvell.com > Subject: RE: [PATCH 1/6] test/event_crypto: fix missing IV value for AES algo > Importance: High > > Hi Hemanth

Re: [dpdk-dev] [PATCH 1/6] test/event_crypto: fix missing IV value for AES algo

2019-10-16 Thread Jerin Jacob
On Fri, Oct 4, 2019 at 3:05 PM Gujjar, Abhinandan S wrote: > > Hi Hemanth, > > I tried to test the series of patches on test with SW adapter. > Looks like, test hangs after 3rd case! > Not sure, if I am missing any params to be passed to the app or anything else > has to be done. Waiting for you

Re: [dpdk-dev] [PATCH 1/6] test/event_crypto: fix missing IV value for AES algo

2019-10-04 Thread Gujjar, Abhinandan S
Hi Hemanth, I tried to test the series of patches on test with SW adapter. Looks like, test hangs after 3rd case! Not sure, if I am missing any params to be passed to the app or anything else has to be done. + --- + + TestCase [ 0] : test_cryp

Re: [dpdk-dev] [PATCH 1/6] test/event_crypto: fix missing IV value for AES algo

2019-10-02 Thread Gujjar, Abhinandan S
Sure Jerin. Regards Abhinandan > -Original Message- > From: Jerin Jacob > Sent: Thursday, October 3, 2019 8:54 AM > To: Hemant Agrawal > Cc: dpdk-dev ; Jerin Jacob ; Gujjar, > Abhinandan S > Subject: Re: [dpdk-dev] [PATCH 1/6] test/event_crypto: fix missing IV va

Re: [dpdk-dev] [PATCH 1/6] test/event_crypto: fix missing IV value for AES algo

2019-10-02 Thread Jerin Jacob
On Tue, Oct 1, 2019 at 5:06 PM Hemant Agrawal wrote: > > The IV was not set, which was causing HW based SEC on DPAA1 > to fail. > > Fixes: ce02103ad072 ("test/event_crypto: change the SEC cipher algo") > > Signed-off-by: Hemant Agrawal Abhinandan, Could you please review the crypto adapter fixe

[dpdk-dev] [PATCH 1/6] test/event_crypto: fix missing IV value for AES algo

2019-10-01 Thread Hemant Agrawal
The IV was not set, which was causing HW based SEC on DPAA1 to fail. Fixes: ce02103ad072 ("test/event_crypto: change the SEC cipher algo") Signed-off-by: Hemant Agrawal --- Please squash if possible. app/test/test_event_crypto_adapter.c | 12 1 file changed, 12 insertions(+) diff