net/mlx5: check Tx queue size overflow
[dpdk.git] / drivers / net / tap / meson.build
index 37f65b7..c407a1f 100644 (file)
@@ -1,6 +1,9 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright 2018 Luca Boccassi <bluca@debian.org>
 
+if not is_linux
+        build = false
+endif
 sources = files(
        'rte_eth_tap.c',
        'tap_bpf_api.c',
@@ -35,6 +38,7 @@ 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