X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fl2fwd%2Fmeson.build;h=50d88caa0ae160b773870b9f986dffb908166f8b;hb=6081c4be1dea151614b9f1f35deb37542b1d8c1f;hp=c34e11e36d214b8deea947d0ae346b0a05db27d9;hpb=fa47405cc119846574a3b290032f5ac2ab66757f;p=dpdk.git diff --git a/examples/l2fwd/meson.build b/examples/l2fwd/meson.build index c34e11e36d..50d88caa0a 100644 --- a/examples/l2fwd/meson.build +++ b/examples/l2fwd/meson.build @@ -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' )