[dpdk-dev] [PATCH v4 00/26] Crypto operation restructuring

De Lara Guarch, Pablo pablo.de.lara.guarch at intel.com
Mon Jul 3 18:27:18 CEST 2017



> -----Original Message-----
> From: Doherty, Declan
> Sent: Monday, July 3, 2017 4:44 PM
> To: De Lara Guarch, Pablo <pablo.de.lara.guarch at intel.com>;
> zbigniew.bodek at caviumnetworks.com; jerin.jacob at caviumnetworks.com;
> akhil.goyal at nxp.com; hemant.agrawal at nxp.com; Trahe, Fiona
> <fiona.trahe at intel.com>; Griffin, John <john.griffin at intel.com>; Jain,
> Deepak K <deepak.k.jain at intel.com>
> Cc: dev at dpdk.org
> Subject: Re: [PATCH v4 00/26] Crypto operation restructuring
> 
> On 02/07/17 06:41, Pablo de Lara wrote:
> > This patchset attempts to correct and improve the current crypto
> > operation
> > (rte_crypto_op) and symmetric crypto operation (rte_crypto_sym_op)
> > structures, shrinking their sizes to fit both structures into two
> > 64-byte cache lines (with extra space for the IV and other user data) as
> one of the goals.
> >
> > It also introduces new AEAD algorithm specific parameters, to simplify
> > its setup with a single transform, instead of a concatenation of a cipher
> and an authentication transform.
> >
> ...
> >
> 
> Create patch set Pablo, very tidy and easy to follow considering the amount
> of code churn!
> 
> Series Acked-by: Declan Doherty <declan.doherty at intel.com>
Thanks!

Applied to dpdk-next-crypto.

Pablo


More information about the dev mailing list