Re: Re: [PATCH v2 1/4] virtio-crypto: wait ctrl queue instead of busy polling

2022-04-20 Thread zhenwei pi
On 4/20/22 11:32, Jason Wang wrote: 在 2022/4/18 17:00, zhenwei pi 写道: Originally, after submitting request into virtio crypto control queue, the guest side polls the result from the virt queue. This allows all of the requests share a single request buffer in struct virtio_crypto(ctrl&input&ctrl

Re: [PATCH v2 1/4] virtio-crypto: wait ctrl queue instead of busy polling

2022-04-19 Thread Jason Wang
在 2022/4/18 17:00, zhenwei pi 写道: Originally, after submitting request into virtio crypto control queue, the guest side polls the result from the virt queue. This allows all of the requests share a single request buffer in struct virtio_crypto(ctrl&input&ctrl_status). CPU0 CPU1