[dpdk-dev] [PATCH v3 2/2] eal: remove experimental tag from user mbuf pool ops func

Thomas Monjalon thomas at monjalon.net
Thu Aug 9 00:46:49 CEST 2018


07/08/2018 23:34, Olivier Matz:
> From: Olivier Matz <olivier.matz at 6wind.com>
> 
> Remove experimental tag from rte_eal_mbuf_user_pool_ops().
> 
> Signed-off-by: Olivier Matz <olivier.matz at 6wind.com>
> Acked-by: Santosh Shukla <santosh.shukla at 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




More information about the dev mailing list