From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tetsuya Mukawa Subject: Re: [PATCH v4 0/2] Add VHOST PMD Date: Fri, 13 Nov 2015 14:37:58 +0900 Message-ID: <56457736.8030200@igel.co.jp> References: <1447046221-20811-3-git-send-email-mukawa@igel.co.jp> <1447392031-24970-1-git-send-email-mukawa@igel.co.jp> <20151113053215.GN2326@yliu-dev.sh.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, ann.zhuangyanying@huawei.com To: Yuanhan Liu Return-path: Received: from mail-pa0-f50.google.com (mail-pa0-f50.google.com [209.85.220.50]) by dpdk.org (Postfix) with ESMTP id F17A89372 for ; Fri, 13 Nov 2015 06:38:02 +0100 (CET) Received: by pacdm15 with SMTP id dm15so89039465pac.3 for ; Thu, 12 Nov 2015 21:38:02 -0800 (PST) In-Reply-To: <20151113053215.GN2326@yliu-dev.sh.intel.com> 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/11/13 14:32, Yuanhan Liu wrote: > On Fri, Nov 13, 2015 at 02:20:29PM +0900, Tetsuya Mukawa wrote: >> The patch introduces a new PMD. This PMD is implemented as thin wrapper >> of librte_vhost. >> >> * Known issue. >> We may see issues while handling RESET_OWNER message. >> These handlings are done in vhost library, so not a part of vhost PMD. >> So far, we are waiting for QEMU fixing. > Fix patches have already been applied. Please help test :) > > --yliu Thanks! I have checked it, and it worked! Tetsuya