mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Danny Tsen <dtsen@linux.ibm.com>
To: Herbert Xu <herbert@gondor.apana.org.au>
Cc: linux-crypto@vger.kernel.org, leitao@debian.org,
	nayna@linux.ibm.com, appro@cryptogams.org,
	linux-kernel@vger.kernel.org, ltcgcw@linux.vnet.ibm.com,
	dtsen@us.ibm.com
Subject: Re: [RESEND PATCH v4 0/6] crypto: Accelerated AES/GCM stitched implementation
Date: Mon, 13 Mar 2023 07:59:12 -0500	[thread overview]
Message-ID: <1cf97806-300d-d79e-4c4c-3b7cccba7312@linux.ibm.com> (raw)
In-Reply-To: <ZAsUV4Nn6qrwA2am@gondor.apana.org.au>

Thanks Hubert.

-Danny

On 3/10/23 5:28 AM, Herbert Xu wrote:
> On Mon, Feb 20, 2023 at 10:40:15PM -0500, Danny Tsen wrote:
>> This patch series enable an accelerated AES/GCM stitched implementation
>> for Power10 or later CPU(ppc64le).  This module supports AEAD algorithm.
>> The stitched implementation provides 3.5X+ better performance than the
>> baseline.
>>
>> This patch has been tested with the kernel crypto module tcrypt.ko and
>> has passed the selftest.  The patch is also tested with
>> CONFIG_CRYPTO_MANAGER_EXTRA_TESTS enabled.
>>
>> Danny Tsen (6):
>>    Glue code for AES/GCM stitched implementation.
>>    An accelerated AES/GCM stitched implementation.
>>    Supporting functions for AES.
>>    Supporting functions for ghash.
>>    A perl script to process PowerPC assembler source.
>>    Update Kconfig and Makefile.
>>
>>   arch/powerpc/crypto/aes-gcm-p10-glue.c |  345 ++++++
>>   arch/powerpc/crypto/aes-gcm-p10.S      | 1521 ++++++++++++++++++++++++
>>   arch/powerpc/crypto/aesp8-ppc.pl       |  585 +++++++++
>>   arch/powerpc/crypto/ghashp8-ppc.pl     |  370 ++++++
>>   arch/powerpc/crypto/ppc-xlate.pl       |  229 ++++
>>   arch/powerpc/crypto/Kconfig            |   17 +
>>   arch/powerpc/crypto/Makefile           |   13 +
>>   7 files changed, 3080 insertions(+)
>>   create mode 100644 arch/powerpc/crypto/aes-gcm-p10-glue.c
>>   create mode 100644 arch/powerpc/crypto/aes-gcm-p10.S
>>   create mode 100644 arch/powerpc/crypto/aesp8-ppc.pl
>>   create mode 100644 arch/powerpc/crypto/ghashp8-ppc.pl
>>   create mode 100644 arch/powerpc/crypto/ppc-xlate.pl
>>
>> -- 
>> 2.31.1
> All applied.  Thanks.

      reply	other threads:[~2023-03-13 13:00 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-21  3:40 Danny Tsen
2023-02-21  3:40 ` [RESEND PATCH v4 1/6] Glue code for " Danny Tsen
2023-02-21  3:40 ` [RESEND PATCH v4 2/6] An accelerated " Danny Tsen
2023-02-21  3:40 ` [RESEND PATCH v4 3/6] Supporting functions for AES Danny Tsen
2023-02-21  3:40 ` [RESEND PATCH v4 4/6] Supporting functions for ghash Danny Tsen
2023-02-21  3:40 ` [RESEND PATCH v4 5/6] A perl script to process PowerPC assembler source Danny Tsen
2023-02-21  3:40 ` [RESEND PATCH v4 6/6] Update Kconfig and Makefile Danny Tsen
2023-03-10 11:28 ` [RESEND PATCH v4 0/6] crypto: Accelerated AES/GCM stitched implementation Herbert Xu
2023-03-13 12:59   ` Danny Tsen [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=1cf97806-300d-d79e-4c4c-3b7cccba7312@linux.ibm.com \
    --to=dtsen@linux.ibm.com \
    --cc=appro@cryptogams.org \
    --cc=dtsen@us.ibm.com \
    --cc=herbert@gondor.apana.org.au \
    --cc=leitao@debian.org \
    --cc=linux-crypto@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=ltcgcw@linux.vnet.ibm.com \
    --cc=nayna@linux.ibm.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

Powered by JetHome