X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fl2fwd%2Fmeson.build;h=da6551407e5c1f19e03e8cdee9a505dd4551d30c;hb=553fd7a7ae2c90e751ec4d595ccbcd13a1979950;hp=c34e11e36d214b8deea947d0ae346b0a05db27d9;hpb=fa47405cc119846574a3b290032f5ac2ab66757f;p=dpdk.git diff --git a/examples/l2fwd/meson.build b/examples/l2fwd/meson.build index c34e11e36d..da6551407e 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' + 'main.c', )