X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=meson_options.txt;h=7c220ad68dbd78ef9d42091d0d04c6fd9e1e1d4b;hb=948be25cdbee77e15461ab2b6124fed9ee75b97f;hp=0e92734c49fe12a889ff5f2046e2e9ee6d3275c3;hpb=bf66003b51ece4defb15d45c6c1cad812b994073;p=dpdk.git diff --git a/meson_options.txt b/meson_options.txt index 0e92734c49..7c220ad68d 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -34,10 +34,12 @@ 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('mbuf_refcnt_atomic', type: 'boolean', value: true, description: + 'Atomically access the mbuf refcnt.') 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: