net/ena: fix Tx doorbell statistics
[dpdk.git] / drivers / net / tap / meson.build
index baa70f7..d51bd31 100644 (file)
@@ -3,7 +3,7 @@
 
 if not is_linux
        build = false
-       reason = 'only supported on linux'
+       reason = 'only supported on Linux'
 endif
 sources = files(
        'rte_eth_tap.c',
@@ -39,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