crypto/mrvl: add to meson build
[dpdk.git] / examples / ip_reassembly / meson.build
index 8ebd482..8a667c2 100644 (file)
@@ -7,6 +7,7 @@
 # DPDK instance, use 'make'
 
 deps += ['lpm', 'ip_frag']
+allow_experimental_apis = true
 sources = files(
        'main.c'
 )