Re: [dpdk-dev] [RFC 00/24] vhost: add virtio-vhost-user transport

2018-04-10 Thread Wang, Wei W
On Tuesday, April 10, 2018 5:39 PM, Stefan Hajnoczi wrote: > Wei: Are you still interested in this? > > In order to make further progress a review of this patch series is required. > > If it's not a priority for you, that's fine too. We can leave it and > pick it up (or replace it with somethin

Re: [dpdk-dev] [RFC 00/24] vhost: add virtio-vhost-user transport

2018-01-31 Thread Maxime Coquelin
Hi Stefan, I went through the series, and I really like how it fits with existing vhost-user over af_unix socket. I will post the change I suggested to fix the regression met with SPDK and multiqueue. Thanks, Maxime On 01/19/2018 02:44 PM, Stefan Hajnoczi wrote: This patch series implements t

[dpdk-dev] [RFC 00/24] vhost: add virtio-vhost-user transport

2018-01-19 Thread Stefan Hajnoczi
This patch series implements the virtio-vhost-user device, which tunnels vhost-user protocol messages over virtio. This lets guests act as vhost device backends for other guests. The virtio-vhost-user device is the result of discussion about Wei Wang and Zhiyong Yang's vhost-pci device. This pat