Re: [PATCH v4 6/6] crypto: tcrypt - add asynchronous speed test for SM3

From: Tianjia Zhang
Date: Fri Jan 28 2022 - 01:36:26 EST


Hi Herbert,

On 1/28/22 12:42 PM, Herbert Xu wrote:
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@xxxxxxxxxxxxxxxxx>
---
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,

Thanks for the reminder, I will add an extra patch to remove the mb hash tests.

Happy New Year.


Tianjia