mbox series

[v4,0/2] Add overflow recovery for stateless compression

Message ID 20191016094045.19895-1-arturx.trybula@intel.com (mailing list archive)
Headers
Series Add overflow recovery for stateless compression |

Message

Artur Trybula Oct. 16, 2019, 9:40 a.m. UTC
  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(-)
  

Comments

Fiona Trahe Oct. 16, 2019, 11:16 a.m. UTC | #1
> -----Original Message-----
> From: Trybula, ArturX
> Sent: Wednesday, October 16, 2019 10:41 AM
> To: dev@dpdk.org; Trahe, Fiona <fiona.trahe@intel.com>; shallyv@marvell.com; Dybkowski, AdamX
> <adamx.dybkowski@intel.com>; Trybula, ArturX <arturx.trybula@intel.com>; akhil.goyal@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@intel.com>
  
Akhil Goyal Oct. 16, 2019, 1:13 p.m. UTC | #2
> 
> > -----Original Message-----
> > From: Trybula, ArturX
> > Sent: Wednesday, October 16, 2019 10:41 AM
> > To: dev@dpdk.org; Trahe, Fiona <fiona.trahe@intel.com>;
> shallyv@marvell.com; Dybkowski, AdamX
> > <adamx.dybkowski@intel.com>; Trybula, ArturX <arturx.trybula@intel.com>;
> akhil.goyal@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@intel.com>
Applied to dpdk-next-crypto

Thanks.