Re: [dpdk-dev] [PATCH v3 08/16] cryptodev: define value for unlimited sessions

2018-07-04 Thread Akhil Goyal
On 6/28/2018 6:22 AM, Pablo de Lara wrote: Currently, the info structure contains the maximum number of sessions that a device can manage. This field was useful when the session mempool was created inside each device, but now it is created at the application level. Most PMDs do not have a limit

[dpdk-dev] [PATCH v3 08/16] cryptodev: define value for unlimited sessions

2018-06-28 Thread Pablo de Lara
Currently, the info structure contains the maximum number of sessions that a device can manage. This field was useful when the session mempool was created inside each device, but now it is created at the application level. Most PMDs do not have a limitation on the sessions managed, but a few do, t