Re: [dpdk-dev] [PATCH v2] eal/vfio: reduce severity of startup messages

2020-07-07 Thread David Marchand
On Fri, Jun 12, 2020 at 11:07 AM Burakov, Anatoly wrote: > > On 12-Jun-20 1:10 AM, Stephen Hemminger wrote: > > The startup of VFIO is too noisy. Logging is expensive on some > > systems, and distracting to the user. > > > > It should not be logging at NOTICE level, reduce it to INFO level. > > It

Re: [dpdk-dev] [PATCH v2] eal/vfio: reduce severity of startup messages

2020-06-12 Thread Burakov, Anatoly
On 12-Jun-20 1:10 AM, Stephen Hemminger wrote: The startup of VFIO is too noisy. Logging is expensive on some systems, and distracting to the user. It should not be logging at NOTICE level, reduce it to INFO level. It really should be DEBUG here but that would hide it by default. Signed-off-by:

[dpdk-dev] [PATCH v2] eal/vfio: reduce severity of startup messages

2020-06-11 Thread Stephen Hemminger
The startup of VFIO is too noisy. Logging is expensive on some systems, and distracting to the user. It should not be logging at NOTICE level, reduce it to INFO level. It really should be DEBUG here but that would hide it by default. Signed-off-by: Stephen Hemminger --- v2 - add one more place