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

2021-04-16 Thread Juraj Linkeš
org > Subject: Re: [dpdk-dev] [PATCH v2] build: optional NUMA and cpu counts > detection > > > > On 3/31/21 2:06 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

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

2021-03-31 Thread David Christensen
On 3/31/21 2:06 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_l

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

2021-03-31 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: