Re: [dpdk-dev] [PATCH] crypto/aesni_mb: fix possible array overrun

2018-09-26 Thread Akhil Goyal
On 8/2/2018 10:19 AM, Pablo de Lara wrote: In order to process crypto operations in the AESNI MB PMD, they need to be sent to the buffer manager of the Multi-buffer library, through the "job" structure. Currently, it is checked if there are outstanding operations to process in the ring, befor

Re: [dpdk-dev] [PATCH] crypto/aesni_mb: fix possible array overrun

2018-08-27 Thread Ananyev, Konstantin
> > In order to process crypto operations in the AESNI MB PMD, > they need to be sent to the buffer manager of the Multi-buffer library, > through the "job" structure. > > Currently, it is checked if there are outstanding operations to process > in the ring, before getting a new job. However, if

[dpdk-dev] [PATCH] crypto/aesni_mb: fix possible array overrun

2018-08-02 Thread Pablo de Lara
In order to process crypto operations in the AESNI MB PMD, they need to be sent to the buffer manager of the Multi-buffer library, through the "job" structure. Currently, it is checked if there are outstanding operations to process in the ring, before getting a new job. However, if there are no av