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