Re: [PATCH v2 2/4] crypto: hisilicon: Add queue management driver for HiSilicon QM module

From: Zhou Wang
Date: Wed Feb 20 2019 - 01:50:15 EST


On 2019/2/20 12:10, Herbert Xu wrote:
> On Sat, Feb 02, 2019 at 10:25:43AM +0800, Zhou Wang wrote:
>>
>> In fact, I planned to register to acomp later.
>>
>> It also makes sense to use scomp if hardware engine is faster than CPU.
>> So how about registering to scomp firstly, then we register this engine to
>> acomp later?
>
> Sorry, but the fact that you're doing a busy-wait for completion
> means that scomp is not an appropriate choice.

OK. I will use acomp in next version.

Thanks,
Zhou

>
> Cheers,
>