From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] pci: fix check uio bind Date: Thu, 26 Oct 2017 23:48:35 +0200 Message-ID: <3301002.6gN61NxhDI@xps> References: <1508411909-63954-1-git-send-email-jianfeng.tan@intel.com> <1508831093-139486-1-git-send-email-jianfeng.tan@intel.com> <20171024082540.GO3596@bidouze.vm.6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Cc: dev@dpdk.org, =?ISO-8859-1?Q?Ga=EBtan?= Rivet To: Jianfeng Tan Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id B84201BAA6 for ; Thu, 26 Oct 2017 23:48:37 +0200 (CEST) In-Reply-To: <20171024082540.GO3596@bidouze.vm.6wind.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 24/10/2017 10:25, Ga=EBtan Rivet: > On Tue, Oct 24, 2017 at 07:44:53AM +0000, Jianfeng Tan wrote: > > When checking if any devices bound to uio, we did not exclud > > those which are blacklisted (or in the case that a whitelist > > is specified). > >=20 > > This patch fixes it by only checking whitelisted devices, or > > not-blacklisted devices depending on the bus scan mode. > >=20 > > Fixes: 815c7deaed2d ("pci: get IOMMU class on Linux") > >=20 > > Signed-off-by: Jianfeng Tan > Small nit below, but otherwise: >=20 > Reviewed-by: Gaetan Rivet Applied as is, thanks