net/cnxk: update L3/L4 checksum offload in mbuf
[dpdk.git] / examples / multi_process / simple_mp / meson.build
index b2261e0..359af43 100644 (file)
@@ -6,6 +6,8 @@
 # To build this example as a standalone application with an already-installed
 # DPDK instance, use 'make'
 
+allow_experimental_apis = true
 sources = files(
-       'mp_commands.c', 'main.c'
+        'mp_commands.c',
+        'main.c',
 )