Re: [dpdk-dev] [PATCH] mem: warn user when running without NUMA support

2019-03-27 Thread Burakov, Anatoly
On 27-Mar-19 10:31 AM, Thomas Monjalon wrote: 22/02/2019 16:59, Anatoly Burakov: Running in non-legacy mode on a NUMA-enabled system without libnuma is unsupported, so explicitly print out a warning when trying to do so. Running in legacy mode without libnuma is still supported whether or not w

Re: [dpdk-dev] [PATCH] mem: warn user when running without NUMA support

2019-03-27 Thread Thomas Monjalon
22/02/2019 16:59, Anatoly Burakov: > Running in non-legacy mode on a NUMA-enabled system without libnuma > is unsupported, so explicitly print out a warning when trying to > do so. > > Running in legacy mode without libnuma is still supported whether or > not we are running with libnuma support en

[dpdk-dev] [PATCH] mem: warn user when running without NUMA support

2019-02-22 Thread Anatoly Burakov
Running in non-legacy mode on a NUMA-enabled system without libnuma is unsupported, so explicitly print out a warning when trying to do so. Running in legacy mode without libnuma is still supported whether or not we are running with libnuma support enabled, so also fix init to allow that scenario.