Re: [dpdk-dev] [PATCH v4 00/12] Device independent crypto sessions

2017-07-06 Thread De Lara Guarch, Pablo
> -Original Message- > From: De Lara Guarch, Pablo > Sent: Wednesday, July 5, 2017 6:26 AM > 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 > Cc: d

Re: [dpdk-dev] [PATCH v4 00/12] Device independent crypto sessions

2017-07-05 Thread Akhil Goyal
On 7/5/2017 10:56 AM, Pablo de Lara wrote: Currently, the cryptodev library requires the session mempools to be created inside each device. This can be a waste of memory, as several devices with the same driver could be using the same session. This patchset makes changes in the library to allo

Re: [dpdk-dev] [PATCH v4 00/12] Device independent crypto sessions

2017-07-05 Thread Declan Doherty
On 05/07/2017 6:26 AM, Pablo de Lara wrote: Currently, the cryptodev library requires the session mempools to be created inside each device. This can be a waste of memory, as several devices with the same driver could be using the same session. This patchset makes changes in the library to all

[dpdk-dev] [PATCH v4 00/12] Device independent crypto sessions

2017-07-05 Thread Pablo de Lara
Currently, the cryptodev library requires the session mempools to be created inside each device. This can be a waste of memory, as several devices with the same driver could be using the same session. This patchset makes changes in the library to allow session to contain multiple driver private