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 CD8C2A052A; Fri, 10 Jul 2020 12:30:44 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A99941D9AD; Fri, 10 Jul 2020 12:30:44 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 492B41D9A3 for ; Fri, 10 Jul 2020 12:30:43 +0200 (CEST) IronPort-SDR: Rs20JO7lcO0GlCYeiq/Pb1tIpXpaHDGPA4CuR6FNLHLEFe1wYqYKeiHSXyl8+dJq/pHhh5sgEB x7Lmjekyf5qg== X-IronPort-AV: E=McAfee;i="6000,8403,9677"; a="145673859" X-IronPort-AV: E=Sophos;i="5.75,335,1589266800"; d="scan'208";a="145673859" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jul 2020 03:30:42 -0700 IronPort-SDR: HfjHXWh8sxdyX8SYMyoTSnMLBTusOn3KSfFqo8SdJfcJ3XKGs34CAcMzO3NcffXzYUuWzZxBVE tUHY0TvMYK7g== X-IronPort-AV: E=Sophos;i="5.75,335,1589266800"; d="scan'208";a="458238883" Received: from bricha3-mobl.ger.corp.intel.com ([10.249.32.166]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA; 10 Jul 2020 03:30:41 -0700 Date: Fri, 10 Jul 2020 11:30:37 +0100 From: Bruce Richardson To: Louise Kilheeney Cc: dev@dpdk.org, david.marchand@redhat.com Message-ID: <20200710103037.GC684@bricha3-MOBL.ger.corp.intel.com> References: <20200710101055.33671-1-louise.kilheeney@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200710101055.33671-1-louise.kilheeney@intel.com> Subject: Re: [dpdk-dev] [PATCH 0/9] python2 deprecation notice 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 Fri, Jul 10, 2020 at 11:10:46AM +0100, Louise Kilheeney wrote: > This patchset adds deprecation notices to python scripts, > warning of the removal of python2 support from the DPDK 20.11 release. > > Louise Kilheeney (9): > usertools/cpu_layout: add python2 deprecation notice > usertools/dpdk-telemetry-client: python2 deprecation notice > usertools/dpdk-devbind: add python2 deprecation notice > devtools/update_version_map: add python2 deprecation notice > app/test-cmdline: add python2 deprecation notice > app/test: add python2 deprecation notice > usertools/dpdk-pmdinfo: add python2 deprecation notice > app/test-bbdev: python3 compatibility changes > app/test-bbdev: add python2 deprecation notice > > app/test-bbdev/test-bbdev.py | 9 +++++++-- > app/test-cmdline/cmdline_test.py | 3 +++ > app/test/autotest.py | 4 ++++ > devtools/update_version_map_abi.py | 4 ++++ > usertools/cpu_layout.py | 4 ++++ > usertools/dpdk-devbind.py | 4 ++++ > usertools/dpdk-pmdinfo.py | 4 +++- > usertools/dpdk-telemetry-client.py | 4 ++++ > 8 files changed, 33 insertions(+), 3 deletions(-) > > -- Thanks for setting us up for Python 2 support removal. Series-acked-by: Bruce Richardson