Re: [dpdk-dev] [PATCH] pci: fix level of scan debug log on BSD

2017-08-03 Thread Thomas Monjalon
03/08/2017 12:16, Bruce Richardson: > On Tue, Jul 11, 2017 at 07:10:46PM +0200, Thomas Monjalon wrote: > > Printing the number of scanned devices should be a debug log, > > not an error. > > > > Signed-off-by: Thomas Monjalon > > --- [...] > > - RTE_LOG(ERR, EAL, "PCI scan found %u devices\n",

Re: [dpdk-dev] [PATCH] pci: fix level of scan debug log on BSD

2017-08-03 Thread Bruce Richardson
On Tue, Jul 11, 2017 at 07:10:46PM +0200, Thomas Monjalon wrote: > Printing the number of scanned devices should be a debug log, > not an error. > > Signed-off-by: Thomas Monjalon > --- > lib/librte_eal/bsdapp/eal/eal_pci.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

[dpdk-dev] [PATCH] pci: fix level of scan debug log on BSD

2017-07-11 Thread Thomas Monjalon
Printing the number of scanned devices should be a debug log, not an error. Signed-off-by: Thomas Monjalon --- lib/librte_eal/bsdapp/eal/eal_pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/librte_eal/bsdapp/eal/eal_pci.c b/lib/librte_eal/bsdapp/eal/eal_pci.c index