bus: clarify log for non-NUMA-aware devices
authorDmitry Kozlyuk <dkozlyuk@nvidia.com>
Wed, 4 Aug 2021 08:03:01 +0000 (11:03 +0300)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 4 Aug 2021 09:33:31 +0000 (11:33 +0200)
commite9b3d79b0696cd983ace8e6f65532b240f43a1bb
tree6a48f73e282bdf9e71acee640f75d7f549936d44
parente9d420dfc2d0549b5f75f0e3cdec104eece93484
bus: clarify log for non-NUMA-aware devices

PCI, vmbus, and auxiliary drivers printed a warning
when NUMA node had been reported as (-1) or not reported by OS:

    EAL:   Invalid NUMA socket, default to 0

This message and its level might confuse users because the configuration
is valid and nothing happens that requires attention or intervention.
It was also printed without the device identification and with an indent
(PCI only), which is confusing unless DEBUG logging is on to print
the header message with the device name.

Reduce level to INFO, reword the message, and suppress it when there is
only one NUMA node because NUMA awareness does not matter in this case.
Also, remove the indent for PCI.

Fixes: f0e0e86aa35d ("pci: move NUMA node check from scan to probe")
Fixes: 831dba47bd36 ("bus/vmbus: add Hyper-V virtual bus support")
Fixes: 1afce3086cf4 ("bus/auxiliary: introduce auxiliary bus")
Cc: stable@dpdk.org
Signed-off-by: Dmitry Kozlyuk <dkozlyuk@nvidia.com>
Reviewed-by: Viacheslav Ovsiienko <viacheslavo@nvidia.com>
Reviewed-by: Xueming Li <xuemingl@nvidia.com>
Acked-by: Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru>
doc/guides/nics/ena.rst
drivers/bus/auxiliary/auxiliary_common.c
drivers/bus/pci/pci_common.c
drivers/bus/vmbus/vmbus_common.c