Re: [dpdk-dev] [PATCH v2] cryptodev: fix KASUMI F9 expected parameters

2017-07-16 Thread De Lara Guarch, Pablo
> -Original Message- > From: Trahe, Fiona > Sent: Friday, July 14, 2017 5:17 PM > To: De Lara Guarch, Pablo ; Doherty, > Declan ; Jain, Deepak K > ; Griffin, John ; Kusztal, > ArkadiuszX > Cc: dev@dpdk.org > Subject: RE: [PATCH v2] cryptodev: fix KASUMI F9 expected parameters > > Hi Pab

Re: [dpdk-dev] [PATCH v2] cryptodev: fix KASUMI F9 expected parameters

2017-07-14 Thread Trahe, Fiona
Hi Pablo, > -Original Message- > From: Trahe, Fiona > Sent: Friday, July 14, 2017 4:48 PM > To: De Lara Guarch, Pablo ; Doherty, Declan > ; Jain, Deepak K ; > Griffin, John > ; Kusztal, ArkadiuszX > Cc: dev@dpdk.org > Subject: RE: [PATCH v2] cryptodev: fix KASUMI F9 expected parameters >

Re: [dpdk-dev] [PATCH v2] cryptodev: fix KASUMI F9 expected parameters

2017-07-14 Thread Trahe, Fiona
> -Original Message- > From: De Lara Guarch, Pablo > Sent: Friday, July 14, 2017 8:07 AM > To: Doherty, Declan ; Trahe, Fiona > ; Jain, Deepak K > ; Griffin, John ; Kusztal, > ArkadiuszX > > Cc: dev@dpdk.org; De Lara Guarch, Pablo > Subject: [PATCH v2] cryptodev: fix KASUMI F9 expecte

[dpdk-dev] [PATCH v2] cryptodev: fix KASUMI F9 expected parameters

2017-07-14 Thread Pablo de Lara
For KASUMI F9 algorithm, COUNT, FRESH and DIRECTION input values need to be contiguous with the message, as described in the KASUMI and QAT PMD documentation. Before, the COUNT and FRESH values were set as part of the AAD (now IV), but always set before the beginning of the message. Since now the