linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Herbert Xu <herbert@gondor.apana.org.au>
To: Shukun Tan <tanshukun1@huawei.com>
Cc: davem@davemloft.net, linux-crypto@vger.kernel.org,
	wangzhou1@hisilicon.com, xuzaibo@huawei.com
Subject: Re: [PATCH v2 0/4] crypto: hisilicon - Refactor find device related code
Date: Fri, 20 Mar 2020 14:50:27 +1100	[thread overview]
Message-ID: <20200320035027.GB27372@gondor.apana.org.au> (raw)
In-Reply-To: <1583829772-53372-1-git-send-email-tanshukun1@huawei.com>

On Tue, Mar 10, 2020 at 04:42:48PM +0800, Shukun Tan wrote:
> By binding device finding with create QP logic to fix the bug of creating
> QP failure occasionally. Then, merge the find device related code into
> qm.c to reduce redundancy.
> 
> This series depends upon this patchset:
> https://lore.kernel.org/linux-crypto/1583373985-718-1-git-send-email-xuzaibo@huawei.com/
> 
> Changes v1 -> v2:
> 	- Fix bug of compile when disable NUMA config.
> 
> Hui Tang (1):
>   crypto: hisilicon/hpre - Optimize finding hpre device process
> 
> Kai Ye (1):
>   crypto: hisilicon/sec2 - Add new create qp process
> 
> Shukun Tan (1):
>   crypto: hisilicon/zip - Use hisi_qm_alloc_qps_node() when init ctx
> 
> Weili Qian (1):
>   crypto: hisilicon/qm - Put device finding logic into QM
> 
>  drivers/crypto/hisilicon/hpre/hpre.h        |   3 +-
>  drivers/crypto/hisilicon/hpre/hpre_crypto.c |  20 ++---
>  drivers/crypto/hisilicon/hpre/hpre_main.c   |  52 +++---------
>  drivers/crypto/hisilicon/qm.c               | 125 ++++++++++++++++++++++++++++
>  drivers/crypto/hisilicon/qm.h               |  31 +++++++
>  drivers/crypto/hisilicon/sec2/sec.h         |   5 +-
>  drivers/crypto/hisilicon/sec2/sec_crypto.c  |  17 ++--
>  drivers/crypto/hisilicon/sec2/sec_main.c    |  81 +++++++-----------
>  drivers/crypto/hisilicon/zip/zip.h          |   2 +-
>  drivers/crypto/hisilicon/zip/zip_crypto.c   |  54 ++++++------
>  drivers/crypto/hisilicon/zip/zip_main.c     |  92 ++------------------
>  11 files changed, 252 insertions(+), 230 deletions(-)

All applied.  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

      parent reply	other threads:[~2020-03-20  3:50 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-10  8:42 [PATCH v2 0/4] crypto: hisilicon - Refactor find device related code Shukun Tan
2020-03-10  8:42 ` [PATCH v2 1/4] crypto: hisilicon/qm - Put device finding logic into QM Shukun Tan
2020-03-10  8:42 ` [PATCH v2 2/4] crypto: hisilicon/zip - Use hisi_qm_alloc_qps_node() when init ctx Shukun Tan
2020-03-10  8:42 ` [PATCH v2 3/4] crypto: hisilicon/hpre - Optimize finding hpre device process Shukun Tan
2020-03-10  8:42 ` [PATCH v2 4/4] crypto: hisilicon/sec2 - Add new create qp process Shukun Tan
2020-03-20  3:50 ` Herbert Xu [this message]

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=20200320035027.GB27372@gondor.apana.org.au \
    --to=herbert@gondor.apana.org.au \
    --cc=davem@davemloft.net \
    --cc=linux-crypto@vger.kernel.org \
    --cc=tanshukun1@huawei.com \
    --cc=wangzhou1@hisilicon.com \
    --cc=xuzaibo@huawei.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).