From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from emea01-am1-obe.outbound.protection.outlook.com (mail-am1on0061.outbound.protection.outlook.com [157.56.112.61]) by dpdk.org (Postfix) with ESMTP id 0766E282 for ; Mon, 8 Dec 2014 22:34:49 +0100 (CET) Received: from [10.6.0.187] (12.216.194.146) by DB4PR02MB015.eurprd02.prod.outlook.com (10.242.154.22) with Microsoft SMTP Server (TLS) id 15.1.16.15; Mon, 8 Dec 2014 21:33:25 +0000 Message-ID: <5486194A.8070106@ezchip.com> Date: Mon, 8 Dec 2014 13:34:02 -0800 From: Cyril Chemparathy User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: References: <1418029178-25162-1-git-send-email-zlu@ezchip.com> <1418029178-25162-2-git-send-email-zlu@ezchip.com> <20141208110912.GA10196@bricha3-MOBL3> <20141208142548.GB3237@localhost.localdomain> In-Reply-To: <20141208142548.GB3237@localhost.localdomain> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [12.216.194.146] X-ClientProxiedBy: CO2PR11CA0036.namprd11.prod.outlook.com (10.141.242.174) To DB4PR02MB015.eurprd02.prod.outlook.com (10.242.154.22) X-Microsoft-Antispam: UriScan:; X-Microsoft-Antispam: BCL:0;PCL:0;RULEID:;SRVR:DB4PR02MB015; X-Exchange-Antispam-Report-Test: UriScan:; X-Exchange-Antispam-Report-CFA-Test: BCL:0; PCL:0; RULEID:(602002); SRVR:DB4PR02MB015; X-Forefront-PRVS: 041963B986 X-Forefront-Antispam-Report: SFV:NSPM; SFS:(10009020)(6049001)(6009001)(24454002)(479174003)(199003)(189002)(51704005)(377454003)(80316001)(64126003)(46102003)(77096005)(59896002)(86362001)(40100003)(36756003)(31966008)(23746002)(33656002)(87976001)(77156002)(101416001)(65956001)(68736005)(107046002)(105586002)(42186005)(106356001)(66066001)(450100001)(93886004)(50466002)(47776003)(62966003)(64706001)(83506001)(99396003)(92566001)(20776003)(120916001)(97736003)(4396001)(2351001)(110136001)(122386002)(50986999)(54356999)(19580405001)(107886001)(19580395003)(65816999)(87266999)(76176999)(21056001); DIR:OUT; SFP:1101; SCL:1; SRVR:DB4PR02MB015; H:[10.6.0.187]; FPR:; MLV:sfv; PTR:InfoNoRecords; A:1; MX:1; LANG:en; X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:;SRVR:DB4PR02MB015; X-OriginatorOrg: ezchip.com X-Mailman-Approved-At: Mon, 08 Dec 2014 22:54:58 +0100 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 21:34:49 -0000 On 12/8/2014 6:25 AM, Neil Horman wrote: > On Mon, Dec 08, 2014 at 11:09:13AM +0000, Bruce Richardson wrote: >> 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 >> >> > Agreed, this should be last. Also, just for clarity, you're posting this very > close to the 1.8 release. I presume your intent is to add this in for the 2.0 > release, correct? Fair point. Thanks. We'll reorder in the next version of this series. Thanks -- Cyril.