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

2020-04-10 Thread David Marchand
On Fri, Apr 10, 2020 at 2:12 PM David Marchand wrote: > On Fri, Apr 10, 2020 at 11:04 AM wrote: > > > > From: Pavan Nikhilesh > > > > Remove setting ALLOW_EXPERIMENTAL_API individually for each Makefile and > > meson.build instead enable ALLOW_EXPERIMENTAL_API flag across app, lib and > > driver

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

2020-04-10 Thread David Marchand
On Fri, Apr 10, 2020 at 11:04 AM wrote: > > From: Pavan Nikhilesh > > Remove setting ALLOW_EXPERIMENTAL_API individually for each Makefile and > meson.build instead enable ALLOW_EXPERIMENTAL_API flag across app, lib and > drivers. > This changes reduces the clutter across the project while still

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

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