07/08/2018 23:34, Olivier Matz: > From: Olivier Matz <olivier.m...@6wind.com> > > Remove experimental tag from rte_eal_mbuf_user_pool_ops(). > > Signed-off-by: Olivier Matz <olivier.m...@6wind.com> > Acked-by: Santosh Shukla <santosh.shu...@caviumnetworks.com> > --- > --- a/lib/librte_eal/rte_eal_version.map > +++ b/lib/librte_eal/rte_eal_version.map > @@ -261,6 +261,12 @@ DPDK_18.08 { > > } DPDK_18.05; > > +DPDK_18.08 { > + global: > + > + rte_eal_mbuf_user_pool_ops; > +} DPDK_18.05; > +
There is already a section DPDK_18.08 so I moved the function there. Series applied with above fix, thanks