xref: /dpdk/meson_options.txt (revision 93b2a850)
1921c7e92SChas Williams# Please keep these options sorted alphabetically.
2921c7e92SChas Williams
38dcb898cSBruce Richardsonoption('check_includes', type: 'boolean', value: false, description:
48dcb898cSBruce Richardson       'build "chkincs" to verify each header file can compile alone')
5bf66003bSJuraj Linkešoption('cpu_instruction_set', type: 'string', value: 'auto',
6bf66003bSJuraj Linkeš	description: 'Set the target machine ISA (instruction set architecture). Will be set according to the platform option by default.')
78dcb898cSBruce Richardsonoption('developer_mode', type: 'feature', description:
88dcb898cSBruce Richardson       'turn on additional build checks relevant for DPDK developers')
98dcb898cSBruce Richardsonoption('disable_drivers', type: 'string', value: '', description:
108dcb898cSBruce Richardson       'Comma-separated list of drivers to explicitly disable.')
110bf58322SBruce Richardsonoption('disable_libs', type: 'string', value: '', description:
120bf58322SBruce Richardson       'Comma-separated list of libraries to explicitly disable. [NOTE: not all libs can be disabled]')
138dcb898cSBruce Richardsonoption('drivers_install_subdir', type: 'string', value: 'dpdk/pmds-<VERSION>', description:
148dcb898cSBruce Richardson       'Subdirectory of libdir where to install PMDs. Defaults to using a versioned subdirectory.')
158dcb898cSBruce Richardsonoption('enable_docs', type: 'boolean', value: false, description:
168dcb898cSBruce Richardson       'build documentation')
178dcb898cSBruce Richardsonoption('enable_drivers', type: 'string', value: '', description:
188dcb898cSBruce Richardson       'Comma-separated list of drivers to build. If unspecified, build all drivers.')
198dcb898cSBruce Richardsonoption('enable_driver_sdk', type: 'boolean', value: false, description:
208dcb898cSBruce Richardson       'Install headers to build drivers.')
218dcb898cSBruce Richardsonoption('enable_kmods', type: 'boolean', value: false, description:
228dcb898cSBruce Richardson       'build kernel modules')
238dcb898cSBruce Richardsonoption('examples', type: 'string', value: '', description:
248dcb898cSBruce Richardson       'Comma-separated list of examples to build by default')
258dcb898cSBruce Richardsonoption('flexran_sdk', type: 'string', value: '', description:
268dcb898cSBruce Richardson       'Path to FlexRAN SDK optional Libraries for BBDEV device')
278dcb898cSBruce Richardsonoption('ibverbs_link', type: 'combo', choices : ['static', 'shared', 'dlopen'], value: 'shared', description:
288dcb898cSBruce Richardson       'Linkage method (static/shared/dlopen) for Mellanox PMDs with ibverbs dependencies.')
298dcb898cSBruce Richardsonoption('include_subdir_arch', type: 'string', value: '', description:
308dcb898cSBruce Richardson       'subdirectory where to install arch-dependent headers')
318dcb898cSBruce Richardsonoption('kernel_dir', type: 'string', value: '', description:
328dcb898cSBruce Richardson       'Path to the kernel for building kernel modules. Headers must be in $kernel_dir or $kernel_dir/build. Modules will be installed in /lib/modules.')
33bf66003bSJuraj Linkešoption('machine', type: 'string', value: 'auto', description:
34bf66003bSJuraj Linkeš       'Alias of cpu_instruction_set.')
358dcb898cSBruce Richardsonoption('max_ethports', type: 'integer', value: 32, description:
368dcb898cSBruce Richardson       'maximum number of Ethernet devices')
378ef09fdcSJuraj Linkešoption('max_lcores', type: 'string', value: 'default', description:
388ef09fdcSJuraj Linkeš       'Set maximum number of cores/threads supported by EAL; "default" is different per-arch, "detect" detects the number of cores on the build machine.')
398ef09fdcSJuraj Linkešoption('max_numa_nodes', type: 'string', value: 'default', description:
408ef09fdcSJuraj Linkeš       'Set the highest NUMA node supported by EAL; "default" is different per-arch, "detect" detects the highest NUMA node on the build machine.')
41*93b2a850SKefu Chaioption('mbuf_refcnt_atomic', type: 'boolean', value: true, description:
42*93b2a850SKefu Chai       'Atomically access the mbuf refcnt.')
43bf66003bSJuraj Linkešoption('platform', type: 'string', value: 'native', description:
44bf66003bSJuraj Linkeš       'Platform to build, either "native", "generic" or a SoC. Please refer to the Linux build guide for more information.')
458dcb898cSBruce Richardsonoption('enable_trace_fp', type: 'boolean', value: false, description:
468dcb898cSBruce Richardson       'enable fast path trace points.')
478dcb898cSBruce Richardsonoption('tests', type: 'boolean', value: true, description:
488dcb898cSBruce Richardson       'build unit tests')
498dcb898cSBruce Richardsonoption('use_hpet', type: 'boolean', value: false, description:
508dcb898cSBruce Richardson       'use HPET timer in EAL')
51