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

2021-07-27 Thread Dmitry Kozlyuk
> -Original Message- > From: Andrew Rybchenko > Sent: 23 июля 2021 г. 23:07 > To: Dmitry Kozlyuk ; dev@dpdk.org > Cc: sta...@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2] bus: clarify log for non-NUMA-aware devices > > External email: Use caution opening links or

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

2021-07-23 Thread Andrew Rybchenko
On 6/16/21 1:07 PM, Dmitry Kozlyuk wrote: PCI and vmbus drivers printed a warning when NUMA node had beed reported as (-1) or not reported by OS: EAL: Invalid NUMA socket, default to 0 This message and its level might confuse users, because configuration is valid and nothing happens that

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

2021-06-16 Thread Dmitry Kozlyuk
PCI and vmbus drivers printed a warning when NUMA node had beed reported as (-1) or not reported by OS: EAL: Invalid NUMA socket, default to 0 This message and its level might confuse users, because configuration is valid and nothing happens that requires attention or intervention. Reduce