Re: [dpdk-dev] [PATCH v4 5/5] mbuf: mark rte_mbuf_to_priv as stable
From: Olivier Matz <hidden>
Date: 2021-10-05 07:31:26
From: Olivier Matz <hidden>
Date: 2021-10-05 07:31:26
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 <stephen@networkplumber.org> --- 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/20211002141614.14784-1-david.marchand@redhat.com/