From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f44.google.com (mail-wm0-f44.google.com [74.125.82.44]) by dpdk.org (Postfix) with ESMTP id 22CE995D4 for ; Fri, 12 Feb 2016 18:38:32 +0100 (CET) Received: by mail-wm0-f44.google.com with SMTP id c200so31037870wme.0 for ; Fri, 12 Feb 2016 09:38:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding :content-type; bh=k6w0KEaDn/z/845KXAryAOpnAef89uQRsFBhixP5E9A=; b=ahchAHEtZJgVCEhx9m42NnCQVH7xnKwAEYp3ReOe4dB88ymLW1WOjqMVORtxP8RWoW UbnVdpoPOeham7Cr5moQdx5w6OOu9KGsaqJWBhbDx59qSDGk8Sj6tJ61A1mOvWJFzbpP CQE19MTOMzlmdgdGebxiTtugKa3CyEiGSX77wGZVnbPFL8+uTGM6sHL6wwxscZjre2An z6TaP8TrVzCAVTSybZ0M2VOg0J533XMY8koJQ2BRRJvTlI1DS3SJzlJSn59KQVuLYLOo jW7wcnwZUyJ0NMqWH6FhcPy65u2CJT/Cn46cB+2t0585pVBfeAlsWrKN+b9CfF7LvWuZ V1gw== 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=k6w0KEaDn/z/845KXAryAOpnAef89uQRsFBhixP5E9A=; b=jBq7Gy2WCin7mB7cTQJGgEpt+zfPnqaIsrWLP8h7t5aHw18O10U7sDIKJ3ky4b74Tq UUVHR1uc5okvF09eeiEV5lqsVCIVBuIELRl6kwMU5Dx1bVqt3ThDU88hf7B04T0CpIll 1COddJkgOzK73AxDsX055D3Ku+rCqDJb6G/gKb+vR8XWJhwj/5rOFuNKl2N5udtRiA50 mOWBtjksyDPGBPw6uYvfDAPRrCKUCLelIX6fYFISCtLnE+GOuYPEyG6YqWGT7gdAr91A moOQLxnj7o7CJAlaQC9QqFHUOff0Gs1JO8ySqL8GysE+lvsVtuCFsc5aIIQYbCEpQMCS fQPg== X-Gm-Message-State: AG10YOS+FGwPIuu573LQ/ZT9lMpFs3BpIQDAEKqW2lC85FoUYwCYbQULWhyEqNtzKcsXWBXM X-Received: by 10.28.126.65 with SMTP id z62mr4471370wmc.3.1455298711915; Fri, 12 Feb 2016 09:38:31 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id w136sm3318913wmw.0.2016.02.12.09.38.30 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 12 Feb 2016 09:38:31 -0800 (PST) From: Thomas Monjalon To: Fernando Seiti Furusato Date: Fri, 12 Feb 2016 18:37:01 +0100 Message-ID: <2231851.1TVA0CgCFh@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1455296713-7417-1-git-send-email-ferseiti@linux.vnet.ibm.com> References: <1455296713-7417-1-git-send-email-ferseiti@linux.vnet.ibm.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] build: set CFLAGS for ppc64el build 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: Fri, 12 Feb 2016 17:38:32 -0000 2016-02-12 12:05, Fernando Seiti Furusato: > Add a proper ifeq statement to set the mcpu as needed for ppc64el, as > the only one originally set is not valid for ppc architectures. What is the benefit of using the default machine config, compared to the power8 one? Don't you think the default machine should be renamed core2? [...] > +ifeq (ppc64le,$(shell uname -m)) > + MACHINE_CFLAGS += -mcpu=power8 Why this flag is not set in mk/machine/power8/rte.vars.mk ?