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

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

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

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

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

2020-05-07 Thread Jerin Jacob
On Mon, May 4, 2020 at 6:56 PM wrote: > > From: Jerin Jacob > > 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. >

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

2020-05-04 Thread jerinj
From: Jerin Jacob 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 clutte