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 D10C8A04EF; Mon, 25 May 2020 09:27:20 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B291D1D6B4; Mon, 25 May 2020 09:27:19 +0200 (CEST) Received: from mail-wr1-f46.google.com (mail-wr1-f46.google.com [209.85.221.46]) by dpdk.org (Postfix) with ESMTP id 55B391D64A for ; Mon, 25 May 2020 09:27:19 +0200 (CEST) Received: by mail-wr1-f46.google.com with SMTP id l11so16183993wru.0 for ; Mon, 25 May 2020 00:27:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind.com; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=/dJzROOAidFThcuF6r8VH7duYLWeTauQgdai6gi23NI=; b=IEonn8QSS5wLJ4k2mA3I9EtxJwsxury4IgTSBorGHayCJgt83tj19Zj1/NO6xsHhPM iUg52Ob6a8ZDupvzmmoaCtZBQtpRqF8J3cv1lMOPtvdGj2NRwbyioyusRMB2vsIF+Gsz rI9/F/rzCO/aamxjvLS/+G8PT6ursGpbOrKv2SjpiCJMHR/9xX7ZbtKI9A+Q1yWl9Ji+ IPfqO88RLoVARbaRxREsWa7+cdgbEgxjN9Oa2aJFhnpAVoKHCjUvA4L6lCnw15qU2qCV pFtxrKlof9TA/ZmojPnLQwbKD3IjxZbVPA3wyfZAmbibFlb6kMQjLikjmdOmq+4DhCD6 QFqQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=/dJzROOAidFThcuF6r8VH7duYLWeTauQgdai6gi23NI=; b=ccwVFX7B7aTBDxLenpPzmvsNBmNHbr2+4EjkGXDFeJBviYGYCUYDlirJOYbfcyf3Sn 9dhIhV4xu7AGq9GRYvfYEy5LIuaKBp08RN5gO9f1crYnJx7IJ+pIXa5oufao+JD34NXX Q8FXu+F+2uroDkLEjbREFsjQCcYwTWT9Tlh5gdQw6OraG0RyaVrHU6iG955FupHvw9i/ Lo6pzyQ1iz3oa8lBC91GJSyS3E9dk+SrhXxWcKkQQDPtwrbo9FgF86W8rW71g3nYQouk uBdTqE+8K6k7Xbm/uOJfSP8xc4WZ39RkEQNNLhAIj5yXXaodm7t7auMiNIuDpYstwsiO Y82g== X-Gm-Message-State: AOAM530TxTDBCqN+HoFuAqrnEOLQ+nGa0WSrYF2B+30CgwKzEFoJtYPO 5WuPp7FO+DLpsHwyGrEg8/U9bw== X-Google-Smtp-Source: ABdhPJyFPEwU00LsKBD597Hm51gRyjKJNumbCGoACfWP9v5l0veMSLodEjb2hZSEN+DP/9yRVjiH5A== X-Received: by 2002:adf:f4d0:: with SMTP id h16mr13866746wrp.230.1590391638661; Mon, 25 May 2020 00:27:18 -0700 (PDT) Received: from 6wind.com (host.78.145.23.62.rev.coltfrance.com. [62.23.145.78]) by smtp.gmail.com with ESMTPSA id b18sm410672wrn.88.2020.05.25.00.27.17 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 25 May 2020 00:27:18 -0700 (PDT) Date: Mon, 25 May 2020 09:27:17 +0200 From: Robin Jarry To: Louise Kilheeney Cc: dev@dpdk.org Message-ID: <20200525072717.uf7s6zlvxetglfmb@6wind.com> References: <20200522132320.26373-1-louise.kilheeney@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200522132320.26373-1-louise.kilheeney@intel.com> User-Agent: NeoMutt/20180716 Subject: Re: [dpdk-dev] [PATCH 20.08 0/9] 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" Hi Louise, 2020-05-22, Louise Kilheeney: > This patch set converts all python scripts in the project to use > python3 only. This is due to python2 being EOL in January 2020. > > One script not tested: ./config/arm/armv8_machine.py > > Louise Kilheeney (9): > app/test-bbdev: support python3 only > usertools/dpdk-devbind: support python3 only > usertools/dpdk-telemetry-client: support python3 only > usertools/dpdk-pmdinfo: support python3 only > usertools/cpu_layout: support python3 only > app/test-cmdline: support python3 only > app/test: support python3 only > devtools: support python3 only > config/arm: support python3 only How did you test your changes? Also, I had understood that python 2 support would not be dropped before 20.11: http://mails.dpdk.org/archives/dev/2020-February/157793.html Did I miss something? -- Robin