From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id D453A8E70 for ; Thu, 29 Oct 2015 15:25:22 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga101.jf.intel.com with ESMTP; 29 Oct 2015 07:25:04 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,214,1444719600"; d="scan'208";a="590359887" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by FMSMGA003.fm.intel.com with ESMTP; 29 Oct 2015 07:25:03 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 29 Oct 2015 07:25:02 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.96]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.106]) with mapi id 14.03.0248.002; Thu, 29 Oct 2015 22:25:01 +0800 From: "Xie, Huawei" To: Tetsuya Mukawa , "dev@dpdk.org" , "Loftus, Ciara" Thread-Topic: [dpdk-dev] [RFC PATCH v3 2/2] vhost: Add VHOST PMD Thread-Index: AdESVZgHIyzop5ucQhmoDit0pqp3Hg== Date: Thu, 29 Oct 2015 14:25:00 +0000 Message-ID: References: <1440993326-21205-2-git-send-email-mukawa@igel.co.jp> <1445507150-1481-1-git-send-email-mukawa@igel.co.jp> <1445507150-1481-3-git-send-email-mukawa@igel.co.jp> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "ann.zhuangyanying@huawei.com" Subject: Re: [dpdk-dev] [RFC PATCH v3 2/2] vhost: Add VHOST PMD X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Oct 2015 14:25:23 -0000 On 10/22/2015 5:48 PM, Tetsuya Mukawa wrote:=0A= > The patch introduces a new PMD. This PMD is implemented as thin wrapper= =0A= > of librte_vhost. It means librte_vhost is also needed to compile the PMD.= =0A= > The vhost messages will be handled only when a port is started. So start= =0A= > a port first, then invoke QEMU.=0A= Hi Tetsuya:=0A= I haven't got bandwidth to review the details of this patch but i think=0A= it is the very right thing to do. It is still RFC patch.Is your goal to=0A= make it into 2.2?=0A= =0A=