From: Richard Henderson <richard.henderson@linaro.org>
To: Ard Biesheuvel <ardb@kernel.org>
Cc: qemu-devel@nongnu.org, berrange@redhat.com
Subject: Re: [PATCH v3 00/19] crypto: Provide clmul.h and host accel
Date: Mon, 21 Aug 2023 11:25:17 -0700 [thread overview]
Message-ID: <7d06c66a-361f-f1c3-c3bb-e99ff69d9a2f@linaro.org> (raw)
In-Reply-To: <CAMj1kXECQeCnUZyt2FMnOSRfzBp_bCVQ2ZUV+VvSx==7nnqu5g@mail.gmail.com>
On 8/21/23 11:08, Ard Biesheuvel wrote:
> OK, I did the OpenSSL benchmark this time, using a x86_64 cross build
> on arm64/ThunderX2, and the speedup is 7x (\o/)
Excellent, thanks.
r~
next prev parent reply other threads:[~2023-08-21 18:26 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-21 16:18 [PATCH v3 00/19] crypto: Provide clmul.h and host accel Richard Henderson
2023-08-21 16:18 ` [PATCH v3 01/19] crypto: Add generic 8-bit carry-less multiply routines Richard Henderson
2023-09-10 12:27 ` Ard Biesheuvel
2023-08-21 16:18 ` [PATCH v3 02/19] target/arm: Use clmul_8* routines Richard Henderson
2023-08-21 16:18 ` [PATCH v3 03/19] target/s390x: " Richard Henderson
2023-08-21 16:18 ` [PATCH v3 04/19] target/ppc: " Richard Henderson
2023-08-21 16:18 ` [PATCH v3 05/19] crypto: Add generic 16-bit carry-less multiply routines Richard Henderson
2023-09-10 12:28 ` Ard Biesheuvel
2023-08-21 16:18 ` [PATCH v3 06/19] target/arm: Use clmul_16* routines Richard Henderson
2023-08-21 16:18 ` [PATCH v3 07/19] target/s390x: " Richard Henderson
2023-08-21 16:18 ` [PATCH v3 08/19] target/ppc: " Richard Henderson
2023-08-21 16:18 ` [PATCH v3 09/19] crypto: Add generic 32-bit carry-less multiply routines Richard Henderson
2023-09-10 12:24 ` Ard Biesheuvel
2023-08-21 16:18 ` [PATCH v3 10/19] target/arm: Use clmul_32* routines Richard Henderson
2023-08-21 16:18 ` [PATCH v3 11/19] target/s390x: " Richard Henderson
2023-08-21 16:18 ` [PATCH v3 12/19] target/ppc: " Richard Henderson
2023-08-21 16:18 ` [PATCH v3 13/19] crypto: Add generic 64-bit carry-less multiply routine Richard Henderson
2023-09-10 12:25 ` Ard Biesheuvel
2023-08-21 16:18 ` [PATCH v3 14/19] target/arm: Use clmul_64 Richard Henderson
2023-08-21 16:18 ` [PATCH v3 15/19] target/i386: " Richard Henderson
2023-08-21 17:29 ` Philippe Mathieu-Daudé
2023-08-21 16:18 ` [PATCH v3 16/19] target/s390x: " Richard Henderson
2023-08-21 16:18 ` [PATCH v3 17/19] target/ppc: " Richard Henderson
2023-08-21 16:18 ` [PATCH v3 18/19] host/include/i386: Implement clmul.h Richard Henderson
2023-09-10 12:26 ` Ard Biesheuvel
2023-08-21 16:18 ` [PATCH v3 19/19] host/include/aarch64: " Richard Henderson
2023-08-21 17:33 ` Philippe Mathieu-Daudé
2023-08-21 18:08 ` [PATCH v3 00/19] crypto: Provide clmul.h and host accel Ard Biesheuvel
2023-08-21 18:25 ` Richard Henderson [this message]
2023-09-09 18:58 ` Richard Henderson
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=7d06c66a-361f-f1c3-c3bb-e99ff69d9a2f@linaro.org \
--to=richard.henderson@linaro.org \
--cc=ardb@kernel.org \
--cc=berrange@redhat.com \
--cc=qemu-devel@nongnu.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).