crypto/qat: fix raw data path dequeue
authorFan Zhang <roy.fan.zhang@intel.com>
Tue, 27 Jul 2021 15:42:46 +0000 (16:42 +0100)
committerAkhil Goyal <gakhil@marvell.com>
Fri, 30 Jul 2021 18:57:23 +0000 (20:57 +0200)
commitfe9e06ab0887b442eecc32caa51134b9ac442325
tree0e15ee5ff8500914d75c5d6685de3c8128b752d3
parent675ba7069148c7b18f3c74a66938dd34ee8ca653
crypto/qat: fix raw data path dequeue

This patch fixes the raw data path dequeue burst fail problem.
Previously in case the queue is full and not all packets
asked to be dequeued are processed, the dequeue burst will
never happen.

Fixes: c21574edc52a ("cryptodev: add dequeue count parameter in raw API")
Cc: stable@dpdk.org
Signed-off-by: Fan Zhang <roy.fan.zhang@intel.com>
drivers/crypto/qat/qat_sym_hw_dp.c