X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=meson_options.txt;h=5302b9c683a73c6d097a5f98592ab86a42b9c2e9;hb=a70ed3884104df68d28105c8ebc1fb86ae1a6248;hp=dc7346fe0cc017dff526242af07db7d03b820c64;hpb=e04ea7fcf03c513a55c9d559dee3dc5560d7289d;p=dpdk.git diff --git a/meson_options.txt b/meson_options.txt index dc7346fe0c..5302b9c683 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -15,12 +15,12 @@ option('ibverbs_link', type: 'combo', choices : ['shared', 'dlopen'], value: 'sh 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, they will be installed in $DEST_DIR/$kernel_dir/../extra/dpdk') + description: 'Path to the kernel for building kernel modules. Headers must be in $kernel_dir/build. Modules will be installed in $DEST_DIR/$kernel_dir/extra/dpdk.') 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_ethports', type: 'string', value: '32', +option('max_ethports', type: 'integer', value: 32, description: 'maximum number of Ethernet devices') option('max_lcores', type: 'integer', value: 128, description: 'maximum number of cores/threads supported by EAL')