From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: Re: [PATCH 00/11] net/vhostpci: A new vhostpci PMD supporting VM2VM scenario Date: Tue, 5 Dec 2017 22:08:38 +0800 Message-ID: <20171205140838.GE9111@yliu-dev> References: <20171130094657.11470-1-zhiyong.yang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "dev@dpdk.org" , "maxime.coquelin@redhat.com" , "Wang, Wei W" , "Tan, Jianfeng" To: "Yang, Zhiyong" Return-path: Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 5489C14E8 for ; Tue, 5 Dec 2017 15:08:48 +0100 (CET) Content-Disposition: inline In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Tue, Dec 05, 2017 at 06:59:26AM +0000, Yang, Zhiyong wrote: > Hi all, > > > -----Original Message----- > > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Zhiyong Yang > > Sent: Thursday, November 30, 2017 5:47 PM > > To: dev@dpdk.org; yliu@fridaylinux.org; maxime.coquelin@redhat.com > > Cc: Wang, Wei W ; Tan, Jianfeng > > > > Subject: [dpdk-dev] [PATCH 00/11] net/vhostpci: A new vhostpci PMD > > supporting VM2VM scenario > > > > Vhostpci PMD is a new type driver working in guest OS which has ability to drive > > the vhostpci modern pci device, which is a new virtio device. > > > > The following linking is about vhostpci design: > > > > An initial device design is presented at KVM Forum'16: > > http://www.linux-kvm.org/images/5/55/02x07A-Wei_Wang-Design_of-Vhost- > > pci.pdf > > The latest device design and implementation will be posted to the QEMU > > community soon. > > > > The latest version vhostpci device code has been posted to QEMU community. > [PATCH v3 0/7] Vhost-pci for inter-VM communication > http://lists.nongnu.org/archive/html/qemu-devel/2017-12/msg00494.html I didn't follow on the qemu ML. Do you know when it's likely it will get accepted? --yliu > > [2016] Design of Vhost-pci by Wei Wang - YouTube linking as reference. > https://www.youtube.com/watch?v=xITj0qsaSJQ > > thanks > Zhiyong