Re: [dpdk-dev] [PATCH v2 00/27] Crypto operation restructuring

2017-06-29 Thread Akhil Goyal
On 6/26/2017 3:52 PM, 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

[dpdk-dev] [PATCH v2 00/27] Crypto operation restructuring

2017-06-26 Thread Pablo de Lara
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.