mempool: fix alignment of memzone length when populating
[dpdk.git] / meson_options.txt
index f2558fe..c843278 100644 (file)
@@ -8,6 +8,8 @@ option('include_subdir_arch', type: 'string', value: '',
        description: 'subdirectory where to install arch-dependent headers')
 option('kernel_dir', type: 'string', value: '',
        description: 'path to the kernel for building kernel modules')
+option('lib_musdk_dir', type: 'string', value: '',
+       description: 'path to the MUSDK library installation directory')
 option('machine', type: 'string', value: 'native',
        description: 'set the target machine type')
 option('max_lcores', type: 'string', value: '128',
@@ -18,3 +20,5 @@ option('per_library_versions', type: 'boolean', value: true,
        description: 'true: each lib gets its own version number, false: DPDK version used for each lib')
 option('use_hpet', type: 'boolean', value: false,
        description: 'use HPET timer in EAL')
+option('tests', type: 'boolean', value: true,
+       description: 'build unit tests')