From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from was59-1-82-226-113-214.fbx.proxad.net ([82.226.113.214] helo=[192.168.0.10]) by mail.droids-corp.org with esmtpsa (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1Z6yhW-00047R-4V; Mon, 22 Jun 2015 12:11:41 +0200 Message-ID: <5587DE80.8040406@6wind.com> Date: Mon, 22 Jun 2015 12:08:00 +0200 From: Olivier MATZ User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.6.0 MIME-Version: 1.0 To: Huawei Xie , "dev@dpdk.org" References: <1434650153-26983-1-git-send-email-huawei.xie@intel.com> In-Reply-To: <1434650153-26983-1-git-send-email-huawei.xie@intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] use tab rather than space in mbuf version map file X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Jun 2015 10:06:55 -0000 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; >