From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wi0-f176.google.com (mail-wi0-f176.google.com
 [209.85.212.176]) by dpdk.org (Postfix) with ESMTP id 6E2028D95
 for <dev@dpdk.org>; Sat, 24 Oct 2015 22:37:23 +0200 (CEST)
Received: by wicfv8 with SMTP id fv8so70418780wic.0
 for <dev@dpdk.org>; Sat, 24 Oct 2015 13:37:23 -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=11CFtQZMgUK/CXu4/eOtoUOB96cEBHgxqQi9AZkhhOM=;
 b=Qm1jkKB0YK+zkSHsGAMh2TeBnzz2EPFRyoM7RgVBq/2dM9jyZ/UQQPZW5Nsq2/rb14
 y0brZCyrCc3bJp5ZdLZblsAO/n4mBaJWNoZqDjnj4TMKNhlelXAMkAGPXChM8n2RbTEi
 G+wGjHR3KWrrMFEjEsB3j1p9NZPzbnEu35FDmcXYfTYSk+HhxztxR4we76L/yJVV1wzX
 1GQ7tC+vDOyvOrFaSqrnhug3Im1NLms/Av+0rutXEDKUcWqP4YWyYWtozFvF6tzG02Pr
 UJGyX8zl7jjVDe5psfn8mTDynonlsAtZQKV7nMW1XO72oHq9iy7xf5QlmkY7VACTNgIr
 Tr+w==
X-Gm-Message-State: ALoCoQnhdep5IfDKD7hegvZssEtRWfh8u3KuDK2/YBhku+wqBN0tNaSHvRMsZoFayau4LTdi/Tmh
X-Received: by 10.180.8.69 with SMTP id p5mr11870100wia.14.1445719043280;
 Sat, 24 Oct 2015 13:37:23 -0700 (PDT)
Received: from xps13.localnet (APoitiers-657-1-137-120.w86-222.abo.wanadoo.fr.
 [86.222.2.120])
 by smtp.gmail.com with ESMTPSA id ex17sm7761927wid.23.2015.10.24.13.37.22
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Sat, 24 Oct 2015 13:37:22 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Michael Qiu <michael.qiu@intel.com>
Date: Sat, 24 Oct 2015 22:35:56 +0200
Message-ID: <6704468.Cm0L1s5yuh@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; )
In-Reply-To: <20151013085433.GA7008@bricha3-MOBL3>
References: <1440408177-29394-1-git-send-email-michael.qiu@intel.com>
 <20151013085433.GA7008@bricha3-MOBL3>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH] librte_eal: Fix wrong header file for old
	gcc version
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Sat, 24 Oct 2015 20:37:23 -0000

Please submit a v2 with complete git message including
compiler error, Fixes and Acked-by tags.
Thanks

2015-10-13 09:54, Bruce Richardson:
> On Mon, Aug 24, 2015 at 05:22:57PM +0800, Michael Qiu wrote:
> > For __SSE3__, the corresponding header file should be pmmintrin.h,
> > tmmintrin.h works for __SSSE3__.
> > 
> > Signed-off-by: Michael Qiu <michael.qiu@intel.com>
> 
> Since this is a bug-fix, it should probably have a fixes line in the commit.
> Otherwise the change looks ok.
> 
> Acked-by: Bruce Richardson <bruce.richardson@intel.com>