Re: [dpdk-dev] [PATCH v2 09/15] cryptodev: remove max number of sessions parameter

2018-06-29 Thread Tomasz Duszynski
Hello Pablo, On Mon, Jun 25, 2018 at 09:48:50AM +0100, Pablo de Lara wrote: > Most crypto PMDs do not have a limitation > of the number of the sessions that can be handled > internally. The value that was set before was not > actually used at all, since the sessions are created > at the applicatio

[dpdk-dev] [PATCH v2 09/15] cryptodev: remove max number of sessions parameter

2018-06-25 Thread Pablo de Lara
Most crypto PMDs do not have a limitation of the number of the sessions that can be handled internally. The value that was set before was not actually used at all, since the sessions are created at the application level. Therefore, this value is not parsed from the initial crypto parameters anymore