From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 0/3] vhost: disable iommu support by default Date: Tue, 07 Nov 2017 14:20:58 +0100 Message-ID: <7464638.VmbKq8ap8J@xps> References: <20171103175735.24603-1-maxime.coquelin@redhat.com> <20171106203812.18428-1-maxime.coquelin@redhat.com> <20171107033206.GJ12931@yliu-home> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Yuanhan Liu , mark.b.kavanagh@intel.com, ktraynor@redhat.com To: Maxime Coquelin Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 248E21B3D7 for ; Tue, 7 Nov 2017 14:21:00 +0100 (CET) In-Reply-To: <20171107033206.GJ12931@yliu-home> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 07/11/2017 04:32, Yuanhan Liu: > On Mon, Nov 06, 2017 at 09:38:09PM +0100, Maxime Coquelin wrote: > > This series disables IOMMU feature by default, and introduce > > a new flag passed at vhost device registration time to enable > > it explicitly. > > > > When disabled, patch 1 also disables reply-ack protocol feature > > to avoid Qemu v2.7.0-v2.9.0 reply-ack bug with multiqueue. > > > > Last patch adds a Vhost PMD "iommu-support" parameter to enable > > the IOMMU feature. > > Series Acked-by: Yuanhan Liu Applied, thanks