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

2017-06-30 Thread Trahe, Fiona
> -Original Message- > From: De Lara Guarch, Pablo > Sent: Thursday, June 29, 2017 12:35 PM > To: Doherty, Declan ; > zbigniew.bo...@caviumnetworks.com; > jerin.ja...@caviumnetworks.com; akhil.go...@nxp.com; hemant.agra...@nxp.com; > Trahe, Fiona > ; Griffin, John ; Jain, Deepak > K >

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

2017-06-29 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.