numam-dpdk/drivers
Pablo de Lara 7c95d47c1e crypto/aesni_mb: fix possible crypto job leak
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 conditional), but not used.
This leads to a job leak and the operation associated
to that job will not be ever dequeued.

Fixes: 0f548b50a1 ("crypto/aesni_mb: process crypto op on dequeue")
Cc: stable@dpdk.org

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
Acked-by: Declan Doherty <declan.doherty@intel.com>
2017-07-19 14:10:41 +03:00
..
bus bus/fslmc: remove workaround for smmu mapping 2017-07-19 08:26:08 +03:00
crypto crypto/aesni_mb: fix possible crypto job leak 2017-07-19 14:10:41 +03:00
event event/dpaa2: advertise burst mode capability 2017-07-20 07:19:35 +03:00
mempool drivers/dpaa2: remove duplicate includes 2017-07-16 17:30:06 +02:00
net net/bonding: add other aggregator modes 2017-07-19 18:11:42 +03:00
Makefile drivers: add bus dependency for eventdev 2017-07-07 09:24:29 +02:00