Re: [dpdk-dev] [PATCH v5 08/11] build: optional NUMA and cpu counts detection

2020-10-30 Thread Juraj Linkeš
> -Original Message- > From: Bruce Richardson > Sent: Wednesday, October 28, 2020 4:04 PM > To: Juraj Linkeš > Cc: ruifeng.w...@arm.com; honnappa.nagaraha...@arm.com; > phil.y...@arm.com; vcchu...@amazon.com; dharmik.thak...@arm.com; > jerinjac...@gmail.com; hemant.agra...@nxp.com; dev@

Re: [dpdk-dev] [PATCH v5 08/11] build: optional NUMA and cpu counts detection

2020-10-28 Thread Bruce Richardson
On Wed, Oct 28, 2020 at 03:04:02PM +0100, 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

[dpdk-dev] [PATCH v5 08/11] build: optional NUMA and cpu counts detection

2020-10-28 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: