Re: [dpdk-dev] [PATCH v3] build: enable allow experimental API flag globally

2020-04-06 Thread David Marchand
On Fri, Apr 3, 2020 at 4:20 PM wrote: > Remove setting ALLOW_EXPERIMENTAL_API individually for each Makefile and > meson.build in app, lib and drivers instead enable ALLOW_EXPERIMENTAL_API > flag globally. This change does not enable the flag globally. > This changes reduces the clutter across

[dpdk-dev] [PATCH v3] build: enable allow experimental API flag globally

2020-04-03 Thread pbhagavatula
From: Pavan Nikhilesh Remove setting ALLOW_EXPERIMENTAL_API individually for each Makefile and meson.build in app, lib and drivers instead enable ALLOW_EXPERIMENTAL_API flag globally. This changes reduces the clutter across the project while still maintaining the functionality of ALLOW_EXPERIMENT