Re: [dpdk-dev] [PATCH] [RFC] cryptodev: crypto operation restructuring

2017-05-04 Thread De Lara Guarch, Pablo
> -Original Message- > From: Akhil Goyal [mailto:akhil.go...@nxp.com] > Sent: Thursday, May 04, 2017 12:23 PM > To: Gonzalez Monroy, Sergio; De Lara Guarch, Pablo; dev@dpdk.org > Cc: Doherty, Declan; hemant.agra...@nxp.com; > zbigniew.bo...@caviumnetworks.com; jerin.ja...@caviumnetworks.c

Re: [dpdk-dev] [PATCH] [RFC] cryptodev: crypto operation restructuring

2017-05-04 Thread Akhil Goyal
On 5/4/2017 1:49 PM, Sergio Gonzalez Monroy wrote: On 04/05/2017 08:38, Akhil Goyal wrote: On 5/4/2017 1:01 PM, Sergio Gonzalez Monroy wrote: On 04/05/2017 07:09, Akhil Goyal wrote: Hi Sergio, On 5/3/2017 7:48 PM, Sergio Gonzalez Monroy wrote: On 03/05/2017 12:01, Akhil Goyal wrote: Hi Pabl

Re: [dpdk-dev] [PATCH] [RFC] cryptodev: crypto operation restructuring

2017-05-04 Thread Sergio Gonzalez Monroy
On 04/05/2017 08:38, Akhil Goyal wrote: On 5/4/2017 1:01 PM, Sergio Gonzalez Monroy wrote: On 04/05/2017 07:09, Akhil Goyal wrote: Hi Sergio, On 5/3/2017 7:48 PM, Sergio Gonzalez Monroy wrote: On 03/05/2017 12:01, Akhil Goyal wrote: Hi Pablo, On 4/28/2017 11:33 PM, Pablo de Lara wrote: Thi

Re: [dpdk-dev] [PATCH] [RFC] cryptodev: crypto operation restructuring

2017-05-04 Thread Akhil Goyal
On 5/4/2017 1:01 PM, Sergio Gonzalez Monroy wrote: On 04/05/2017 07:09, Akhil Goyal wrote: Hi Sergio, On 5/3/2017 7:48 PM, Sergio Gonzalez Monroy wrote: On 03/05/2017 12:01, Akhil Goyal wrote: Hi Pablo, On 4/28/2017 11:33 PM, Pablo de Lara wrote: This is a proposal to correct and improve th

Re: [dpdk-dev] [PATCH] [RFC] cryptodev: crypto operation restructuring

2017-05-04 Thread Sergio Gonzalez Monroy
On 04/05/2017 07:09, Akhil Goyal wrote: Hi Sergio, On 5/3/2017 7:48 PM, Sergio Gonzalez Monroy wrote: On 03/05/2017 12:01, Akhil Goyal wrote: Hi Pablo, On 4/28/2017 11:33 PM, Pablo de Lara wrote: This is a proposal to correct and improve the current crypto operation (rte_crypto_op) and symme

Re: [dpdk-dev] [PATCH] [RFC] cryptodev: crypto operation restructuring

2017-05-03 Thread Akhil Goyal
Hi Sergio, On 5/3/2017 7:48 PM, Sergio Gonzalez Monroy wrote: On 03/05/2017 12:01, Akhil Goyal wrote: Hi Pablo, On 4/28/2017 11:33 PM, Pablo de Lara wrote: This is a proposal to correct and improve the current crypto operation (rte_crypto_op) and symmetric crypto operation (rte_crypto_sym_op)

Re: [dpdk-dev] [PATCH] [RFC] cryptodev: crypto operation restructuring

2017-05-03 Thread Sergio Gonzalez Monroy
On 03/05/2017 12:01, Akhil Goyal wrote: Hi Pablo, On 4/28/2017 11:33 PM, Pablo de Lara wrote: This is a proposal 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

Re: [dpdk-dev] [PATCH] [RFC] cryptodev: crypto operation restructuring

2017-05-03 Thread Akhil Goyal
Hi Pablo, On 4/28/2017 11:33 PM, Pablo de Lara wrote: This is a proposal 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 as one of the go

[dpdk-dev] [PATCH] [RFC] cryptodev: crypto operation restructuring

2017-04-28 Thread Pablo de Lara
This is a proposal 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 as one of the goals. The following changes are proposed: In rte_crypto_