[dpdk-dev] [PATCH] eal:Change log output to DEBUG instead of INFO

2016-03-13 Thread Thomas Monjalon
2015-09-10 14:40, Keith Wiles: > When log level is set to 7 (INFO) these messages are still displayed > and should be set to DEBUG. > > Signed-off-by: Keith Wiles Applied, thanks

[dpdk-dev] [PATCH] eal:Change log output to DEBUG instead of INFO

2016-02-18 Thread Thomas Monjalon
2016-02-18 10:18, Burakov, Anatoly: > > > --- a/lib/librte_eal/linuxapp/eal/eal_pci_vfio.c > > > +++ b/lib/librte_eal/linuxapp/eal/eal_pci_vfio.c > > > @@ -904,7 +904,7 @@ pci_vfio_enable(void) > > > > > > /* return 0 if VFIO modules not loaded */ > > > if (module_vfio_type1 == 0) { > > > -

[dpdk-dev] [PATCH] eal:Change log output to DEBUG instead of INFO

2016-02-18 Thread Burakov, Anatoly
Hi Thomas, > 2016-02-18 10:18, Burakov, Anatoly: > > > > --- a/lib/librte_eal/linuxapp/eal/eal_pci_vfio.c > > > > +++ b/lib/librte_eal/linuxapp/eal/eal_pci_vfio.c > > > > @@ -904,7 +904,7 @@ pci_vfio_enable(void) > > > > > > > > /* return 0 if VFIO modules not loaded */ > > > > if

[dpdk-dev] [PATCH] eal:Change log output to DEBUG instead of INFO

2016-02-18 Thread Burakov, Anatoly
Hi Apologies for late reply, was away. Can't comment on other lines, but > > diff --git a/lib/librte_eal/linuxapp/eal/eal_pci_vfio.c > > b/lib/librte_eal/linuxapp/eal/eal_pci_vfio.c > > index 0e6c48a..e0c13de 100644 > > --- a/lib/librte_eal/linuxapp/eal/eal_pci_vfio.c > > +++ b/lib/librte_eal/lin

[dpdk-dev] [PATCH] eal:Change log output to DEBUG instead of INFO

2016-02-12 Thread Thomas Monjalon
Sergio, Anatoly, David, It is not so obvious to decide the log level. Please comment or ack. 2015-09-10 14:40, Keith Wiles: > When log level is set to 7 (INFO) these messages are still displayed > and should be set to DEBUG. > > Signed-off-by: Keith Wiles > --- > lib/librte_eal/common/eal_commo

[dpdk-dev] [PATCH] eal:Change log output to DEBUG instead of INFO

2015-09-10 Thread Keith Wiles
When log level is set to 7 (INFO) these messages are still displayed and should be set to DEBUG. Signed-off-by: Keith Wiles --- lib/librte_eal/common/eal_common_memory.c | 2 +- lib/librte_eal/common/eal_common_timer.c | 2 +- lib/librte_eal/linuxapp/eal/eal_pci_vfio.c | 2 +- 3 files changed