Re: [PATCH v2 0/2] crypto: asynchronous compression api

2016-02-24 Thread Giovanni Cabiddu
Hi Herbert, On Tue, Feb 16, 2016 at 07:57:17PM +, Herbert Xu wrote: > Can you give an example on how to use the noctx support with > your acomp interface? In this version of the acomp api an algorithm can specify different sizes for the compression and the decompression contexts by setting th

Re: [PATCH v2 0/2] crypto: asynchronous compression api

2016-02-16 Thread Herbert Xu
On Tue, Feb 09, 2016 at 05:31:07PM +, Giovanni Cabiddu wrote: > > Changes in v2: > - added compression and decompression request sizes in acomp_alg > in order to enable noctx support > - extended api with helpers to allocate compression and > decompression requests with diff