Re: [Qemu-devel] [PATCH v3 3/4] cryptodev-vhost-user: add crypto session handler

2018-03-20 Thread Zhang, Roy Fan
Hi Jay, Excellent work! The patch, although need some minor rework, has improved the performance. Some comments: 1. you need to set up capabilities for virtio_crypto PMD. As in Qemu vhost crypto proxy backend only AESCBC and SHA1 are supported (in cryptodev_vhost_user_init() definition), I

[Qemu-devel] [PATCH v3 3/4] cryptodev-vhost-user: add crypto session handler

2018-01-16 Thread Jay Zhou
From: Gonglei Introduce two vhost-user meassges: VHOST_USER_CREATE_CRYPTO_SESSION and VHOST_USER_CLOSE_CRYPTO_SESSION. At this point, the QEMU side support crypto operation in cryptodev host-user backend. Signed-off-by: Gonglei Signed-off-by: