Re: [dpdk-dev] [PATCH] common/qat: fix queue head update

2020-05-09 Thread Akhil Goyal
> Tested-by: Zhao, Xinfeng > Applied to dpdk-next-crypto Thanks.

Re: [dpdk-dev] [PATCH] common/qat: fix queue head update

2020-05-07 Thread Zhao, XinfengX
Tested-by: Zhao, Xinfeng -Original Message- From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Adam Dybkowski Sent: Tuesday, May 5, 2020 11:31 PM To: dev@dpdk.org; Trahe, Fiona Cc: Dybkowski, AdamX Subject: [dpdk-dev] [PATCH] common/qat: fix queue head update This patch fixes

Re: [dpdk-dev] [PATCH] common/qat: fix queue head update

2020-05-05 Thread Trahe, Fiona
> -Original Message- > From: Dybkowski, AdamX > Sent: Tuesday, May 5, 2020 4:31 PM > To: dev@dpdk.org; Trahe, Fiona > Cc: Dybkowski, AdamX > Subject: [PATCH] common/qat: fix queue head update > > This patch fixes missing queue head update that occured when > a multiple-request dynami

[dpdk-dev] [PATCH] common/qat: fix queue head update

2020-05-05 Thread Adam Dybkowski
This patch fixes missing queue head update that occured 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 --- dri