All of lore.kernel.org
 help / color / mirror / Atom feed
From: Herbert Xu <herbert@gondor.apana.org.au>
To: Tianjia Zhang <tianjia.zhang@linux.alibaba.com>
Cc: "David S. Miller" <davem@davemloft.net>,
	Vitaly Chikunov <vt@altlinux.org>,
	Eric Biggers <ebiggers@google.com>,
	Eric Biggers <ebiggers@kernel.org>,
	Gilad Ben-Yossef <gilad@benyossef.com>,
	Ard Biesheuvel <ardb@kernel.org>,
	Jussi Kivilinna <jussi.kivilinna@iki.fi>,
	Catalin Marinas <catalin.marinas@arm.com>,
	Will Deacon <will@kernel.org>,
	Thomas Gleixner <tglx@linutronix.de>,
	Ingo Molnar <mingo@redhat.com>, Borislav Petkov <bp@alien8.de>,
	Dave Hansen <dave.hansen@linux.intel.com>,
	"H. Peter Anvin" <hpa@zytor.com>,
	linux-crypto@vger.kernel.org, x86@kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH v4 6/6] crypto: tcrypt - add asynchronous speed test for SM3
Date: Fri, 28 Jan 2022 15:42:38 +1100	[thread overview]
Message-ID: <YfN0PsCAXYo0Hx9T@gondor.apana.org.au> (raw)
In-Reply-To: <20220107120700.730-7-tianjia.zhang@linux.alibaba.com>

On Fri, Jan 07, 2022 at 08:07:00PM +0800, Tianjia Zhang wrote:
> tcrypt supports testing of SM3 hash algorithms that use AVX
> instruction acceleration.
> 
> In order to add the sm3 asynchronous test to the appropriate
> position, shift the testcase sequence number of the multi buffer
> backward and start from 450.
> 
> Signed-off-by: Tianjia Zhang <tianjia.zhang@linux.alibaba.com>
> ---
>  crypto/tcrypt.c | 14 +++++++++-----
>  1 file changed, 9 insertions(+), 5 deletions(-)

This is not an issue with your patch but we should delete all
the mb hash tests as the mb hash algorithm tself was removed
in 2018.

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

WARNING: multiple messages have this Message-ID (diff)
From: Herbert Xu <herbert@gondor.apana.org.au>
To: Tianjia Zhang <tianjia.zhang@linux.alibaba.com>
Cc: "David S. Miller" <davem@davemloft.net>,
	Vitaly Chikunov <vt@altlinux.org>,
	Eric Biggers <ebiggers@google.com>,
	Eric Biggers <ebiggers@kernel.org>,
	Gilad Ben-Yossef <gilad@benyossef.com>,
	Ard Biesheuvel <ardb@kernel.org>,
	Jussi Kivilinna <jussi.kivilinna@iki.fi>,
	Catalin Marinas <catalin.marinas@arm.com>,
	Will Deacon <will@kernel.org>,
	Thomas Gleixner <tglx@linutronix.de>,
	Ingo Molnar <mingo@redhat.com>, Borislav Petkov <bp@alien8.de>,
	Dave Hansen <dave.hansen@linux.intel.com>,
	"H. Peter Anvin" <hpa@zytor.com>,
	linux-crypto@vger.kernel.org, x86@kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH v4 6/6] crypto: tcrypt - add asynchronous speed test for SM3
Date: Fri, 28 Jan 2022 15:42:38 +1100	[thread overview]
Message-ID: <YfN0PsCAXYo0Hx9T@gondor.apana.org.au> (raw)
In-Reply-To: <20220107120700.730-7-tianjia.zhang@linux.alibaba.com>

On Fri, Jan 07, 2022 at 08:07:00PM +0800, Tianjia Zhang wrote:
> tcrypt supports testing of SM3 hash algorithms that use AVX
> instruction acceleration.
> 
> In order to add the sm3 asynchronous test to the appropriate
> position, shift the testcase sequence number of the multi buffer
> backward and start from 450.
> 
> Signed-off-by: Tianjia Zhang <tianjia.zhang@linux.alibaba.com>
> ---
>  crypto/tcrypt.c | 14 +++++++++-----
>  1 file changed, 9 insertions(+), 5 deletions(-)

This is not an issue with your patch but we should delete all
the mb hash tests as the mb hash algorithm tself was removed
in 2018.

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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2022-01-28  4:43 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-07 12:06 [PATCH v4 0/6] Introduce x86 assembly accelerated implementation for SM3 algorithm Tianjia Zhang
2022-01-07 12:06 ` Tianjia Zhang
2022-01-07 12:06 ` [PATCH v4 1/6] crypto: sm3 - create SM3 stand-alone library Tianjia Zhang
2022-01-07 12:06   ` Tianjia Zhang
2022-01-07 12:06 ` [PATCH v4 2/6] crypto: arm64/sm3-ce - make dependent on sm3 library Tianjia Zhang
2022-01-07 12:06   ` Tianjia Zhang
2022-01-07 12:06 ` [PATCH v4 3/6] crypto: sm2 " Tianjia Zhang
2022-01-07 12:06   ` Tianjia Zhang
2022-01-07 12:06 ` [PATCH v4 4/6] crypto: sm3 " Tianjia Zhang
2022-01-07 12:06   ` Tianjia Zhang
2022-01-07 12:06 ` [PATCH v4 5/6] crypto: x86/sm3 - add AVX assembly implementation Tianjia Zhang
2022-01-07 12:06   ` Tianjia Zhang
2022-01-07 12:07 ` [PATCH v4 6/6] crypto: tcrypt - add asynchronous speed test for SM3 Tianjia Zhang
2022-01-07 12:07   ` Tianjia Zhang
2022-01-28  4:42   ` Herbert Xu [this message]
2022-01-28  4:42     ` Herbert Xu
2022-01-28  6:36     ` Tianjia Zhang
2022-01-28  6:36       ` Tianjia Zhang
2022-01-28  6:22 ` [PATCH v4 0/6] Introduce x86 assembly accelerated implementation for SM3 algorithm Herbert Xu
2022-01-28  6:22   ` Herbert Xu

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=YfN0PsCAXYo0Hx9T@gondor.apana.org.au \
    --to=herbert@gondor.apana.org.au \
    --cc=ardb@kernel.org \
    --cc=bp@alien8.de \
    --cc=catalin.marinas@arm.com \
    --cc=dave.hansen@linux.intel.com \
    --cc=davem@davemloft.net \
    --cc=ebiggers@google.com \
    --cc=ebiggers@kernel.org \
    --cc=gilad@benyossef.com \
    --cc=hpa@zytor.com \
    --cc=jussi.kivilinna@iki.fi \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-crypto@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@redhat.com \
    --cc=tglx@linutronix.de \
    --cc=tianjia.zhang@linux.alibaba.com \
    --cc=vt@altlinux.org \
    --cc=will@kernel.org \
    --cc=x86@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 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.