Re: Re: [PATCH v2 1/4] virtio-crypto: Support asynchronous mode

2022-11-02 Thread Lei He
On 2022/11/2 03:51, Michael S. Tsirkin wrote: On Tue, Nov 01, 2022 at 06:37:26AM -0400, Michael S. Tsirkin wrote: On Sat, Oct 08, 2022 at 04:50:27PM +0800, Lei He wrote: virtio-crypto: Modify the current interface of virtio-crypto device to support asynchronous mode. Signed-off-by: lei he ---

Re: Re: [PATCH v2 1/4] virtio-crypto: Support asynchronous mode

2022-11-01 Thread Lei He
On 2022/11/2 03:51, Michael S. Tsirkin wrote: On Tue, Nov 01, 2022 at 06:37:26AM -0400, Michael S. Tsirkin wrote: On Sat, Oct 08, 2022 at 04:50:27PM +0800, Lei He wrote: virtio-crypto: Modify the current interface of virtio-crypto device to support asynchronous mode. Signed-off-by: lei he ---

Re: [PATCH v2 1/4] virtio-crypto: Support asynchronous mode

2022-11-01 Thread Michael S. Tsirkin
On Tue, Nov 01, 2022 at 06:37:26AM -0400, Michael S. Tsirkin wrote: > On Sat, Oct 08, 2022 at 04:50:27PM +0800, Lei He wrote: > > virtio-crypto: Modify the current interface of virtio-crypto > > device to support asynchronous mode. > > > > Signed-off-by: lei he > > --- > > backends/cryptodev-bui

Re: [PATCH v2 1/4] virtio-crypto: Support asynchronous mode

2022-11-01 Thread Michael S. Tsirkin
On Sat, Oct 08, 2022 at 04:50:27PM +0800, Lei He wrote: > virtio-crypto: Modify the current interface of virtio-crypto > device to support asynchronous mode. > > Signed-off-by: lei he > --- > backends/cryptodev-builtin.c| 69 ++--- > backends/cryptodev-vhost-user.c | 51 +-- > back

[PATCH v2 1/4] virtio-crypto: Support asynchronous mode

2022-10-08 Thread Lei He
virtio-crypto: Modify the current interface of virtio-crypto device to support asynchronous mode. Signed-off-by: lei he --- backends/cryptodev-builtin.c| 69 ++--- backends/cryptodev-vhost-user.c | 51 +-- backends/cryptodev.c| 44 +++--- hw/virtio/virtio-crypto.c