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

2021-06-15 Thread Stephen Hemminger
On Tue, 15 Jun 2021 13:51:55 +0300 Dmitry Kozlyuk wrote: > diff --git a/drivers/bus/pci/pci_common.c b/drivers/bus/pci/pci_common.c > index 35d7d092d1..bf06f81229 100644 > --- a/drivers/bus/pci/pci_common.c > +++ b/drivers/bus/pci/pci_common.c > @@ -190,7 +190,7 @@ rte_pci_probe_one_driver(struct

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

2021-06-15 Thread Xueming(Steven) Li
> -Original Message- > From: Dmitry Kozlyuk > Sent: Tuesday, June 15, 2021 6:44 PM > To: dev@dpdk.org > Cc: Xueming(Steven) Li ; sta...@dpdk.org; Marcin Wojtas > ; Michal Krawczyk > ; Guy Tzalik ; Evgeny Schemeilin > ; Igor Chauskin > ; Stephen Hemminger ; > NBU-Contact-longli ; Serg

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

2021-06-15 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