common/qat: fix queue head update
authorAdam Dybkowski <adamx.dybkowski@intel.com>
Tue, 5 May 2020 15:30:37 +0000 (17:30 +0200)
committerAkhil Goyal <akhil.goyal@nxp.com>
Mon, 11 May 2020 11:17:43 +0000 (13:17 +0200)
commite703b801529e4a5de9261736d745e23428b7cb49
treed010e0c8035a9271c1655560544907bb14748b85
parent9dbc4e21e752ca98e23205c3d1bac53e03e934b3
common/qat: fix queue head update

This patch fixes missing queue head update that occurred when
a multiple-request dynamic Huffman compression operation was not
complete within one qat_dequeue_op_burst function call.

Fixes: c13cecf60f12 ("compress/qat: support IM buffer too small operation")

Signed-off-by: Adam Dybkowski <adamx.dybkowski@intel.com>
Acked-by: Fiona Trahe <fiona.trahe@intel.com>
Tested-by: Xinfeng Zhao <xinfengx.zhao@intel.com>
drivers/common/qat/qat_qp.c