[dpdk-dev] [PATCH v4 5/5] mbuf: mark rte_mbuf_to_priv as stable
Olivier Matz
olivier.matz at 6wind.com
Tue Oct 5 09:31:23 CEST 2021
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 at 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/
More information about the dev
mailing list