Re: [Qemu-devel] [PATCH v5 0/4] cryptodev: add vhost support

2018-01-23 Thread Fam Zheng
On Fri, Jan 19, 2018 at 4:13 PM, Zhoujian (jay) wrote: > [...] > >> Configure options: >> --enable-werror --target-list=x86_64-softmmu,aarch64-softmmu -- >> prefix=/tmp/qemu-test/install > [...] > >> KVM support yes >> HAX support no >> HVF support no >> TCG support yes >>

Re: [Qemu-devel] [PATCH v5 0/4] cryptodev: add vhost support

2018-01-19 Thread Zhoujian (jay)
[...] > Configure options: > --enable-werror --target-list=x86_64-softmmu,aarch64-softmmu -- > prefix=/tmp/qemu-test/install [...] > KVM support yes > HAX support no > HVF support no > TCG support yes > TCG debug enabled no > TCG interpreter no > malloc trim support yes

Re: [Qemu-devel] [PATCH v5 0/4] cryptodev: add vhost support

2018-01-18 Thread no-reply
Hi, This series failed docker-build@min-glib build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. Type: series Message-id: cover.1516329752.git.arei.gong...@huawei.com Subject: [Qemu-devel] [PATCH v5 0/4

Re: [Qemu-devel] [PATCH v5 0/4] cryptodev: add vhost support

2018-01-18 Thread no-reply
Hi, This series failed docker-quick@centos6 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. Type: series Message-id: cover.1516329752.git.arei.gong...@huawei.com Subject: [Qemu-devel] [PATCH v5 0/4

[Qemu-devel] [PATCH v5 0/4] cryptodev: add vhost support

2018-01-18 Thread Jay Zhou
From: Gonglei I posted the RFC verion a few months ago for DPDK vhost-crypto implmention, and now it's time to send the formal version. Because we need an user space scheme for better performance. The vhost user crypto server side patches had been sent to DPDK community, pls see [RFC PATCH 0/6]