app/testpmd: use existing checksum API in flowgen engine
[dpdk.git] / examples / l2fwd / meson.build
index 2b0a250..da65514 100644 (file)
@@ -6,7 +6,8 @@
 # To build this example as a standalone application with an already-installed
 # DPDK instance, use 'make'
 
+# Enable experimental API flag as l2fwd uses rte_ethdev_set_ptype API
 allow_experimental_apis = true
 sources = files(
-       'main.c'
+        'main.c',
 )