[dpdk-dev] [PATCH v5] build: disable experimental API check internally

Thomas Monjalon thomas at monjalon.net
Fri Apr 17 15:54:12 CEST 2020


17/04/2020 15:44, Trahe, Fiona:
> From: David Marchand <david.marchand at redhat.com>
> > On Fri, Apr 17, 2020 at 12:21 PM Trahe, Fiona <fiona.trahe at intel.com> wrote:
> > > I see this is already applied.
> > >
> > > However,
> > > rte_cryptodev_queue_pair_setup() calls
> > > rte_cryptodev_sym_get_existing_header_session_size()
> > > The former is a stable API, the latter is experimental.
> > > So I expect the build to break when ALLOW_EXPERIMENTAL_API is disabled.
> [Fiona] Thanks for confirming where the flag is.
> But I think you've missed my point.
> What about this problem?
> How was this tested with the flag disabled?

We are not supposed to disable the flag internally.
The examples are not affected by the global enablement,
so you can test non-experimental build with examples.





More information about the dev mailing list