Re: [dpdk-dev] [PATCH 2/6] cryptodev: remove max number of sessions per queue

2018-06-21 Thread Akhil Goyal
On 6/9/2018 3:32 AM, Pablo de Lara wrote: The cryptodev info structure currently contains the maximum number of sessions that can be used in a queue pair. This is only set in DPAA_SEC PMD, and since it is calculated based on the maximum number of sessions (which is not used anymore), this field c

[dpdk-dev] [PATCH 2/6] cryptodev: remove max number of sessions per queue

2018-06-08 Thread Pablo de Lara
The cryptodev info structure currently contains the maximum number of sessions that can be used in a queue pair. This is only set in DPAA_SEC PMD, and since it is calculated based on the maximum number of sessions (which is not used anymore), this field can be removed. Signed-off-by: Pablo de Lara