examples/l3fwd-power: use new telemetry
[dpdk.git] / examples / ip_reassembly / meson.build
index 8a667c2..517bd4e 100644 (file)
@@ -6,8 +6,8 @@
 # To build this example as a standalone application with an already-installed
 # DPDK instance, use 'make'
 
-deps += ['lpm', 'ip_frag']
 allow_experimental_apis = true
+deps += ['lpm', 'ip_frag']
 sources = files(
        'main.c'
 )