lkml.org 
[lkml]   [2023]   [Mar]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 12/16] crypto: iaa - Add support for iaa_crypto deflate compression algorithm
On Mon, Mar 06, 2023 at 12:52:22PM -0600, Tom Zanussi wrote:
>
> +static struct crypto_alg iaa_comp_deflate = {
> + .cra_name = "deflate",
> + .cra_driver_name = "iaa_crypto",
> + .cra_flags = CRYPTO_ALG_TYPE_COMPRESS,
> + .cra_priority = IAA_ALG_PRIORITY,
> + .cra_module = THIS_MODULE,
> + .cra_u = {
> + .compress = {
> + .coa_compress = iaa_comp_compress,
> + .coa_decompress = iaa_comp_decompress
> + }
> + }
> +};

Please add any new code using the legacy compression interface.
We're trying to phase them out.

If your user is still using the legacy interface, they should
be converted instead.

Thanks,
--
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

\
 
 \ /
  Last update: 2023-03-27 01:04    [W:0.133 / U:0.264 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site