]> git.droids-corp.org - dpdk.git/blobdiff - examples/l3fwd/meson.build
net/mlx5: fix flow director mask
[dpdk.git] / examples / l3fwd / meson.build
index 6dd4b902223de59988196daf1806ef88deb74707..cbef07f4fc764a44b0b826cc550a0a9a628a976b 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'
 )