Message ID | 20220919120537.39258-1-shenyang39@huawei.com |
---|---|
Headers | show |
Series | crypto: benchmark - add the crypto benchmark | expand |
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,
在 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
On Fri, Oct 14, 2022 at 09:43:40AM +0800, Yang Shen wrote: > > Got it. I'll try to support this on the tcrypt. Before you get too far into this, please note that I have no preference as to whether you go with tcrypt or your new benchmark code. My only requirement is that we pick one mechanism. But obivously others might have a preference so you should try to produce RFCs as early as possible. Cheers,