07/05/2020 17:36, Thomas Monjalon: > 07/05/2020 15:54, Jerin Jacob: > > On Mon, May 4, 2020 at 6:56 PM <jer...@marvell.com> wrote: > > > > > > From: Jerin Jacob <jer...@marvell.com> > > > > > > Some machines may have a lot of PCI devices and all of them are > > > not bound to DPDK. In such case the logs from EAL creates a lot of > > > clutter on boot-up, typically one needs to scroll the screen to > > > find other issues in boot-up. > > > > > > This patch changes the following to reduce the clutter in > > > the default boot-up logs. > > > > > > - Change the log-level of PCI probes to `debug` > > > - Introduce new driver probe as `info` log-level for the successful probe. > > > > > > Signed-off-by: Jerin Jacob <jer...@marvell.com> > > > --- > > > v2: > > > - Introduce new driver probe as `info` log-level for the successful > > > probe(Thomas) > > > > > > Thomas, > > Could you review and merge this for RC2. > > I have addressed the comments. Limited the default prints to successful > > probe(). > > Yes it's in my list for -rc2.
Applied, thanks