examples/ip_pipeline: remove check of null response
[dpdk.git] / examples / l2fwd / meson.build
index 2b0a250..50d88ca 100644 (file)
@@ -6,6 +6,7 @@
 # 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'