Re: [dpdk-dev] [PATCH v3 1/4] crypto/aesni_mb: fix incorrect crypto session

2016-12-20 Thread Declan Doherty
On 19/12/16 17:29, Pablo de Lara wrote: When using sessionless crypto operations, crypto session is obtained from a pool of sessions, when processing the operation. Once the operation is processed, the session is put back in the pool, but for the AESNI MB PMD, this session was not being saved in

[dpdk-dev] [PATCH v3 1/4] crypto/aesni_mb: fix incorrect crypto session

2016-12-19 Thread Pablo de Lara
When using sessionless crypto operations, crypto session is obtained from a pool of sessions, when processing the operation. Once the operation is processed, the session is put back in the pool, but for the AESNI MB PMD, this session was not being saved in the operation and therefore, it did not re