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 B349BA00C5; Wed, 12 Jan 2022 18:07:50 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3D84A40143; Wed, 12 Jan 2022 18:07:50 +0100 (CET) Received: from wout3-smtp.messagingengine.com (wout3-smtp.messagingengine.com [64.147.123.19]) by mails.dpdk.org (Postfix) with ESMTP id 02CE740140; Wed, 12 Jan 2022 18:07:48 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 29E0732005C1; Wed, 12 Jan 2022 12:07:46 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Wed, 12 Jan 2022 12:07:46 -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= IEwXyKg2rIVvQ9Qy+u097PyT/qZ4xE8fFck9iih9UJQ=; b=gPpVS9t3nwLnNoEI qU3nCvALMBLsCtP353fj/fSWjsXu1nYAfJ5egHcuUHUa5UoBdyLBAYdypkYCGHZX XCqyRIorqaFZJM0UlFZzyvwxIfYpRlMfYaKf0s+4yEj0QDYttrpW8L5C9Zu/UlvJ hfkr5UNBExK0lkm3UY3itHvXIPIqtSph4xKBkq/Bp3Gh35lif57eHkHw+2kqtaUN eVCeTgrszIGI5pJOP5Dd5z3Fq8yQCeN6yEeQiEQ76SphVSYaB2pelW/yisRuT3/W KYayk5QeMgZ2nvqx6Hdkby7nEhH/UhbiwDdsE/l5vEG612Xx1LNd22b1xejzj7Zx JQtIng== 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=IEwXyKg2rIVvQ9Qy+u097PyT/qZ4xE8fFck9iih9U JQ=; b=kFMsEabwKo8ax3DtQSRorzv3JQpVKW7W+ANsOTZQjylrx4846vcx8cvsi KRjPLgBeCpnEXRDPIpwYX7GqpFVZfKbRRavypJpttd+no90wszHKgsujk6NHm4cD so+vNoCpSuT9Nax8kHMKxwDdXb0TUFA2re6dsB/OdgoijRJOktGauNLpXfCV/1Yz CNAlZl38m22jIWhfQi0jRp4toP/yo9pYmX7pZXhtfKTCHNcDNeJ1TcTRFpS7G5Md +takmMivGwgON0YTfJqXbFK/nqmkEWSlr3/+w8SjFm9bhFcKI+8N9lXr5rQoOe6l p5xurXP3EUq16MOJ2ZLp+WSWVwMdA== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvvddrtddugdejvdcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucggtf frrghtthgvrhhnpedugefgvdefudfftdefgeelgffhueekgfffhfeujedtteeutdejueei iedvffegheenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhroh hmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvght X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Wed, 12 Jan 2022 12:07:44 -0500 (EST) From: Thomas Monjalon To: Lance Richardson Cc: dev@dpdk.org, Bruce Richardson , Konstantin Ananyev , dev@dpdk.org, stable@dpdk.org, Dmitry Kozlyuk Subject: Re: [PATCH] buildtools: fix avx512 check for Python 3.5 Date: Wed, 12 Jan 2022 18:07:42 +0100 Message-ID: <6269217.K2JlShyGXD@thomas> In-Reply-To: <20220103210019.3c2d4e28@sovereign> References: <20220103170940.199956-1-lance.richardson@broadcom.com> <20220103210019.3c2d4e28@sovereign> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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 03/01/2022 19:00, Dmitry Kozlyuk: > 2022-01-03 12:09 (UTC-0500), Lance Richardson: > > Python 3.5 subprocess.run() does not have a capture_output > > parameter (it is present only in 3.7 and up). Capture output > > by using subprocess.PIPE for stdout instead. > > > > Fixes: bb9cd91095b3 ("buildtools: make AVX512 check portable") > > Cc: stable@dpdk.org > > Signed-off-by: Lance Richardson > > Acked-by: Dmitry Kozlyuk Applied, thanks.