Re: [dpdk-dev] [PATCH 21.02] eal/linux: improve no hugepages logging

2021-01-19 Thread David Marchand
On Tue, Jan 12, 2021 at 12:17 PM David Marchand wrote: > On Tue, Nov 10, 2020 at 4:41 PM Anatoly Burakov > wrote: > > > > When no hugepages are found, we log a message about it, but we never > > specify on which node. We also implicitly declare the page size based > > on the directory name, but t

Re: [dpdk-dev] [PATCH 21.02] eal/linux: improve no hugepages logging

2021-01-12 Thread David Marchand
On Tue, Nov 10, 2020 at 4:41 PM Anatoly Burakov wrote: > > When no hugepages are found, we log a message about it, but we never > specify on which node. We also implicitly declare the page size based > on the directory name, but that's not very user friendly. > > Fix both by changing the text of t

[dpdk-dev] [PATCH 21.02] eal/linux: improve no hugepages logging

2020-11-10 Thread Anatoly Burakov
When no hugepages are found, we log a message about it, but we never specify on which node. We also implicitly declare the page size based on the directory name, but that's not very user friendly. Fix both by changing the text of the message to note the NUMA node (if applicable) and explicitly men