From patchwork Fri Jul 10 10:10:46 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Louise Kilheeney X-Patchwork-Id: 73730 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 0319FA052A; Fri, 10 Jul 2020 12:11:02 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 3F6AE1D6FF; Fri, 10 Jul 2020 12:11:02 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 57C7E1C1BB for ; Fri, 10 Jul 2020 12:11:01 +0200 (CEST) IronPort-SDR: f5bdNsuqpTIrB3W822h39fHKdO7xiDTlU8ld6llvsiWfUbmJnqvmU7C02+DD6G8nhlN2xb81LL bDDAcxYhUvHw== X-IronPort-AV: E=McAfee;i="6000,8403,9677"; a="136380934" X-IronPort-AV: E=Sophos;i="5.75,335,1589266800"; d="scan'208";a="136380934" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jul 2020 03:11:00 -0700 IronPort-SDR: 4+YnNLSdMA7v751ATkTo8GN7azfyM16INEPnw9SGV7KBGOu4ZzGly7/f1RbgrNq/xsct9v5ltn HqgF/Zd1ElLw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,335,1589266800"; d="scan'208";a="298384564" Received: from silpixa00389033.ir.intel.com (HELO silpixa00389033.ger.corp.intel.com) ([10.237.223.171]) by orsmga002.jf.intel.com with ESMTP; 10 Jul 2020 03:10:59 -0700 From: Louise Kilheeney To: dev@dpdk.org Cc: david.marchand@redhat.com, bruce.richardson@intel.com, Louise Kilheeney Date: Fri, 10 Jul 2020 11:10:46 +0100 Message-Id: <20200710101055.33671-1-louise.kilheeney@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [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" 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(-)