Re: [RFC PATCH 0/6] crypto: benchmark - add the crypto benchmark

From: Yang Shen
Date: Thu Oct 13 2022 - 21:43:49 EST




在 2022/9/30 12:51, Herbert Xu 写道:
On Wed, Sep 21, 2022 at 04:19:18PM +0800, Yang Shen wrote:
I know the tcrypt.ko has the speed test cases. But the tcrypt.ko test case
is fixed.
If I understand correctly, the design model of tcrypt.ko is test the
algorithms with
determined case conditions. It can provide some standardized testing to
ensure
that the implementation of the algorithm meets the requirements. This is a
reasonable developer test tool, but it is not flexible enough for testers
and users.
How about improving tcrypt then? We're not going to have two things
in the kernel that do the same thing unless you provide a clear path
of eliminating one of them.

Cheers,

Got it. I'll try to support this on the tcrypt.

Thanks,

Yang