vfio: lower the priority of startup messages
authorStephen Hemminger <stephen@networkplumber.org>
Fri, 12 Jun 2020 00:10:04 +0000 (17:10 -0700)
committerDavid Marchand <david.marchand@redhat.com>
Tue, 7 Jul 2020 11:51:28 +0000 (13:51 +0200)
commit2cc263c3ff28585830f337e53be4e92c97589af8
treed1e2c2d75dcb893c3f4011eb1d57f7951888f5a1
parentf4823a3982fd62993a1a128c2a0396cdbe01be8a
vfio: lower the priority of startup messages

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 <stephen@networkplumber.org>
Acked-by: Anatoly Burakov <anatoly.burakov@intel.com>
lib/librte_eal/linux/eal_vfio.c