Re: [PATCH] cryptodev-vhost-user: add asymmetric crypto support

2023-05-15 Thread zhenwei pi
On 5/14/23 14:55, Gowrishankar Muthukrishnan wrote: Add asymmetric crypto support in vhost_user backend. Signed-off-by: Gowrishankar Muthukrishnan --- backends/cryptodev-vhost-user.c | 9 +++--- hw/virtio/vhost-user.c | 52 - 2 files changed, 43

[PATCH] cryptodev-vhost-user: add asymmetric crypto support

2023-05-13 Thread Gowrishankar Muthukrishnan
Add asymmetric crypto support in vhost_user backend. Signed-off-by: Gowrishankar Muthukrishnan --- backends/cryptodev-vhost-user.c | 9 +++--- hw/virtio/vhost-user.c | 52 - 2 files changed, 43 insertions(+), 18 deletions(-) diff --git a/backends/crypto