> -----Original Message----- > From: Dybkowski, AdamX <adamx.dybkow...@intel.com> > Sent: Wednesday, April 28, 2021 3:42 PM > To: dev@dpdk.org; Zhang, Roy Fan <roy.fan.zh...@intel.com>; Kusztal, > ArkadiuszX <arkadiuszx.kusz...@intel.com>; gak...@marvell.com > Cc: Dybkowski, AdamX <adamx.dybkow...@intel.com> > Subject: [PATCH 2/2] compress/qat: enable compression on QAT GEN3 > > 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 phase. > > Fixes: a124830a6f00 ("compress/qat: enable dynamic huffman encoding") > Fixes: 352332744c3a ("compress/qat: add dynamic SGL allocation") > > Signed-off-by: Adam Dybkowski <adamx.dybkow...@intel.com> > ---
Acked-by: Fan Zhang <roy.fan.zh...@intel.com>