From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olivier MATZ Subject: Re: [PATCH] use tab rather than space in mbuf version map file Date: Mon, 22 Jun 2015 12:08:00 +0200 Message-ID: <5587DE80.8040406@6wind.com> References: <1434650153-26983-1-git-send-email-huawei.xie@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit To: Huawei Xie , "dev@dpdk.org" Return-path: Received: from mail.droids-corp.org (zoll.droids-corp.org [94.23.50.67]) by dpdk.org (Postfix) with ESMTP id 08732C694 for ; Mon, 22 Jun 2015 12:06:55 +0200 (CEST) In-Reply-To: <1434650153-26983-1-git-send-email-huawei.xie@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi, On 06/18/2015 07:55 PM, Huawei Xie wrote: > Signed-off-by: Huawei Xie > --- > lib/librte_mbuf/rte_mbuf_version.map | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > Acked-by: Olivier Matz 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; >