On Fri, Apr 10, 2020 at 2:12 PM David Marchand <david.march...@redhat.com> wrote: > On Fri, Apr 10, 2020 at 11:04 AM <pbhagavat...@marvell.com> wrote: > > > > From: Pavan Nikhilesh <pbhagavat...@marvell.com> > > > > 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_API i.e. warning external > > applications about experimental API usage. > > > > Signed-off-by: Pavan Nikhilesh <pbhagavat...@marvell.com> > > Acked-by: Hemant Agrawal <hemant.agra...@nxp.com> >
Unfortunately, after more tests, setting the flag in mk/rte.app.mk and mk/rte.lib.mk defeats the goal, because rte.extXXX.mk include rte.XXX.mk. I'll post a v5 with the fix shortly. -- David Marchand