On Mon, Oct 04, 2021 at 12:33:02PM -0700, Stephen Hemminger wrote: > This inline function was added in 18.08 > > Signed-off-by: Stephen Hemminger <[email protected]> > --- > lib/mbuf/rte_mbuf.h | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/lib/mbuf/rte_mbuf.h b/lib/mbuf/rte_mbuf.h > index 6913b6d6f3ff..aa8a048934ad 100644 > --- a/lib/mbuf/rte_mbuf.h > +++ b/lib/mbuf/rte_mbuf.h > @@ -272,7 +272,6 @@ rte_mbuf_to_baddr(struct rte_mbuf *md) > * @return > * The starting address of the private data area of the given mbuf. > */ > -__rte_experimental > static inline void * > rte_mbuf_to_priv(struct rte_mbuf *m) > { > -- > 2.30.2 >
This one is already in David's patch sent few days ago, I think we can skip it https://patchwork.dpdk.org/project/dpdk/patch/[email protected]/

