Re: [dpdk-dev] [PATCH v3 1/4] crypto/aesni_gcm: migrate to Multi-buffer library

2017-07-04 Thread De Lara Guarch, Pablo
> -Original Message- > From: Doherty, Declan > Sent: Tuesday, July 4, 2017 10:43 AM > To: De Lara Guarch, Pablo > Cc: dev@dpdk.org; Gonzalez Monroy, Sergio > > Subject: Re: [PATCH v3 1/4] crypto/aesni_gcm: migrate to Multi-buffer > library > > On 04/07/17 01:12, Pablo de Lara wrote: >

Re: [dpdk-dev] [PATCH v3 1/4] crypto/aesni_gcm: migrate to Multi-buffer library

2017-07-04 Thread Declan Doherty
On 04/07/17 01:12, Pablo de Lara wrote: Since Intel Multi Buffer library for IPSec has been updated to support Scatter Gather List, the AESNI GCM PMD can link to this library, instead of the ISA-L library. This move eases the maintenance of the driver, as it will use the same library as the AESN