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 <tho...@monjalon.net> > > --- [...] > > - RTE_LOG(ERR, EAL, "PCI scan found %u devices\n", dev_count); > > + RTE_LOG(DEBUG, EAL, "PCI scan found %u devices\n", dev_count); > > return 0; > > > would have gone for INFO level myself, but DEBUG works too - it's > definitely not an error. > The commit title also reads a bit strange to me. How about e.g.: > "pci: log fix level of PCI scan summary message on BSD" > > Otherwise: > Acked-by: Bruce Richardson <bruce.richard...@intel.com>
Applied, thanks