linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Herbert Xu <herbert@gondor.apana.org.au>
To: Andrei Botila <andrei.botila@nxp.com>
Cc: Horia Geanta <horia.geanta@nxp.com>,
	Aymen Sghaier <aymen.sghaier@nxp.com>,
	"David S. Miller" <davem@davemloft.net>,
	linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/2] crypto: caam - remove double buffering for ahash
Date: Fri, 20 Dec 2019 15:05:34 +0800	[thread overview]
Message-ID: <20191220070534.irfwfn3oltwoigvx@gondor.apana.org.au> (raw)
In-Reply-To: <1575910796-13897-1-git-send-email-andrei.botila@nxp.com>

On Mon, Dec 09, 2019 at 06:59:55PM +0200, Andrei Botila wrote:
> Previously double buffering was used for storing previous and next
> "less-than-block-size" bytes. Double buffering can be removed by moving
> the copy of next "less-than-block-size" bytes after current request is
> executed by HW.
> 
> Signed-off-by: Andrei Botila <andrei.botila@nxp.com>
> ---
>  drivers/crypto/caam/caamhash.c | 158 ++++++++++++---------------------
>  1 file changed, 58 insertions(+), 100 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:[~2019-12-20  7:05 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-09 16:59 [PATCH 1/2] crypto: caam - remove double buffering for ahash Andrei Botila
2019-12-09 16:59 ` [PATCH 2/2] crypto: caam/qi2 " Andrei Botila
2019-12-10  9:31   ` Horia Geanta
2019-12-10  9:27 ` [PATCH 1/2] crypto: caam " Horia Geanta
2019-12-20  7:05 ` 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=20191220070534.irfwfn3oltwoigvx@gondor.apana.org.au \
    --to=herbert@gondor.apana.org.au \
    --cc=andrei.botila@nxp.com \
    --cc=aymen.sghaier@nxp.com \
    --cc=davem@davemloft.net \
    --cc=horia.geanta@nxp.com \
    --cc=linux-crypto@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    /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).