All of lore.kernel.org
 help / color / mirror / Atom feed
From: Olivier MATZ <olivier.matz@6wind.com>
To: Huawei Xie <huawei.xie@intel.com>, "dev@dpdk.org" <dev@dpdk.org>
Subject: Re: [PATCH] use tab rather than space in mbuf version map file
Date: Mon, 22 Jun 2015 12:08:00 +0200	[thread overview]
Message-ID: <5587DE80.8040406@6wind.com> (raw)
In-Reply-To: <1434650153-26983-1-git-send-email-huawei.xie@intel.com>

Hi,

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

Acked-by: Olivier Matz <olivier.matz@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;
> 

  reply	other threads:[~2015-06-22 10:06 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-18 17:55 [PATCH] use tab rather than space in mbuf version map file Huawei Xie
2015-06-22 10:08 ` Olivier MATZ [this message]
2015-06-23 14:19   ` Thomas Monjalon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5587DE80.8040406@6wind.com \
    --to=olivier.matz@6wind.com \
    --cc=dev@dpdk.org \
    --cc=huawei.xie@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.