[dpdk-dev] [PATCH] mempool: fix symbol export

Olivier Matz olivier.matz at 6wind.com
Sat Jun 25 18:49:12 CEST 2016



On 06/25/2016 03:10 PM, Thomas Monjalon wrote:
> Every new symbols in release 16.07 are exported with the version
> string DPDK_16.07.
> Also remove the empty local: section which is not needed because
> inherited from the DPDK_2.0 block.
> 
> Signed-off-by: Thomas Monjalon <thomas.monjalon at 6wind.com>
> ---
>  lib/librte_mempool/rte_mempool_version.map | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/lib/librte_mempool/rte_mempool_version.map b/lib/librte_mempool/rte_mempool_version.map
> index a4a6c1f..9bcbf17 100644
> --- a/lib/librte_mempool/rte_mempool_version.map
> +++ b/lib/librte_mempool/rte_mempool_version.map
> @@ -16,7 +16,7 @@ DPDK_2.0 {
>  	local: *;
>  };
>  
> -DPDK_16.7 {
> +DPDK_16.07 {
>  	global:
>  
>  	rte_mempool_check_cookies;
> @@ -33,5 +33,4 @@ DPDK_16.7 {
>  	rte_mempool_register_ops;
>  	rte_mempool_set_ops_byname;
>  
> -	local: *;
>  } DPDK_2.0;
> 

Good catch, thanks Thomas
Acked-by: Olivier Matz <olivier.matz at 6wind.com>




More information about the dev mailing list