X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fl2fwd%2Fmeson.build;h=50d88caa0ae160b773870b9f986dffb908166f8b;hb=50d22ef9453c5c6033effeed93043ca784c1ce0b;hp=c34e11e36d214b8deea947d0ae346b0a05db27d9;hpb=6c9457c27954f16d99f3798711eb253fbaf05fa3;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' )