X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=meson_options.txt;h=9beedabe4ce1f61523bda67a837060dbec6bf94a;hb=aa52e5f0f9e6fe4acf3cd54ce7e392944f68d6c4;hp=0e92734c49fe12a889ff5f2046e2e9ee6d3275c3;hpb=bf66003b51ece4defb15d45c6c1cad812b994073;p=dpdk.git diff --git a/meson_options.txt b/meson_options.txt index 0e92734c49..9beedabe4c 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -34,10 +34,10 @@ option('machine', type: 'string', value: 'auto', description: 'Alias of cpu_instruction_set.') option('max_ethports', type: 'integer', value: 32, description: 'maximum number of Ethernet devices') -option('max_lcores', type: 'integer', value: 128, description: - 'maximum number of cores/threads supported by EAL') -option('max_numa_nodes', type: 'integer', value: 32, description: - 'maximum number of NUMA nodes supported by EAL') +option('max_lcores', type: 'string', value: 'default', description: + 'Set maximum number of cores/threads supported by EAL; "default" is different per-arch, "detect" detects the number of cores on the build machine.') +option('max_numa_nodes', type: 'string', value: 'default', description: + 'Set the highest NUMA node supported by EAL; "default" is different per-arch, "detect" detects the highest NUMA node on the build machine.') option('platform', type: 'string', value: 'native', description: 'Platform to build, either "native", "generic" or a SoC. Please refer to the Linux build guide for more information.') option('enable_trace_fp', type: 'boolean', value: false, description: