numam-dpdk/drivers
Dmitry Kozlyuk e9b3d79b06 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: f0e0e86aa3 ("pci: move NUMA node check from scan to probe")
Fixes: 831dba47bd ("bus/vmbus: add Hyper-V virtual bus support")
Fixes: 1afce3086c ("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>
2021-08-04 11:33:31 +02:00
..
baseband log: register with standardized names 2021-05-11 15:17:55 +02:00
bus bus: clarify log for non-NUMA-aware devices 2021-08-04 11:33:31 +02:00
common common/cpt: update asymmetric ECDSA messages 2021-07-30 20:57:23 +02:00
compress compress/mlx5: fix compression level translation 2021-08-03 14:09:00 +02:00
crypto crypto/mlx5: fix leaks on probing failure 2021-07-30 21:08:19 +02:00
event event/cnxk: fix reading stale Tx queue depth 2021-07-30 12:28:52 +02:00
mempool mempool/octeontx2: fix shift calculation 2021-06-30 18:42:54 +02:00
net net/mlx5: fix find sibling devices 2021-08-04 11:27:49 +02:00
raw raw/cnxk_bphy: support setting FEC 2021-07-23 00:54:01 +02:00
regex regex/mlx5: fix redundancy in device removal 2021-07-22 15:19:37 +02:00
vdpa vdpa/mlx5: fix overflow in queue attribute 2021-07-22 14:48:07 +02:00
meson.build log: register with standardized names 2021-05-11 15:17:55 +02:00