]> git.droids-corp.org - dpdk.git/blobdiff - meson_options.txt
doc: add tested platforms with Mellanox NICs
[dpdk.git] / meson_options.txt
index f20887212ae722bbc9a881624bbb35945227a9ae..5740545975a4e31083c1042c87f864f118ed4fd1 100644 (file)
@@ -1,7 +1,13 @@
 option('allow_invalid_socket_id', type: 'boolean', value: false,
        description: 'allow out-of-range NUMA socket id\'s for platforms that don\'t report the value correctly')
+option('drivers_install_subdir', type: 'string', value: 'dpdk/pmds-<VERSION>',
+       description: 'Subdirectory of libdir where to install PMDs. Defaults to using a versioned subdirectory.')
+option('ibverbs_link', type: 'combo', choices : ['shared', 'dlopen'], value: 'shared',
+       description: 'Linkage method (shared/dlopen) for Mellanox PMDs with ibverbs dependencies.')
 option('enable_kmods', type: 'boolean', value: true,
        description: 'build kernel modules')
+option('enable_docs', type: 'boolean', value: false,
+       description: 'build documentation')
 option('examples', type: 'string', value: '',
        description: 'Comma-separated list of examples to build by default')
 option('include_subdir_arch', type: 'string', value: '',