On Wed, Apr 1, 2020 at 6:25 PM Jerin Jacob <jerinjac...@gmail.com> wrote: > On Wed, Apr 1, 2020 at 7:42 PM David Marchand <david.march...@redhat.com> > wrote: > > On Wed, Apr 1, 2020 at 12:05 PM Jerin Jacob <jerinjac...@gmail.com> wrote: > > > I assume the patch content will be: > > > 1) Removing experimental API from app, lib, drivers, examples with > > > make and meson > > > 2) Have it enabled at the global level. > > > > examples are a special case as they can be compiled out of the dpdk sources. > > This is why I excluded them of the list in my mail before. > > There are a lot of examples already that have ALLOW_EXPERIMENTAL_API. > What is the issue in enabling ALLOW_EXPERIMENTAL_API in the in tree > example application?
I did not say there is an issue in keeping this flag in the example makefiles. examples makefile should be self sufficient (like an external application makefile would be) and are called directly in our building test scripts: see devtools/test-meson-builds.sh. So I don't see how it would work if you remove this flag from all examples makefiles and rely on some global thing. -- David Marchand