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

Declan Doherty declan.doherty at intel.com
Mon Jul 3 17:44:25 CEST 2017


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>


More information about the dev mailing list