[dpdk-dev] [PATCH 04/13] pci: use scan_mode configuration

2017-07-11 Thread Jan Blunck
When scanning/probing devices the bus should use its configuration instead of looking at the devargs->type field. Signed-off-by: Jan Blunck --- lib/librte_eal/common/eal_common_pci.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/lib/librte_eal/common/eal_common_pci.c

Re: [dpdk-dev] [PATCH 04/13] pci: use scan_mode configuration

2017-07-13 Thread Gaëtan Rivet
On Tue, Jul 11, 2017 at 07:25:03PM -0400, Jan Blunck wrote: > When scanning/probing devices the bus should use its configuration instead > of looking at the devargs->type field. > With this patch, how do you probe a device that was previously blacklisted? The answers I see to this question are p

Re: [dpdk-dev] [PATCH 04/13] pci: use scan_mode configuration

2017-07-13 Thread Jan Blunck
On Thu, Jul 13, 2017 at 1:59 PM, Gaëtan Rivet wrote: > On Tue, Jul 11, 2017 at 07:25:03PM -0400, Jan Blunck wrote: >> When scanning/probing devices the bus should use its configuration instead >> of looking at the devargs->type field. >> > > With this patch, how do you probe a device that was prev

Re: [dpdk-dev] [PATCH 04/13] pci: use scan_mode configuration

2017-07-13 Thread Thomas Monjalon
13/07/2017 21:42, Jan Blunck: > On Thu, Jul 13, 2017 at 1:59 PM, Gaëtan Rivet wrote: > > On Tue, Jul 11, 2017 at 07:25:03PM -0400, Jan Blunck wrote: > >> When scanning/probing devices the bus should use its configuration instead > >> of looking at the devargs->type field. > >> > > > > With this pa