[dpdk-dev] [PATCH] use tab rather than space in mbuf version map file

Olivier MATZ olivier.matz at 6wind.com
Mon Jun 22 12:08:00 CEST 2015


Hi,

On 06/18/2015 07:55 PM, Huawei Xie wrote:
> Signed-off-by: Huawei Xie <huawei.xie at intel.com>
> ---
>  lib/librte_mbuf/rte_mbuf_version.map | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 

Acked-by: Olivier Matz <olivier.matz at 6wind.com>

Thanks
Olivier



> diff --git a/lib/librte_mbuf/rte_mbuf_version.map b/lib/librte_mbuf/rte_mbuf_version.map
> index 7ae2244..543dc4c 100644
> --- a/lib/librte_mbuf/rte_mbuf_version.map
> +++ b/lib/librte_mbuf/rte_mbuf_version.map
> @@ -13,9 +13,9 @@ DPDK_2.0 {
>  };
>  
>  DPDK_2.1 {
> -       global:
> +	global:
>  
> -       rte_pktmbuf_pool_create;
> +	rte_pktmbuf_pool_create;
>  
> -       local: *;
> +	local: *;
>  } DPDK_2.0;
> 


More information about the dev mailing list