X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=meson_options.txt;h=7c220ad68dbd78ef9d42091d0d04c6fd9e1e1d4b;hb=refs%2Fheads%2Ftmp_20211029;hp=9beedabe4ce1f61523bda67a837060dbec6bf94a;hpb=8ef09fdc506b76d505d90e064d1f73533388b640;p=dpdk.git diff --git a/meson_options.txt b/meson_options.txt index 9beedabe4c..7c220ad68d 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -38,6 +38,8 @@ 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: