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

2023-05-24 Thread Gowrishankar Muthukrishnan
> Pls do not v2 as reply to v1. > Start a new thread if you really want to reply to v1 with link to lore copy > of v2. > Apologies that I am new to this forum and 'll follow this in future patches as well. Please let me know any changes needed in v2. Regards, Gowrishankar

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

2023-05-16 Thread Gowrishankar Muthukrishnan
Add asymmetric crypto support in vhost_user backend. Signed-off-by: Gowrishankar Muthukrishnan --- v2: - added buffer length check before memcpy. --- backends/cryptodev-vhost-user.c | 9 ++-- hw/virtio/vhost-user.c | 75 +++-- 2 files changed, 66

[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