X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fl2fwd%2Fmeson.build;h=da6551407e5c1f19e03e8cdee9a505dd4551d30c;hb=7f4d3d1242e3eb3faa4fdf851361101d63f51c23;hp=2b0a25036125381fe131a60eef688103ace49f77;hpb=8728ccf37615904cf23fb8763895b05c9a3c6b0c;p=dpdk.git diff --git a/examples/l2fwd/meson.build b/examples/l2fwd/meson.build index 2b0a250361..da6551407e 100644 --- a/examples/l2fwd/meson.build +++ b/examples/l2fwd/meson.build @@ -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', )