Re: [Qemu-devel] [RFC 0/3] cryptodev: add vhost support

2017-11-02 Thread Zhang, Roy Fan
Hi Gong Lei, How are you? As discussed in KVM Forum, the Vhost User Crypto implementation RFC patchset has been sent to dpdk.org today. Please find the patchset here --Cover letter http://dpdk.org/ml/archives/dev/2017-November/081048.html --Patches http://dpdk.org/dev/patchwork/patch/31115/ ht

Re: [Qemu-devel] [RFC 0/3] cryptodev: add vhost support

2017-07-17 Thread Gonglei (Arei)
> -Original Message- > From: Stefan Hajnoczi [mailto:stefa...@redhat.com] > Sent: Monday, July 17, 2017 10:40 PM > To: Gonglei (Arei) > Cc: qemu-devel@nongnu.org; m...@redhat.com; Huangweidong (C); > roy.fan.zh...@intel.com; xin.z...@intel.com; Linqiangmin; > marcandre.lur...@redhat.com;

Re: [Qemu-devel] [RFC 0/3] cryptodev: add vhost support

2017-07-17 Thread Stefan Hajnoczi
On Sat, Jul 15, 2017 at 06:21:07PM +0800, Gonglei wrote: > And the Intel guys are working on the DPDK vhost-crypto > implementation. So let us push the cryptodev-vhost-user > backend upstream so that the whole process can be > accelerated. I guess you want to use this? http://dpdk.org/doc/guides/c

Re: [Qemu-devel] [RFC 0/3] cryptodev: add vhost support

2017-07-15 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Subject: [Qemu-devel] [RFC 0/3] cryptodev: add vhost support Message-id: 1500114070-181004-1-git-send-email-arei.gong...@huawei.com Type: series === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1

[Qemu-devel] [RFC 0/3] cryptodev: add vhost support

2017-07-15 Thread Gonglei
Because the cryptodev-builtin beckend doesn't fit in production environment as its' poor performance. And the Intel guys are working on the DPDK vhost-crypto implementation. So let us push the cryptodev-vhost-user backend upstream so that the whole process can be accelerated. This is a RFC versio