1 option('allow_invalid_socket_id', type: 'boolean', value: false,
2 description: 'allow out-of-range NUMA socket id\'s for platforms that don\'t report the value correctly')
3 option('enable_kmods', type: 'boolean', value: true,
4 description: 'build kernel modules')
5 option('examples', type: 'string', value: '',
6 description: 'Comma-separated list of examples to build by default')
7 option('include_subdir_arch', type: 'string', value: '',
8 description: 'subdirectory where to install arch-dependent headers')
9 option('kernel_dir', type: 'string', value: '',
10 description: 'path to the kernel for building kernel modules')
11 option('lib_musdk_dir', type: 'string', value: '',
12 description: 'path to the MUSDK library installation directory')
13 option('machine', type: 'string', value: 'native',
14 description: 'set the target machine type')
15 option('max_lcores', type: 'string', value: '128',
16 description: 'maximum number of cores/threads supported by EAL')
17 option('max_numa_nodes', type: 'string', value: '4',
18 description: 'maximum number of NUMA nodes supported by EAL')
19 option('per_library_versions', type: 'boolean', value: true,
20 description: 'true: each lib gets its own version number, false: DPDK version used for each lib')
21 option('use_hpet', type: 'boolean', value: false,
22 description: 'use HPET timer in EAL')
23 option('tests', type: 'boolean', value: true,
24 description: 'build unit tests')