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 8641BA04C0; Tue, 29 Sep 2020 14:22:57 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 142061D6EC; Tue, 29 Sep 2020 14:22:55 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [63.128.21.124]) by dpdk.org (Postfix) with ESMTP id 487D31D52F for ; Tue, 29 Sep 2020 14:22:53 +0200 (CEST) Dkim-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1601382171; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=/VqbyjsSa0NGkOyi9j+HapzQzoiLXSfh7RRc/r1nz6Q=; b=CYyhyVZAyXIC2lmF0IN+H2pH4S3qtRBB3tz5eTjSnjNkFLKaz2QOretoZrrrtSmWTTWQiC wY52QL3VqU0owiErlLqaAUxgb3K2p3Ox5ZhxLOoOuJIkfdMrvWfv2lMcc1xOKUi3wZpZt7 C5hk7N2V2f77HGEZFGqu8kPrb32+4gQ= Received: from mail-vs1-f71.google.com (mail-vs1-f71.google.com [209.85.217.71]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-592-ekkxHxl6N9qOngH2n_RRTA-1; Tue, 29 Sep 2020 08:22:50 -0400 X-MC-Unique: ekkxHxl6N9qOngH2n_RRTA-1 Received: by mail-vs1-f71.google.com with SMTP id e202so1299948vsc.4 for ; Tue, 29 Sep 2020 05:22:50 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=/VqbyjsSa0NGkOyi9j+HapzQzoiLXSfh7RRc/r1nz6Q=; b=TVfX+2Cq26OwGHTdA67wJG/B3R2OlqNcWlRatbzJjILJwr99+QGX6p6msE1q5NmAe0 ouZkHS3PDwedd9ebvtcwp9pvPunGbf3QKK/EfIqEG9671jEHvb6jlnh4Z5gE0GYYvHef 9W0EyLz09AzKCeMq1RfrVSPlOgnLFPPijPGXksS3NTHqVgMFDrlTNWD6X5Aq/34RxDyM 4YLMJXX5ITVEAIjAFMdONwOj0pllbPBqelt8Cn+QKRrT27K4f3iYifanYrVl0ztLX4GL wZvJXxXPMstnLlbuEUx49dMDTOmJVGgzr7qHxxV4TV/lD7edbLW/IU8Ci8R8JsUx9ARq 4WFQ== X-Gm-Message-State: AOAM531H1nq7NpBsw0LwWIoxGkuv3BPzDchk9Ner/ciZFMrbNCJnG+PE 0xrfX9MiYq5ANrSdgOo3enE08+PRqLlJ9hSZ590hn3E9wJ4XHkZKyVSpWEEhJUE+QSjzhAoqsch qqFuxTCmnX++iNr23to0= X-Received: by 2002:a05:6102:20e:: with SMTP id z14mr2440905vsp.17.1601382169774; Tue, 29 Sep 2020 05:22:49 -0700 (PDT) X-Google-Smtp-Source: ABdhPJw/GTbxSXgO0YFRdtrHvP0I++CTdz4wTygNlTxqXq74bXJlnzMob4j0DjZBhwYC1F4Jh5qtQGhsSKx3NjFv5BU= X-Received: by 2002:a05:6102:20e:: with SMTP id z14mr2440895vsp.17.1601382169559; Tue, 29 Sep 2020 05:22:49 -0700 (PDT) MIME-Version: 1.0 References: <20200928104328.409055-1-kevin.laatz@intel.com> <20200929102224.440322-1-kevin.laatz@intel.com> In-Reply-To: <20200929102224.440322-1-kevin.laatz@intel.com> From: David Marchand Date: Tue, 29 Sep 2020 14:22:38 +0200 Message-ID: To: Kevin Laatz Cc: dev , Bruce Richardson , "Burakov, Anatoly" , Robin Jarry Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH v9 00/11] adding support for python 3 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" Hello Kevin, On Tue, Sep 29, 2020 at 12:27 PM Kevin Laatz wrote: > > This patch set converts all python scripts in the project to use > python3 only and removes all deprecation notices associated with these > changes. This is due to python2 being EOL in January 2020. > > --- > v6: > - rebased, removing conflict with make removal patchset. > - added changes to buildtools/map_to_win.py > > v7: > - typo in email Cc'ing David Marchand > - added maintainers for buildtools patch > > v8: > - removed unrelated cleanup > - replaced integer cast with integer division operator > > v9: > - include documentation updates > > Kevin Laatz (4): > app/test-cmdline: support python3 only > app/test: support python3 only > buildtools: support python3 only > doc: support python3 only > > Louise Kilheeney (7): > usertools/dpdk-telemetry-client: support python3 only > usertools/dpdk-devbind: support python3 only > usertools/dpdk-pmdinfo: support python3 only > usertools/cpu_layout: support python3 only > devtools: support python3 only > config/arm: support python3 only > app/test-bbdev: support python3 only I can still see one issue in doc/guides/conf.py as you mentioned yesterday. There is also a script that directly calls /usr/bin/python3, worth fixing from my pov. $ for file in $(find app/ buildtools/ config/ devtools/ doc/ drivers/ examples/ kernel/ lib/ license/ usertools/ -name "*.py"); do head -1 $file |grep -q env.*python3 || echo $file; done doc/guides/conf.py usertools/dpdk-telemetry.py -- David Marchand