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 467BEA04C2; Wed, 12 Aug 2020 16:44:36 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 388011C0AF; Wed, 12 Aug 2020 16:44:35 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id AE31F1C021 for ; Wed, 12 Aug 2020 16:44:33 +0200 (CEST) IronPort-SDR: YdFPbJL1tohBXtisx/hKwHr2O4Edc496j1X3UjAghFR+4Jah1WCebVaYRWfgVzvGW7PQuD7Ox6 J7YBPjjv+2ig== X-IronPort-AV: E=McAfee;i="6000,8403,9711"; a="141808076" X-IronPort-AV: E=Sophos;i="5.76,304,1592895600"; d="scan'208";a="141808076" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Aug 2020 07:44:32 -0700 IronPort-SDR: J3nJngy3NCmpFtcvIsMgWcl1Dm6C41Esst1N+xrYQRcmqmKgLnXay/xukkF/Jdeya81t+mfHPa +etZHqnzzkAw== X-IronPort-AV: E=Sophos;i="5.76,304,1592895600"; d="scan'208";a="439408515" 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:44:30 -0700 Date: Wed, 12 Aug 2020 15:44:25 +0100 From: Bruce Richardson To: Louise Kilheeney Cc: dev@dpdk.org, anatoly.burakov@intel.com, robin.jarry@6wind.com, Neil Horman Message-ID: <20200812144425.GE312@bricha3-MOBL.ger.corp.intel.com> References: <20200522132320.26373-1-louise.kilheeney@intel.com> <20200804140738.35317-1-louise.kilheeney@intel.com> <20200804140738.35317-4-louise.kilheeney@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200804140738.35317-4-louise.kilheeney@intel.com> Subject: Re: [dpdk-dev] [PATCH v4 3/9] usertools/dpdk-pmdinfo: 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:32PM +0100, Louise Kilheeney wrote: > Changed script to explicitly use python3 only to avoid > maintaining python 2 and removed deprecation notice. > > Cc: Neil Horman > > Signed-off-by: Louise Kilheeney > --- > usertools/dpdk-pmdinfo.py | 7 +------ > 1 file changed, 1 insertion(+), 6 deletions(-) > Reviewed-by: Bruce Richardson