Re: [dpdk-dev] [PATCH v2] pci: fix check uio bind

2017-10-26 Thread Thomas Monjalon
24/10/2017 10:25, Gaëtan Rivet: > On Tue, Oct 24, 2017 at 07:44:53AM +, 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). > > > > This patch fixes it by only checking whitelis

Re: [dpdk-dev] [PATCH v2] pci: fix check uio bind

2017-10-24 Thread santosh
Hi Jianfeng, On Tuesday 24 October 2017 01:14 PM, 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). > > This patch fixes it by only checking whitelisted devices, or > not-blacklisted d

Re: [dpdk-dev] [PATCH v2] pci: fix check uio bind

2017-10-24 Thread Gaëtan Rivet
On Tue, Oct 24, 2017 at 07:44:53AM +, 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). > > This patch fixes it by only checking whitelisted devices, or > not-blacklisted devices de

[dpdk-dev] [PATCH v2] pci: fix check uio bind

2017-10-24 Thread Jianfeng Tan
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). This patch fixes it by only checking whitelisted devices, or not-blacklisted devices depending on the bus scan mode. Fixes: 815c7deaed2d ("pci: get IOMMU class