net/ice: support DCF device reset
[dpdk.git] / examples / l3fwd-acl / meson.build
index 7096e00..6efe46e 100644 (file)
@@ -6,7 +6,8 @@
 # To build this example as a standalone application with an already-installed
 # DPDK instance, use 'make'
 
+allow_experimental_apis = true
 deps += ['acl', 'lpm', 'hash']
 sources = files(
-       'main.c'
+        'main.c',
 )