test mbuf attach
[dpdk.git] / examples / l2fwd / meson.build
index c34e11e..50d88ca 100644 (file)
@@ -6,6 +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'
 )