Re: [dpdk-dev] [PATCH 2/2] compress/qat: enable compression on QAT GEN3

2021-04-28 Thread Zhang, Roy Fan
> -Original Message- > From: Dybkowski, AdamX > Sent: Wednesday, April 28, 2021 3:42 PM > To: dev@dpdk.org; Zhang, Roy Fan ; Kusztal, > ArkadiuszX ; gak...@marvell.com > Cc: Dybkowski, AdamX > Subject: [PATCH 2/2] compress/qat: enable compression on QAT GEN3 > > This patch enables the co

[dpdk-dev] [PATCH 2/2] compress/qat: enable compression on QAT GEN3

2021-04-28 Thread Adam Dybkowski
This patch enables the compression on QAT GEN3 (on hardware versions that support it) and changes the error message shown on older hardware versions that don't support the compression. It also fixes the crash that happened on IM buffer allocation failure (not enough memory) during the PMD cleaning