From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 27174A052A; Tue, 26 Jan 2021 00:45:08 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C923E1411B6; Tue, 26 Jan 2021 00:45:07 +0100 (CET) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by mails.dpdk.org (Postfix) with ESMTP id 429A01411B5 for ; Tue, 26 Jan 2021 00:45:06 +0100 (CET) Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id 193CB5C00F9; Mon, 25 Jan 2021 18:45:04 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute6.internal (MEProxy); Mon, 25 Jan 2021 18:45:04 -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=fm3; bh= pXH1hoo29b8u54Mq5V/MVDMZcxQGdHBrWAkgb2kTQjI=; b=D/wVSyLda9kr5vvP lCQOOx2984lhRajuKzFvluFDb0H39kDGLE7GgCz0FfSoI3iTJ+H/K/trAhlaTvXn q7LKY9eUl0kMQgbJbCMdlM5843kuD4k03AqocngcjZvBwcQt4I1lULNHHHtFN1+a LggxUpyGCmT2ZVGXqVqfgm8VmzHCQ4IE0LHnkHwkH2pg9qYPbNrxJQhjsHDCgUNi l1VmAh22QFTUTVSnr9s+CBnedqy6ZfzCm2cjJbh2s9U9AHVFilwhapEFbd5bB8sN pczBiPb2E7qKJooEOobhZDqMk+8Gf7kFFO+Tvhu9zfdlVtZUuES1+mU+AOxngKG1 /BhrwA== 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=pXH1hoo29b8u54Mq5V/MVDMZcxQGdHBrWAkgb2kTQ jI=; b=M4/5wH59bEPz9q8IxcadApdQElqKzPU/mrIDUmVEzwMHz3Yo3NPJ2NFcp rv7eTkq8EAAcWBNv57MY8ygKJziRKUMLSZdo2Ctjkej9zpiyP1H9ujpBYEPJzeD1 VFCJf512UOWcerP2fWPJj40zAtQ33EtLF6l+fe4Cb0Td9XZ3e+pBjzarD0NZ3+pz HzrYvaOBBkS8er6zf7rifNSQW76LmpVhrSXhg+1tj2pNcbJ3LNlSozC8JHND17pi UksfAJuMe66jNvN0qZS4Ty5Qvo+2nB62Rd1aOWVzFPi9NzE+WuvrLaAPE2s0baIn l964q3lc3RlYd24ELROin47mbgKRA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrvdeggdduudcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucggtf frrghtthgvrhhnpeffvdffjeeuteelfeeileduudeugfetjeelveefkeejfeeigeehteff vdekfeegudenucffohhmrghinhepughpughkrdhorhhgnecukfhppeejjedrudefgedrvd dtfedrudekgeenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhr ohhmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvght 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 CF6C624005B; Mon, 25 Jan 2021 18:45:02 -0500 (EST) From: Thomas Monjalon To: Dmitry Kozlyuk Cc: dev@dpdk.org, Ali Alnubani , Bruce Richardson Date: Tue, 26 Jan 2021 00:44:59 +0100 Message-ID: <5464223.SRpX4OxMFj@thomas> In-Reply-To: <20210125221251.19147-1-dmitry.kozliuk@gmail.com> References: <20210125221251.19147-1-dmitry.kozliuk@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 0/3] pmdinfogen fixes X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 25/01/2021 23:12, Dmitry Kozlyuk: > Recent pmdinfogen patches introduced regressions with older systems. > This is a follow-up cleaning the mess. > > [1]: http://patchwork.dpdk.org/project/dpdk/list/?series=13153 > [2]: http://patchwork.dpdk.org/project/dpdk/list/?series=14274 > > Dmitry Kozlyuk (3): > pmdinfogen: fix build with pyelftools < 0.24 > buildtools: fix archive extraction for Python 3.5 > buildtools: use build subdirectory for temporary files Applied, thanks for the quick fixes.