From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 327CDA09D3 for ; Thu, 12 Nov 2020 16:25:00 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id F2C2D5953; Thu, 12 Nov 2020 16:24:58 +0100 (CET) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 146974CA6; Thu, 12 Nov 2020 16:24:55 +0100 (CET) Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id 5B9525C014D; Thu, 12 Nov 2020 10:24:53 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute2.internal (MEProxy); Thu, 12 Nov 2020 10:24:53 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=fm2; bh= JoRJF7xOkkRgLnVVgBSJATFfe72+MF04rWMMcn4lNxQ=; b=jdb9dvlca3BELRFw dEac59uZhc16yoZ+SCU4Jaxk2zEncp/E7KWhC+FBUukPYsFso/vaYGOtb/rIbFE1 BT4Xkt+n2IxlF/JU2zK83Id07bnAOBhe9KqNqbSfkaMLvWhPxsXo7LzqnFGvFTBH epLj5J8z8QwtZiGWmVa7Oa2WCuxwAPX+Knq1cu6QLVnPTKR60I8x3ww2PzXf/vvQ cKoGq517kvVb+vY3SDhwICDTnzViba5cJqum8cK4e/loIH+9J2NyVw2NrGG8MXXf BXhPVkahHe23xKbdiyqxB3wfjBcissxusWAu6BIIaK6DwvuYD6VeytUE8Gcoi9K0 z1kVMw== 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-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=JoRJF7xOkkRgLnVVgBSJATFfe72+MF04rWMMcn4lN xQ=; b=aEscX2q74bcO6q929xIfoASXNqs3dmhfkxVlK50ZOu/Jv70Bt9I3Vfh76 VAPyyUtf+dogglT4cJfinAd8X5Kxd/azSq07S9HCNi+QNpxwCkK2VBoDL9rf0/Rm NoApmZswe29Angoyvjdd1xexda16UDBCKOhcvlOCPJbemklF0HSgDRy9REgSP7ZV LqlR8ywmxlJ1O7UbNaAUZFcb78ucAa+4pYvlvyhuWypzp39HX/xf4Cj6Xxi25ZRW MopT36KjKkZv5sj4D7Gap4k9qN83ADIKgE+PXe8iAwcSFGUvk4qbdm0qRUnHYoT4 t6MQ9zO6/aSnNPquP+pqob+CW3QZg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedujedruddvfedghedtucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecugg ftrfgrthhtvghrnhepudeggfdvfeduffdtfeeglefghfeukefgfffhueejtdetuedtjeeu ieeivdffgeehnecukfhppeejjedrudefgedrvddtfedrudekgeenucevlhhushhtvghruf hiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghl ohhnrdhnvght X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 8CF0E3280067; Thu, 12 Nov 2020 10:24:52 -0500 (EST) From: Thomas Monjalon To: David Marchand Cc: dev@dpdk.org, stable@dpdk.org Date: Thu, 12 Nov 2020 16:24:50 +0100 Message-ID: <2750591.mRv6H5W9y8@thomas> In-Reply-To: <20201112133843.23970-1-david.marchand@redhat.com> References: <20201112133843.23970-1-david.marchand@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-stable] [PATCH] devtools: fix x86-default env when installing X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" 12/11/2020 14:38, David Marchand: > While testing Thomas patch on this script verbosity, I noticed that we > load the x86-default environment after installing this target. > I did not see any problem with it, yet we should load corresponding > environment before installing a target. Reworded first sentence to make it less personal ;) "The x86-default environment was loaded after installing this target." and applied, thanks.