Re: [dpdk-dev] [PATCH] crypto/aesni_mb: fix possible crypto job leak

2017-07-13 Thread De Lara Guarch, Pablo
> -Original Message- > From: Doherty, Declan > Sent: Thursday, July 13, 2017 4:56 PM > To: De Lara Guarch, Pablo > Cc: dev@dpdk.org; sta...@dpdk.org > Subject: Re: [PATCH] crypto/aesni_mb: fix possible crypto job leak > > On 13/07/2017 4:35 AM, Pablo de Lara wrote: > > When dequeueing o

Re: [dpdk-dev] [PATCH] crypto/aesni_mb: fix possible crypto job leak

2017-07-13 Thread Declan Doherty
On 13/07/2017 4:35 AM, Pablo de Lara wrote: When dequeueing operations from an AESNI-MB device, crypto jobs are dequeued from the internal scheduler in the Multi-buffer library. If the number of jobs available to retrieve are higher than the number of crypto operations that are required, then an

[dpdk-dev] [PATCH] crypto/aesni_mb: fix possible crypto job leak

2017-07-13 Thread Pablo de Lara
When dequeueing operations from an AESNI-MB device, crypto jobs are dequeued from the internal scheduler in the Multi-buffer library. If the number of jobs available to retrieve are higher than the number of crypto operations that are required, then an extra job is retrieved (due to an incorrect c