vfio: reformat logs
authorThomas Monjalon <thomas@monjalon.net>
Mon, 8 Mar 2021 22:24:10 +0000 (23:24 +0100)
committerDavid Marchand <david.marchand@redhat.com>
Fri, 9 Apr 2021 13:38:26 +0000 (15:38 +0200)
commit76d409ce6e570c330f15d65bc99e49e03476432b
treeb9f51272dba0faa240b5fdfd58bb563b6a7da53c
parentc6d527a1c8bdee9435ce150670acf1657234c0c1
vfio: reformat logs

The log messages had various issues:
- split on 2 lines, making search (grep) difficult
- long lines (can be split after the string)
- indented for no good reason (parent message may have higher log level)
- inconsistent use of __func__, not meaningful context for user
- lack of context (general message not mentioning VFIO)
- log level too high (more below)

Message having its level decreased from WARNING to NOTICE:
"not managed by VFIO driver, skipping"
Message having its level decreased from INFO to DEBUG:
"Probing VFIO support..."

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Anatoly Burakov <anatoly.burakov@intel.com>
drivers/bus/pci/linux/pci_vfio.c
lib/librte_eal/linux/eal_vfio.c