Re: [dpdk-dev] [PATCH 2/4] compress/qat: add stateful decompression

2019-09-20 Thread Trahe, Fiona
> -Original Message- > From: Dybkowski, AdamX > Sent: Monday, August 26, 2019 8:45 AM > To: dev@dpdk.org; Trahe, Fiona ; akhil.go...@nxp.com; > Trybula, ArturX > > Cc: Dybkowski, AdamX > Subject: [PATCH 2/4] compress/qat: add stateful decompression > > This patch adds the stateful de

[dpdk-dev] [PATCH 2/4] compress/qat: add stateful decompression

2019-09-02 Thread Adam Dybkowski
This patch adds the stateful decompression feature to the DPDK QAT PMD. Signed-off-by: Adam Dybkowski --- drivers/compress/qat/qat_comp.c | 256 +--- drivers/compress/qat/qat_comp.h | 32 drivers/compress/qat/qat_comp_pmd.c | 166 -- drivers/

[dpdk-dev] [PATCH 2/4] compress/qat: add stateful decompression

2019-09-02 Thread Adam Dybkowski
This patch adds the stateful decompression feature to the DPDK QAT PMD. Signed-off-by: Adam Dybkowski --- drivers/compress/qat/qat_comp.c | 256 +--- drivers/compress/qat/qat_comp.h | 32 drivers/compress/qat/qat_comp_pmd.c | 166 -- drivers/