net/mlx5: fix Rx interrupt handling and cleanup
[dpdk.git] / drivers / net / tap / meson.build
index c407a1f..c1cdf9e 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