]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/tap/meson.build
net/mlx5: fix Rx interrupt handling and cleanup
[dpdk.git] / drivers / net / tap / meson.build
index c407a1f354a09176421790e0e7dfe6d5d3edf714..c1cdf9e67397873d341a17033f2f4d62359ca70a 100644 (file)
@@ -2,7 +2,8 @@
 # Copyright 2018 Luca Boccassi <bluca@debian.org>
 
 if not is_linux
-        build = false
+       build = false
+       reason = 'only supported on linux'
 endif
 sources = files(
        'rte_eth_tap.c',
@@ -38,7 +39,6 @@ args = [
          'TCA_ACT_BPF_FD' ],
 ]
 config = configuration_data()
-allow_experimental_apis = true
 foreach arg:args
        config.set(arg[0], cc.has_header_symbol(arg[1], arg[2]))
 endforeach