X-Git-Url: http://git.droids-corp.org/?p=dpdk.git;a=blobdiff_plain;f=meson_options.txt;h=9bf18ab6b1c9d362fb2173e999ca39337e795ef5;hp=9e4923a4f115fd3d1517eb10599f0a52c80a1339;hb=a617494eeb01ff;hpb=6affeabaf3210f52a90dd1bb96741d23256a39c6 diff --git a/meson_options.txt b/meson_options.txt index 9e4923a4f1..9bf18ab6b1 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -30,6 +30,8 @@ option('max_lcores', type: 'integer', value: 128, description: 'maximum number of cores/threads supported by EAL') option('max_numa_nodes', type: 'integer', value: 4, description: 'maximum number of NUMA nodes supported by EAL') +option('enable_trace_fp', type: 'boolean', value: false, + description: 'enable fast path trace points.') option('tests', type: 'boolean', value: true, description: 'build unit tests') option('use_hpet', type: 'boolean', value: false,