Re: [dpdk-dev] [PATCH] cryptodev: remove AAD size in auth capabilities

2017-07-14 Thread De Lara Guarch, Pablo
> -Original Message- > From: Doherty, Declan > Sent: Thursday, July 13, 2017 6:02 PM > To: De Lara Guarch, Pablo > Cc: dev@dpdk.org > Subject: Re: [PATCH] cryptodev: remove AAD size in auth capabilities > > On 11/07/2017 7:30 AM, Pablo de Lara wrote: > > Additional Authenticated Data (A

Re: [dpdk-dev] [PATCH] cryptodev: remove AAD size in auth capabilities

2017-07-13 Thread Declan Doherty
On 11/07/2017 7:30 AM, Pablo de Lara wrote: Additional Authenticated Data (AAD) was removed from the authentication parameters, but still the supported size was part of the authentication capabilities of a PMD. Fixes: 4428eda8bb75 ("cryptodev: remove AAD from authentication structure") Signed-o

[dpdk-dev] [PATCH] cryptodev: remove AAD size in auth capabilities

2017-07-11 Thread Pablo de Lara
Additional Authenticated Data (AAD) was removed from the authentication parameters, but still the supported size was part of the authentication capabilities of a PMD. Fixes: 4428eda8bb75 ("cryptodev: remove AAD from authentication structure") Signed-off-by: Pablo de Lara --- app/test-crypto-per