Re: [dpdk-dev] [PATCH v1 1/1] build: optional NUMA and cpu counts detection

2020-12-23 Thread Juraj Linkeš
Hi Thomas and others, Do you have any comments? I believe Bruce is okay with this patch. Thanks, Juraj > -Original Message- > From: Juraj Linkeš > Sent: Friday, November 20, 2020 1:55 PM > To: tho...@monjalon.net; bruce.richard...@intel.com; > honnappa.nagaraha...@arm.com > Cc: dev@dpdk

[dpdk-dev] [PATCH v1 1/1] build: optional NUMA and cpu counts detection

2020-11-20 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: