From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tetsuya Mukawa Subject: Re: [RFC PATCH v3 2/2] vhost: Add VHOST PMD Date: Fri, 30 Oct 2015 10:18:32 +0900 Message-ID: <5632C568.1050109@igel.co.jp> 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> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: "ann.zhuangyanying@huawei.com" To: "Xie, Huawei" , "dev@dpdk.org" , "Loftus, Ciara" Return-path: Received: from mail-pa0-f43.google.com (mail-pa0-f43.google.com [209.85.220.43]) by dpdk.org (Postfix) with ESMTP id 59FE25A69 for ; Fri, 30 Oct 2015 02:18:36 +0100 (CET) Received: by pasz6 with SMTP id z6so56641042pas.2 for ; Thu, 29 Oct 2015 18:18:35 -0700 (PDT) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 2015/10/29 23:25, Xie, Huawei wrote: > On 10/22/2015 5:48 PM, Tetsuya Mukawa wrote: >> The patch introduces a new PMD. This PMD is implemented as thin wrapper >> of librte_vhost. It means librte_vhost is also needed to compile the PMD. >> The vhost messages will be handled only when a port is started. So start >> a port first, then invoke QEMU. > Hi Tetsuya: > I haven't got bandwidth to review the details of this patch but i think > it is the very right thing to do. It is still RFC patch.Is your goal to > make it into 2.2? > Hi Xie, Thanks for caring it. Yes, I want to merge it to DPDK-2.2. I've already sent not RFC patches. Could you please check below? Subject: [PATCH 0/3] Add VHOST PMD Date: Tue, 27 Oct 2015 15:12:52 +0900 Message-Id: <1445926375-18986-1-git-send-email-mukawa@igel.co.jp> Following patch involved in above patch series was submitted as a separate patch. So please ignore it. - [PATCH 1/3] vhost: Fix wrong handling of virtqueue array index Thanks, Tetsuya