Re: [dpdk-dev] [PATCH 1/1] pci: default to whitelist mode

2017-03-28 Thread Gaƫtan Rivet
Hi Bruce, On Tue, Mar 28, 2017 at 12:58:53PM +0100, Bruce Richardson wrote: On Tue, Mar 28, 2017 at 01:51:57PM +0200, Gaetan Rivet wrote: Expects all devices to be explicitly defined before being probed. Using the -b option will activate blacklist mode instead. Signed-off-by: Gaetan Rivet ---

Re: [dpdk-dev] [PATCH 1/1] pci: default to whitelist mode

2017-03-28 Thread Bruce Richardson
On Tue, Mar 28, 2017 at 01:51:57PM +0200, Gaetan Rivet wrote: > Expects all devices to be explicitly defined before being probed. Using > the -b option will activate blacklist mode instead. > > Signed-off-by: Gaetan Rivet > --- So does this change the default behaviour when no black or whitelist

[dpdk-dev] [PATCH 1/1] pci: default to whitelist mode

2017-03-28 Thread Gaetan Rivet
Expects all devices to be explicitly defined before being probed. Using the -b option will activate blacklist mode instead. Signed-off-by: Gaetan Rivet --- lib/librte_eal/common/eal_common_pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/librte_eal/common/eal_common_