X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=meson_options.txt;h=d14bde892d3eab5861c2a493fc5ce8512c964486;hb=3b2c0bbc52e5a06de8f896cd379ce252602d9560;hp=d38ba56e29d85653278f4a582eadb7c2866ea903;hpb=720b14db3ae282d6db25558e6c295886c68a9d93;p=dpdk.git diff --git a/meson_options.txt b/meson_options.txt index d38ba56e29..d14bde892d 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,5 +1,7 @@ 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('enable_driver_mlx_glue', type: 'boolean', value: false, + description: 'Enable glue library for Mellanox PMDs') option('enable_kmods', type: 'boolean', value: true, description: 'build kernel modules') option('enable_docs', type: 'boolean', value: false,