From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 519B3237 for ; Tue, 5 Dec 2017 07:59:30 +0100 (CET) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Dec 2017 22:59:30 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,363,1508828400"; d="scan'208";a="184126035" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by fmsmga006.fm.intel.com with ESMTP; 04 Dec 2017 22:59:30 -0800 Received: from fmsmsx120.amr.corp.intel.com (10.18.124.208) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 4 Dec 2017 22:59:29 -0800 Received: from BGSMSX107.gar.corp.intel.com (10.223.4.191) by fmsmsx120.amr.corp.intel.com (10.18.124.208) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 4 Dec 2017 22:59:29 -0800 Received: from bgsmsx101.gar.corp.intel.com ([169.254.1.245]) by BGSMSX107.gar.corp.intel.com ([10.223.4.191]) with mapi id 14.03.0319.002; Tue, 5 Dec 2017 12:29:26 +0530 From: "Yang, Zhiyong" To: "Yang, Zhiyong" , "dev@dpdk.org" , "yliu@fridaylinux.org" , "maxime.coquelin@redhat.com" CC: "Wang, Wei W" , "Tan, Jianfeng" Thread-Topic: [dpdk-dev] [PATCH 00/11] net/vhostpci: A new vhostpci PMD supporting VM2VM scenario Thread-Index: AQHTacBLFT1OKEXMr0GsiB28IyR8sKM0V3jw Date: Tue, 5 Dec 2017 06:59:26 +0000 Message-ID: References: <20171130094657.11470-1-zhiyong.yang@intel.com> In-Reply-To: <20171130094657.11470-1-zhiyong.yang@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [10.223.10.10] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 00/11] net/vhostpci: A new vhostpci PMD supporting VM2VM scenario X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Dec 2017 06:59:32 -0000 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 >=20 > Vhostpci PMD is a new type driver working in guest OS which has ability t= o drive > the vhostpci modern pci device, which is a new virtio device. >=20 > The following linking is about vhostpci design: >=20 > 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. >=20 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 [2016] Design of Vhost-pci by Wei Wang - YouTube linking as reference. https://www.youtube.com/watch?v=3DxITj0qsaSJQ thanks Zhiyong