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

2020-04-27 Thread Jerin Jacob
On Mon, Apr 27, 2020 at 1:26 AM Thomas Monjalon wrote: > > 26/04/2020 20:48, Jerin Jacob: > > On Sun, Apr 26, 2020 at 11:37 PM Thomas Monjalon > > wrote: > > > 26/04/2020 19:42, Jerin Jacob: > > > > On Sun, Apr 26, 2020 at 1:42 AM Thomas Monjalon > > > > wrote: > > > > > 06/02/2020 15:36, Jeri

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

2020-04-26 Thread Thomas Monjalon
26/04/2020 20:48, Jerin Jacob: > On Sun, Apr 26, 2020 at 11:37 PM Thomas Monjalon wrote: > > 26/04/2020 19:42, Jerin Jacob: > > > On Sun, Apr 26, 2020 at 1:42 AM Thomas Monjalon > > > wrote: > > > > 06/02/2020 15:36, Jerin Jacob: > > > > > On Thu, Feb 6, 2020 at 7:44 PM Thomas Monjalon > > > >

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

2020-04-26 Thread Jerin Jacob
On Sun, Apr 26, 2020 at 11:37 PM Thomas Monjalon wrote: > > 26/04/2020 19:42, Jerin Jacob: > > On Sun, Apr 26, 2020 at 1:42 AM Thomas Monjalon wrote: > > > 06/02/2020 15:36, Jerin Jacob: > > > > On Thu, Feb 6, 2020 at 7:44 PM Thomas Monjalon > > > > wrote: > > > > > 21/01/2020 09:00, jer...@mar

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

2020-04-26 Thread Thomas Monjalon
26/04/2020 19:42, Jerin Jacob: > On Sun, Apr 26, 2020 at 1:42 AM Thomas Monjalon wrote: > > 06/02/2020 15:36, Jerin Jacob: > > > On Thu, Feb 6, 2020 at 7:44 PM Thomas Monjalon > > > wrote: > > > > 21/01/2020 09:00, jer...@marvell.com: > > > > > From: Jerin Jacob > > > > > > > > > > Some machine

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

2020-04-26 Thread Jerin Jacob
On Sun, Apr 26, 2020 at 1:42 AM Thomas Monjalon wrote: > > 06/02/2020 15:36, Jerin Jacob: > > On Thu, Feb 6, 2020 at 7:44 PM Thomas Monjalon wrote: > > > 21/01/2020 09:00, jer...@marvell.com: > > > > From: Jerin Jacob > > > > > > > > Some machines may have a lot of PCI devices, logs from PCI pro

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

2020-04-25 Thread Thomas Monjalon
06/02/2020 15:36, Jerin Jacob: > On Thu, Feb 6, 2020 at 7:44 PM Thomas Monjalon wrote: > > 21/01/2020 09:00, jer...@marvell.com: > > > From: Jerin Jacob > > > > > > Some machines may have a lot of PCI devices, logs from PCI probe > > > creates a lot of clutter on boot-up, typically one needs > >

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

2020-02-06 Thread Jerin Jacob
On Thu, Feb 6, 2020 at 7:44 PM Thomas Monjalon wrote: > > 21/01/2020 09:00, jer...@marvell.com: > > From: Jerin Jacob > > > > Some machines may have a lot of PCI devices, logs from PCI probe > > creates a lot of clutter on boot-up, typically one needs > > to scroll the screen to find other issues

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

2020-02-06 Thread Thomas Monjalon
21/01/2020 09:00, jer...@marvell.com: > From: Jerin Jacob > > Some machines may have a lot of PCI devices, logs from PCI probe > 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 loglevel of PCI probes to `

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

2020-01-21 Thread jerinj
From: Jerin Jacob Some machines may have a lot of PCI devices, logs from PCI probe 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 loglevel of PCI probes to `debug` to reduce the clutter on default boot-up logs