> 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
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
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