net/mlx5: fix crash in device probe
[dpdk.git] / examples / l3fwd-power / meson.build
index 6925124..f633a0f 100644 (file)
@@ -10,7 +10,6 @@ if host_machine.system() != 'linux'
        build = false
 endif
 deps += ['power', 'timer', 'lpm', 'hash']
-allow_experimental_apis = true
 sources = files(
        'main.c'
 )