From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] vfio: set IOMMU type for the container once Date: Sun, 30 Apr 2017 19:25:09 +0200 Message-ID: <2612470.dg36xppjpm@xps> References: <1491321976-27290-1-git-send-email-arybchenko@solarflare.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Burakov, Anatoly" , Alejandro Lucero To: Andrew Rybchenko Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 71041689E for ; Sun, 30 Apr 2017 19:25:12 +0200 (CEST) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 28/04/2017 15:24, Burakov, Anatoly: > > From: Andrew Rybchenko [mailto:arybchenko@solarflare.com] > > Sent: Tuesday, April 4, 2017 5:06 PM > > To: dev@dpdk.org > > Cc: Burakov, Anatoly ; Alejandro Lucero > > > > Subject: [PATCH] vfio: set IOMMU type for the container once > > > > If more than one used PCI device belongs to one IOMMU group, it is still one > > IOMMU group and the container IOMMU type should be set only once. > > > > Fixes: 94c0776b1bad ("vfio: support hotplug") > > > > Signed-off-by: Andrew Rybchenko > > Acked-by: Anatoly Burakov Applied, thanks