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

2019-11-25 Thread Jerin Jacob
On Wed, Nov 20, 2019 at 10:39 PM Jerin Jacob wrote: > > On Thu, Nov 7, 2019 at 2:34 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

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

2019-11-20 Thread Jerin Jacob
On Thu, Nov 7, 2019 at 2:34 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 > --- > Sending only the fixes. dropped the functional change

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

2019-11-19 Thread Gujjar, Abhinandan S
For series: Acked-by: abhinandan.guj...@intel.com I noticed that these patches have issue with "Intel-compilation". Hope, it will be taken care before merging. > -Original Message- > From: Hemant Agrawal > Sent: Thursday, November 7, 2019 2:31 PM > To: dev@dpdk.org > Cc: jerinjac...@gma

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

2019-11-18 Thread Gujjar, Abhinandan S
Hi Jerin, Last week, I was on vacation. So, could not review it. I will try to finish this by tomorrow. Regards Abhinandan > -Original Message- > From: Jerin Jacob > Sent: Monday, November 18, 2019 9:30 PM > To: Hemant Agrawal > Cc: dpdk-dev ; Gujjar, Abhinandan S > > Subject: Re: [P

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

2019-11-18 Thread Jerin Jacob
On Thu, Nov 7, 2019 at 2:34 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 > --- > Sending only the fixes. dropped the functional change

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

2019-11-07 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 --- Sending only the fixes. dropped the functional changes app/test/test_event_crypto_adapter.c | 12 1 file cha