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

2017-07-03 Thread De Lara Guarch, Pablo
> -Original Message- > From: Doherty, Declan > Sent: Monday, July 3, 2017 4:44 PM > To: De Lara Guarch, Pablo ; > zbigniew.bo...@caviumnetworks.com; jerin.ja...@caviumnetworks.com; > akhil.go...@nxp.com; hemant.agra...@nxp.com; Trahe, Fiona > ; Griffin, John ; Jain, > Deepak K > Cc: dev@

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

2017-07-03 Thread Declan Doherty
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

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

2017-07-02 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.