<snip> > > > Just to let you know - observed some failures with it for meson. > Fixed it locally by: > > diff --git a/app/test/meson.build b/app/test/meson.build index > 1a2ee18a5..e3e566bce 100644 > --- a/app/test/meson.build > +++ b/app/test/meson.build > @@ -138,7 +138,7 @@ test_deps = ['acl', > 'reorder', > 'ring', > 'stack', > - 'timer' > + 'timer', > 'rcu' > ] > > diff --git a/lib/librte_rcu/meson.build b/lib/librte_rcu/meson.build index > c009ae4b7..0c2d5a2e0 100644 > --- a/lib/librte_rcu/meson.build > +++ b/lib/librte_rcu/meson.build > @@ -1,5 +1,7 @@ > # SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2018 Arm Limited > > +allow_experimental_apis = true > + > sources = files('rte_rcu_qsbr.c') > headers = files('rte_rcu_qsbr.h')
Thank you. I was able to produce the error and these changes fix them, will include in next version.