net/mlx5: fix flow director mask
[dpdk.git] / examples / l3fwd / meson.build
index 6dd4b90..cbef07f 100644 (file)
@@ -7,6 +7,7 @@
 # DPDK instance, use 'make'
 
 deps += ['hash', 'lpm']
+allow_experimental_apis = true
 sources = files(
        'l3fwd_em.c', 'l3fwd_lpm.c', 'main.c'
 )