> > > -----Original Message----- > > From: Trybula, ArturX > > Sent: Wednesday, October 16, 2019 10:41 AM > > To: dev@dpdk.org; Trahe, Fiona <fiona.tr...@intel.com>; > shal...@marvell.com; Dybkowski, AdamX > > <adamx.dybkow...@intel.com>; Trybula, ArturX <arturx.tryb...@intel.com>; > akhil.go...@nxp.com > > Subject: [PATCH v4 0/2] Add overflow recovery for stateless compression > > > > This patch adds out-of-space recoverable feature for stateless > > compression scenario to QuickAssist compressdev driver. Unit test > > was also created to verify the new feature. > > > > v4: - if a device doesn't support out-of-space recoverable feature, > > then instead of "failed", "unsupported" result will be > > printed out on the screen > > > > v3: - rebasing onto the recent master > > > > v2: - rebasing over the external mbufs > > > > Artur Trybula (2): > > compress/qat: overflow catch for stateless compression > > test/compress: unit test for stateless overflow recovery > > > > app/test/test_compressdev.c | 280 ++++++++++++++++++++++++++------ > > drivers/compress/qat/qat_comp.c | 28 +++- > > 2 files changed, 258 insertions(+), 50 deletions(-) > > > > -- > > 2.17.1 > Series > Acked-by: Fiona Trahe <fiona.tr...@intel.com> Applied to dpdk-next-crypto
Thanks.