All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Zanussi <tom.zanussi@linux.intel.com>
To: Barry Song <21cnbao@gmail.com>,
	davem@davemloft.net,  herbert@gondor.apana.org.au,
	linux-crypto@vger.kernel.org
Cc: linux-kernel@vger.kernel.org, Barry Song <v-songbaohua@oppo.com>
Subject: Re: [PATCH 2/2] crypto: iaa - fix the missing CRYPTO_ALG_ASYNC in cra_flags
Date: Wed, 21 Feb 2024 15:18:43 -0600	[thread overview]
Message-ID: <d82015f3b373790e75dbf71e4f6d62cdbecb4bfc.camel@linux.intel.com> (raw)
In-Reply-To: <20240220044222.197614-2-v-songbaohua@oppo.com>

Hi Barry,

On Tue, 2024-02-20 at 17:42 +1300, Barry Song wrote:
> Add the missing CRYPTO_ALG_ASYNC flag since intel iaa driver
> works asynchronously.
> 
> Cc: Tom Zanussi <tom.zanussi@linux.intel.com>
> Signed-off-by: Barry Song <v-songbaohua@oppo.com>
> ---
>  drivers/crypto/intel/iaa/iaa_crypto_main.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/crypto/intel/iaa/iaa_crypto_main.c
> b/drivers/crypto/intel/iaa/iaa_crypto_main.c
> index dfd3baf0a8d8..91adf9d76a2e 100644
> --- a/drivers/crypto/intel/iaa/iaa_crypto_main.c
> +++ b/drivers/crypto/intel/iaa/iaa_crypto_main.c
> @@ -1916,6 +1916,7 @@ static struct acomp_alg iaa_acomp_fixed_deflate
> = {
>         .base                   = {
>                 .cra_name               = "deflate",
>                 .cra_driver_name        = "deflate-iaa",
> +               .cra_flags              = CRYPTO_ALG_ASYNC,

Makes sense, thanks for the patch.

Acked-by: Tom Zanussi <tom.zanussi@linux.intel.com>



  reply	other threads:[~2024-02-21 21:18 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-20  4:42 [PATCH 1/2] crypto: hisilicon/zip - fix the missing CRYPTO_ALG_ASYNC in cra_flags Barry Song
2024-02-20  4:42 ` [PATCH 2/2] crypto: iaa " Barry Song
2024-02-21 21:18   ` Tom Zanussi [this message]
2024-02-28  6:48 ` [PATCH 1/2] crypto: hisilicon/zip " Yang Shen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d82015f3b373790e75dbf71e4f6d62cdbecb4bfc.camel@linux.intel.com \
    --to=tom.zanussi@linux.intel.com \
    --cc=21cnbao@gmail.com \
    --cc=davem@davemloft.net \
    --cc=herbert@gondor.apana.org.au \
    --cc=linux-crypto@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=v-songbaohua@oppo.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.