Re: [dpdk-dev] [PATCH v2 05/15] pci: use scan_mode configuration

2017-09-04 Thread Ferruh Yigit
On 7/14/2017 10:12 PM, Jan Blunck wrote: > When scanning/probing devices the bus doesn't need to look at the > devargs->type field: if the bus is in blacklist probing mode and there is > no devargs found for the device it is white-listed. Therefore it is enough > to let the bus check for the scan_m

[dpdk-dev] [PATCH v2 05/15] pci: use scan_mode configuration

2017-07-14 Thread Jan Blunck
When scanning/probing devices the bus doesn't need to look at the devargs->type field: if the bus is in blacklist probing mode and there is no devargs found for the device it is white-listed. Therefore it is enough to let the bus check for the scan_mode. Signed-off-by: Jan Blunck --- lib/librte_