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

2021-09-16 Thread Thomas Monjalon
17/08/2021 12:45, 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_lcore

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

2021-08-17 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: