[dpdk-dev] [PATCH v4 0/2] Add overflow recovery for stateless compression

Akhil Goyal akhil.goyal at nxp.com
Wed Oct 16 15:13:19 CEST 2019


> 
> > -----Original Message-----
> > From: Trybula, ArturX
> > Sent: Wednesday, October 16, 2019 10:41 AM
> > To: dev at dpdk.org; Trahe, Fiona <fiona.trahe at intel.com>;
> shallyv at marvell.com; Dybkowski, AdamX
> > <adamx.dybkowski at intel.com>; Trybula, ArturX <arturx.trybula at intel.com>;
> akhil.goyal at 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.trahe at intel.com>
Applied to dpdk-next-crypto

Thanks.


More information about the dev mailing list