[dpdk-dev] [PATCH v5] bus: clarify log for non-NUMA-aware devices

2021-08-04 Thread Dmitry Kozlyuk
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 interve

Re: [dpdk-dev] [PATCH v5] bus: clarify log for non-NUMA-aware devices

2021-08-04 Thread Thomas Monjalon
04/08/2021 10:03, Dmitry Kozlyuk: > 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 no