Re: [dpdk-dev] [PATCH v6] build: optional NUMA and cpu counts detection
From: Thomas Monjalon <hidden>
Date: 2021-09-16 07:46:45
From: Thomas Monjalon <hidden>
Date: 2021-09-16 07:46:45
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_lcores and -Dmax_numa_nodes. Signed-off-by: Juraj Linkeš <redacted> Reviewed-by: Honnappa Nagarahalli <redacted> Reviewed-by: David Christensen <redacted> Acked-by: Bruce Richardson <redacted> --- v6: rebase
Fixed few occurrences of lowercase acronyms. Applied, thanks.