From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id D8EF22BB2 for ; Mon, 21 Mar 2016 13:42:05 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga103.fm.intel.com with ESMTP; 21 Mar 2016 05:42:04 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,372,1455004800"; d="scan'208";a="938335481" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.10]) by orsmga002.jf.intel.com with SMTP; 21 Mar 2016 05:42:02 -0700 Received: by (sSMTP sendmail emulation); Mon, 21 Mar 2016 12:42:01 +0025 Date: Mon, 21 Mar 2016 12:42:01 +0000 From: Bruce Richardson To: Tetsuya Mukawa Cc: dev@dpdk.org, ann.zhuangyanying@huawei.com, thomas.monjalon@6wind.com Message-ID: <20160321124201.GB11312@bricha3-MOBL3> References: <1458030701-11487-3-git-send-email-mukawa@igel.co.jp> <1458539108-15686-1-git-send-email-mukawa@igel.co.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1458539108-15686-1-git-send-email-mukawa@igel.co.jp> Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH v13 0/2] 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: Mon, 21 Mar 2016 12:42:06 -0000 On Mon, Mar 21, 2016 at 02:45:06PM +0900, Tetsuya Mukawa wrote: > The patch introduces a new PMD. This PMD is implemented as thin wrapper > of librte_vhost. > > > Tetsuya Mukawa (2): > ethdev: Add a new event type to notify a queue state changed event > vhost: Add VHOST PMD > Applied to dpdk-next-net/rel_16_04 Thanks, /Bruce