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

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

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

2017-07-14 Thread Trahe, Fiona
Hi Pablo, > -Original Message- > From: De Lara Guarch, Pablo > Sent: Thursday, July 13, 2017 8:45 AM > To: Trahe, Fiona ; Kusztal, ArkadiuszX > ; Griffin, > John ; Doherty, Declan > Cc: dev@dpdk.org; De Lara Guarch, Pablo > Subject: [PATCH] cryptodev: fix KASUMI F9 expected parameters >

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

2017-07-13 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