From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 140E81BAAC for ; Wed, 11 Apr 2018 10:49:05 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id B1BD920E19; Wed, 11 Apr 2018 04:49:04 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Wed, 11 Apr 2018 04:49:04 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=JKaQYWa8Rw8bIpbWBOon7FyTDM WpDGaZgyiXaL4fVhU=; b=E4WZonocD0B3mGoeXnwkEE/9xq4fpgnbBudvZ2WBr7 OR6YIuruyauJgXhjRtkmCH0t4U0/uF7jPl4a7vfcjUPjKe4pks60uIn+viHHSs/H SrbkXLQCEi9lW6pznbAf/wZV+8Sl72d2xX/Vw2rVT90bB4xN54TgDDVLgxJXlJmC s= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=JKaQYW a8Rw8bIpbWBOon7FyTDMWpDGaZgyiXaL4fVhU=; b=O9G5jNBKZymptkIQYflJSd gf3/gWAamx1E2Z2QD4f+7yKy4hisr/QznofMpa1Kb4GkHENtsuGlRbCKHtqqAy4O hYhsWrvxmEuC1octUVTV9IvxTdG3QGDzfwpGHViQDVCkCb5SzqPUFxhoGlFjnNd+ +McdWXLaIMRJ+AuEMkKQdxjdVbxi0M0QebPeC4qY7VPRR1TfeFkXVhks5+YE9mxe IKe+oU3RsW5bbQWGNdfvueFzdxPrVTd4Wh4Z/NsXUYVTU0Z5xwSzclZVje/dIY7Z L6dRxxBUGIAn9ZmuXFRKYZMdUYVSoglmexFnu4oVz5yxqQlpp03K2lA3CYEH5RSA == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id D1901E4483; Wed, 11 Apr 2018 04:49:03 -0400 (EDT) From: Thomas Monjalon To: "Hunt, David" Cc: Ferruh Yigit , "Mcnamara, John" , dev@dpdk.org, "shreyansh.jain@nxp.com" Date: Wed, 11 Apr 2018 10:49:02 +0200 Message-ID: <1539572.NndOCyArdo@xps> In-Reply-To: References: <1495788764-37652-2-git-send-email-david.hunt@intel.com> <1709610.YWM5RO7iyE@xps> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v3 3/3] doc: update build-sdk-quick txt file X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2018 08:49:05 -0000 11/04/2018 10:44, Hunt, David: > On 13/2/2018 11:41 PM, Thomas Monjalon wrote: > > I made some comments in patch 2 about RTE_TEMPLATE and got no reply > > (in August). > > Since you correctly point out that "make install T=" is an old syntax, and > this variable only encourages this, let's drop this patch altogether. > > There are two patches in patchwork relevant to this cahange, one is > the change, and the other is the docs update. There was a third part, > which was for the "make defconfig" functionality, which has already > been merged, including a portion of 25113, so both of the following > can be closed off. > > http://dpdk.org/dev/patchwork/patch/25112/ > http://dpdk.org/dev/patchwork/patch/25113/ OK, thanks for the update.