Re: [dpdk-dev] [PATCH v3] build: optional NUMA and cpu counts detection

2021-04-28 Thread David Christensen
On 4/19/21 3:18 AM, Juraj Linkeš wrote: Add an option to automatically discover the host's numa and cpu counts and use those values for a non cross-build. Give users the option to override the per-arch default values or values from cross files by specifying them on the command line with -Dmax_

[dpdk-dev] [PATCH v3] build: optional NUMA and cpu counts detection

2021-04-19 Thread Juraj Linkeš
Add an option to automatically discover the host's numa and cpu counts and use those values for a non cross-build. Give users the option to override the per-arch default values or values from cross files by specifying them on the command line with -Dmax_lcores and -Dmax_numa_nodes. Signed-off-by: