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>

Reply via email to