[dpdk-dev] [PATCH v2] bus/pci: set boot-up log prints to absolute minimum

Thomas Monjalon thomas at monjalon.net
Mon May 11 16:39:40 CEST 2020


07/05/2020 17:36, Thomas Monjalon:
> 07/05/2020 15:54, Jerin Jacob:
> > On Mon, May 4, 2020 at 6:56 PM <jerinj at marvell.com> wrote:
> > >
> > > From: Jerin Jacob <jerinj at 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 <jerinj at 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




More information about the dev mailing list