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 B54D8A04C2; Wed, 12 Aug 2020 16:49:38 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B0AFE1C0AF; Wed, 12 Aug 2020 16:49:37 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 349971C025 for ; Wed, 12 Aug 2020 16:49:36 +0200 (CEST) IronPort-SDR: 6kkt2Brde7pKwy//1RAex+W0f7w7batfzq4QTnZe0+2hIXLX/BIgTFvWOsglGw/KSUdLk4yXCQ vUCt/yvZvm2w== X-IronPort-AV: E=McAfee;i="6000,8403,9711"; a="133501222" X-IronPort-AV: E=Sophos;i="5.76,304,1592895600"; d="scan'208";a="133501222" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Aug 2020 07:49:34 -0700 IronPort-SDR: RR8TF7S0KaBhGyPvGZMJFiwk7L7fAe5W1OAUYLQfrhZITEk6qOn7gCDitA7hXl4sst7XcYVHJT XOZRB5/4cpSA== X-IronPort-AV: E=Sophos;i="5.76,304,1592895600"; d="scan'208";a="439409580" Received: from bricha3-mobl.ger.corp.intel.com ([10.255.202.43]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA; 12 Aug 2020 07:49:32 -0700 Date: Wed, 12 Aug 2020 15:49:24 +0100 From: Bruce Richardson To: Louise Kilheeney Cc: dev@dpdk.org, anatoly.burakov@intel.com, robin.jarry@6wind.com Message-ID: <20200812144924.GF312@bricha3-MOBL.ger.corp.intel.com> References: <20200522132320.26373-1-louise.kilheeney@intel.com> <20200804140738.35317-1-louise.kilheeney@intel.com> <20200804140738.35317-5-louise.kilheeney@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200804140738.35317-5-louise.kilheeney@intel.com> Subject: Re: [dpdk-dev] [PATCH v4 4/9] usertools/cpu_layout: support python3 only 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Tue, Aug 04, 2020 at 03:07:33PM +0100, Louise Kilheeney wrote: > Changed script to explicitly use python3 only to avoid > maintaining python 2 and removed deprecation notice. > > Signed-off-by: Louise Kilheeney > --- > usertools/cpu_layout.py | 13 ++----------- > 1 file changed, 2 insertions(+), 11 deletions(-) > Reviewed-by: Bruce Richardson