Re: [PATCH v10 0/8] crypto: asynchronous compression api

2016-10-24 Thread Herbert Xu
On Fri, Oct 21, 2016 at 01:19:46PM +0100, Giovanni Cabiddu wrote: > The following patch set introduces acomp, a generic asynchronous > (de)compression api with support for SG lists. > We propose a new crypto type called crypto_acomp_type, a new struct acomp_alg > and struct crypto_acomp, together w

[PATCH v10 0/8] crypto: asynchronous compression api

2016-10-21 Thread Giovanni Cabiddu
The following patch set introduces acomp, a generic asynchronous (de)compression api with support for SG lists. We propose a new crypto type called crypto_acomp_type, a new struct acomp_alg and struct crypto_acomp, together with number of helper functions to register acomp type algorithms and alloc