From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.tuxdriver.com (charlotte.tuxdriver.com [70.61.120.58]) by dpdk.org (Postfix) with ESMTP id 4F5AC8001 for ; Sun, 23 Nov 2014 22:52:09 +0100 (CET) Received: from hmsreliant.think-freely.org ([2001:470:8:a08:7aac:c0ff:fec2:933b] helo=localhost) by smtp.tuxdriver.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.63) (envelope-from ) id 1XsfF1-0002wl-II; Sun, 23 Nov 2014 17:02:52 -0500 Date: Sun, 23 Nov 2014 17:02:46 -0500 From: Neil Horman To: Chao Zhu Message-ID: <20141123220246.GA27315@hmsreliant.think-freely.org> References: <1416792142-23132-1-git-send-email-chaozhu@linux.vnet.ibm.com> <1416792142-23132-2-git-send-email-chaozhu@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1416792142-23132-2-git-send-email-chaozhu@linux.vnet.ibm.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-Spam-Score: -2.9 (--) X-Spam-Status: No Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v3 01/14] Add compiling definations for IBM Power architecture 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: Sun, 23 Nov 2014 21:52:09 -0000 On Sun, Nov 23, 2014 at 08:22:09PM -0500, Chao Zhu wrote: > To make DPDK run on IBM Power architecture, configuration files for > Power architecuture are added. Also, the compiling related .mk files are > added. > > Signed-off-by: Chao Zhu > --- > config/common_linuxapp_powerpc | 394 +++++++++++++++++++++++++++ > config/defconfig_ppc_64-power8-linuxapp-gcc | 40 +++ > mk/arch/ppc_64/rte.vars.mk | 39 +++ > mk/machine/power8/rte.vars.mk | 57 ++++ > 4 files changed, 530 insertions(+), 0 deletions(-) > create mode 100644 config/common_linuxapp_powerpc > create mode 100644 config/defconfig_ppc_64-power8-linuxapp-gcc > create mode 100644 mk/arch/ppc_64/rte.vars.mk > create mode 100644 mk/machine/power8/rte.vars.mk > > diff --git a/config/common_linuxapp_powerpc b/config/common_linuxapp_powerpc > new file mode 100644 > index 0000000..d230a0b > --- /dev/null > +++ b/config/common_linuxapp_powerpc This filename is common_linuxapp_powerpc, but given that it explicitly specifies all the build options, there isn't really anything common about it. I think what you want to do is rename this defconfig_powerpc-native-linuxapp-gcc, and have it include common_linuxapp, then change any power-specific option you see fit. Also, does BSD build on power? I presume so. You likely want to create a corresponding bsd power config