> -----Original Message----- > From: Doherty, Declan > Sent: Monday, July 3, 2017 4:44 PM > To: De Lara Guarch, Pablo <pablo.de.lara.gua...@intel.com>; > zbigniew.bo...@caviumnetworks.com; jerin.ja...@caviumnetworks.com; > akhil.go...@nxp.com; hemant.agra...@nxp.com; Trahe, Fiona > <fiona.tr...@intel.com>; Griffin, John <john.grif...@intel.com>; Jain, > Deepak K <deepak.k.j...@intel.com> > Cc: dev@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.dohe...@intel.com> Thanks!
Applied to dpdk-next-crypto. Pablo