From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 08B48C622 for ; Thu, 18 Jun 2015 19:56:01 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga103.jf.intel.com with ESMTP; 18 Jun 2015 10:56:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,640,1427785200"; d="scan'208";a="590407279" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by orsmga003.jf.intel.com with ESMTP; 18 Jun 2015 10:56:00 -0700 Received: from shecgisg003.sh.intel.com (shecgisg003.sh.intel.com [10.239.29.90]) by shvmail01.sh.intel.com with ESMTP id t5IHtwfV017346; Fri, 19 Jun 2015 01:55:58 +0800 Received: from shecgisg003.sh.intel.com (localhost [127.0.0.1]) by shecgisg003.sh.intel.com (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP id t5IHtuj2027018; Fri, 19 Jun 2015 01:55:58 +0800 Received: (from hxie5@localhost) by shecgisg003.sh.intel.com (8.13.6/8.13.6/Submit) id t5IHtulJ027014; Fri, 19 Jun 2015 01:55:56 +0800 From: Huawei Xie To: dev@dpdk.org Date: Fri, 19 Jun 2015 01:55:53 +0800 Message-Id: <1434650153-26983-1-git-send-email-huawei.xie@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [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: Thu, 18 Jun 2015 17:56:02 -0000 Signed-off-by: Huawei Xie --- lib/librte_mbuf/rte_mbuf_version.map | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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; -- 1.8.1.4