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 F22571B313 for ; Wed, 14 Feb 2018 00:41:13 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 8EC6A20EC6; Tue, 13 Feb 2018 18:41:13 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Tue, 13 Feb 2018 18:41:13 -0500 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=vbB2X9M0H45oHKv40GZyc8sbTQ 6pUpocWFrJnENs+QM=; b=egJRzwxA0x9ZQeTrO7qtYQ7mK+sQL4GBj+qreypAhT 1CoRPlyrAhHliNykEsN7KK+pwCcUbQ/hCLnQUgV9w37MuXItKkJ/mXHHAhKMN4or OtEbeVLii+5QiyMJSDc5n6OpbtaBe+3Z+b2ADjdM3GB9wrLUJHvIYsqfHgIoKgM+ 4= 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=vbB2X9 M0H45oHKv40GZyc8sbTQ6pUpocWFrJnENs+QM=; b=a/X3+663iDghmSTW02tf0z qJ7kygJxXbrlZGrlvwKgr/Rn0Z6f+xEKk4G0mtL8XY6iOiUKam/LhF4YhfNvvXIz 1h8JJHthKh0zNTUgRugTS7bE71UZIy3/rRZCHmuy9XWpPFcdisu6SpGxj13A0N+Z H1qkJmIawGksQ+n/oP1WSgaKR0zsZQ4oJmMkh/WCgqOv1qc2q6OsfNuJC7YO8Y1d V0rzHp9jPMqNaycTcdSR6ywnT9Bxu2GP+Hpe0u1uS/3UQvdxniLwDgzm2hO3kXoH J8BL6epPzdVW2RePzeVbtdAATV4hw1GsEVKzW0taQKmzvipeXZft+dhXKifSiCug == 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 46A2D7E3D9; Tue, 13 Feb 2018 18:41:13 -0500 (EST) From: Thomas Monjalon To: Ferruh Yigit , "Mcnamara, John" , "Hunt, David" Cc: dev@dpdk.org, "shreyansh.jain@nxp.com" Date: Wed, 14 Feb 2018 00:41:03 +0100 Message-ID: <1709610.YWM5RO7iyE@xps> In-Reply-To: References: <1495788764-37652-2-git-send-email-david.hunt@intel.com> 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: Tue, 13 Feb 2018 23:41:14 -0000 13/02/2018 13:18, Ferruh Yigit: > On 6/12/2017 1:50 PM, Mcnamara, John wrote: > >> -----Original Message----- > >> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of David Hunt > >> Sent: Wednesday, June 7, 2017 3:38 PM > >> To: dev@dpdk.org > >> Cc: thomas@monjalon.net; shreyansh.jain@nxp.com; Hunt, David > >> > >> Subject: [dpdk-dev] [PATCH v3 3/3] doc: update build-sdk-quick txt file > >> > >> * Add in information about 'make defconfig' > >> * Add in information about RTE_TEMPLATE environment variable > >> * Explain the default directory for 'O=' a bit better > >> * Clean up text alignment > >> > >> Signed-off-by: David Hunt > > > > Acked-by: John McNamara > > Acked-by: Ferruh Yigit I made some comments in patch 2 about RTE_TEMPLATE and got no reply (in August). This patch is dependent on RTE_TEMPLATE. One more nit: the indent is broken for T variable explanation.