From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f49.google.com (mail-wg0-f49.google.com [74.125.82.49]) by dpdk.org (Postfix) with ESMTP id 562281DB1 for ; Tue, 23 Jun 2015 16:20:19 +0200 (CEST) Received: by wgqq4 with SMTP id q4so11112329wgq.1 for ; Tue, 23 Jun 2015 07:20:19 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=YpJ3SRC+4xnv6JNMKDbtpCjLKuLgTQ+c854ceCS9Bmg=; b=TsgcP6QKu4j+gHN5VzRzQTJ9Rq8S04TwJi/M+KAaF3QuXgl/VqOLFP7ZztKgiD+EFc 1u95ES/kvrEbgqjkfVzabb7lpu+d/mLhtvHru4xIdFQJ2ohj1qd5mW94ipjZXZXfWPTe MFMpuAH2HOhCI6O7xOqOIvxhAR3/NCCMqMWLOMp9RTonUBLN+iw9ZZ9UZbMornXw6QrH oauUZh2t4Vj9JgyEK/A6RNgdJ0CRFc/at0eb3kX4JbwXzg1dPAAKRX/sUE8bDaGGUxuA oZDaFg7mFpLjmrWwCoqOY9wMivHfFK0yzzj7u2pa6hADHV0pNWdDRpKHbj5iFCiQVhIa JVbQ== X-Gm-Message-State: ALoCoQniT5d2fDVKtq4Ydz2zsbLgxjxwn5Jhj7VuISLeCxCHW/9ZK6FNyAy4uUlGoEU8ufVQCXo4 X-Received: by 10.180.211.77 with SMTP id na13mr3888893wic.76.1435069219218; Tue, 23 Jun 2015 07:20:19 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id a6sm2953412wjy.33.2015.06.23.07.20.17 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 23 Jun 2015 07:20:18 -0700 (PDT) From: Thomas Monjalon To: Huawei Xie Date: Tue, 23 Jun 2015 16:19:15 +0200 Message-ID: <1489630.I18k3xlxa2@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <5587DE80.8040406@6wind.com> References: <1434650153-26983-1-git-send-email-huawei.xie@intel.com> <5587DE80.8040406@6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org 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: Tue, 23 Jun 2015 14:20:19 -0000 2015-06-22 12:08, Olivier MATZ: > 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 Applied, thanks