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

2020-05-06 Thread Adam Dybkowski
This patch fixes enqueued and dequeued count statistics that should contain the numer of operations enqueued by the end user app instead of the total number of QAT requests - bigger in case of a multiple-request dynamic Huffman compression operation. Fixes: c13cecf60f12 ("compress/qat: support IM

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

2020-05-08 Thread Trahe, Fiona
> -Original Message- > From: Dybkowski, AdamX > Sent: Wednesday, May 6, 2020 12:30 PM > To: dev@dpdk.org; Trahe, Fiona ; akhil.go...@nxp.com > Cc: Dybkowski, AdamX > Subject: [PATCH] common/qat: fix stats update > > This patch fixes enqueued and dequeued count statistics that should >

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

2020-05-09 Thread Akhil Goyal
> > This patch fixes enqueued and dequeued count statistics that should > > contain the numer of operations enqueued by the end user app > > instead of the total number of QAT requests - bigger in case of > > a multiple-request dynamic Huffman compression operation. > > > > Fixes: c13cecf60f12 ("co