crypto/mlx5: add maximum segments configuration
[dpdk.git] / examples / l2fwd-event / meson.build
index 4e9a069..5bc8188 100644 (file)
@@ -7,12 +7,13 @@
 # To build this example as a standalone application with an already-installed
 # DPDK instance, use 'make'
 
+allow_experimental_apis = true
 deps += 'eventdev'
 sources = files(
-       'main.c',
-       'l2fwd_poll.c',
-       'l2fwd_common.c',
-       'l2fwd_event.c',
-       'l2fwd_event_internal_port.c',
-       'l2fwd_event_generic.c'
+        'main.c',
+        'l2fwd_common.c',
+        'l2fwd_event.c',
+        'l2fwd_event_generic.c',
+        'l2fwd_event_internal_port.c',
+        'l2fwd_poll.c',
 )