From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id D568158F4 for ; Mon, 8 Dec 2014 12:09:23 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 08 Dec 2014 03:09:15 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.07,537,1413270000"; d="scan'208";a="620342980" Received: from bricha3-mobl3.ger.corp.intel.com ([10.243.20.39]) by orsmga001.jf.intel.com with SMTP; 08 Dec 2014 03:09:13 -0800 Received: by (sSMTP sendmail emulation); Mon, 08 Dec 2014 11:09:13 +0025 Date: Mon, 8 Dec 2014 11:09:13 +0000 From: Bruce Richardson To: Zhigang Lu Message-ID: <20141208110912.GA10196@bricha3-MOBL3> References: <1418029178-25162-1-git-send-email-zlu@ezchip.com> <1418029178-25162-2-git-send-email-zlu@ezchip.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1418029178-25162-2-git-send-email-zlu@ezchip.com> Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Cc: dev@dpdk.org, Cyril Chemparathy Subject: Re: [dpdk-dev] [PATCH 01/15] mk: introduce Tilera Tile 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: Mon, 08 Dec 2014 11:09:24 -0000 On Mon, Dec 08, 2014 at 04:59:24PM +0800, Zhigang Lu wrote: > Add defconfig and rte.vars.mk files for Tile architecture. > > Signed-off-by: Zhigang Lu > Signed-off-by: Cyril Chemparathy > --- > config/defconfig_tile-tilegx-linuxapp-gcc | 78 +++++++++++++++++++++++++++++++ > mk/arch/tile/rte.vars.mk | 59 +++++++++++++++++++++++ > mk/machine/tilegx/rte.vars.mk | 58 +++++++++++++++++++++++ > 3 files changed, 195 insertions(+) > create mode 100644 config/defconfig_tile-tilegx-linuxapp-gcc > create mode 100644 mk/arch/tile/rte.vars.mk > create mode 100644 mk/machine/tilegx/rte.vars.mk > I think this should probably be the final patch in the series, rather than the first. It's generally best to set up all requirements first before enabling things in the compile time configuration. Once this patch is added, there is a non-functional target added for tile architecture. If it's added last, the moment the compile time config is added it works correctly. /Bruce