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 44988A04C0; Fri, 25 Sep 2020 16:55:42 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 27EFD1E9AC; Fri, 25 Sep 2020 16:55:41 +0200 (CEST) Received: from mail-wr1-f67.google.com (mail-wr1-f67.google.com [209.85.221.67]) by dpdk.org (Postfix) with ESMTP id 9BA6C1E9AB for ; Fri, 25 Sep 2020 16:55:38 +0200 (CEST) Received: by mail-wr1-f67.google.com with SMTP id j2so3913934wrx.7 for ; Fri, 25 Sep 2020 07:55:38 -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=InZVAlzxVPLjQ7SprjmhfqmelahZgrIAHgCSWdjZOSA=; b=ZKOFOgEe2ffwA2tUZ2oHvYX2undkq1ewe9HSFANEPGrv7hyjFQxGvKEw6n7HNUe6Dg xcVAM+co8jtxqX3/toyfjjQcmzUvIGWVGvyf87sDISzyjo89iSL8N1F9Y57S4uEHiK8H GJVyfVZC3+nq9WlGHLceXdD/D7AP8DoyRMa7pkT9jBIrMylONs0DQ+uxHzxJheuqlffI fSN/5m4TO6avOvG6x9LwWZ3EzmKYsadBm/Cuz+NeGK/aw5Ufuw7BIZb5Z/OUpV49iLj6 dYHNzVZm6+WD0sdW6ETySGqoAC4EF6RinYggO9Xc20/UCbL2kdX6wRnuwCowXXBnc6iV L5IA== 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=InZVAlzxVPLjQ7SprjmhfqmelahZgrIAHgCSWdjZOSA=; b=J96qvXk1G+SxZ7TppiTADstRqwbJN83PmIpufDXrPfmlL7Lw5ShAf+mDK6txmHPs1s zRmDGYEcPiPXo4jmMNKao6yqebrxnDNwDlUTIImOlD6xqfehEfQszrCkp4fJ86VQ7BAZ kJXruVg/SEFQrYjYe1CR5nu9131236geEv5OKZPY6MsCk40uqjPu+/IXIsyLlOe2LltD Ui8pNZNER9RWP78t8AOLTzeSKvbI/bQnTt9RCK4pKPi97hl5Z4D4BCuFIKzFQEOShQOv ivPy5iyDte2q6QUeVR41pZAlhzRBy0tb/Eu/JN3+FAGVw+jMherz5+2YNBIX0pTCIIOd HSBg== X-Gm-Message-State: AOAM530z7AT+mn/B4QLCAOr5AzfP3YxCPYcsTT0rt2T4PaJ6cxmUuC6A LtqKgFHDfusVC216bDFe1ZYbLA== X-Google-Smtp-Source: ABdhPJw3oLuCtkknNv4rxeeapsIftRcO9hAIx+vHrBFRZG/SkeQfiguvVhM0cIljyzk+zLDmal4pZg== X-Received: by 2002:adf:ce8e:: with SMTP id r14mr4902613wrn.257.1601045738459; Fri, 25 Sep 2020 07:55:38 -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 d6sm3308017wrq.67.2020.09.25.07.55.37 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 25 Sep 2020 07:55:37 -0700 (PDT) Date: Fri, 25 Sep 2020 16:55:37 +0200 From: Robin Jarry To: Kevin Laatz Cc: dev@dpdk.org, bruce.richardson@intel.com, anatoly.burakov@intel.com, david.marchand@redhat.com, Louise Kilheeney , Thomas Monjalon Message-ID: <20200925145537.lmwqcmal2vely5py@6wind.com> References: <20200921114634.220328-1-kevin.laatz@intel.com> <20200921120357.220588-1-kevin.laatz@intel.com> <20200921120357.220588-9-kevin.laatz@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200921120357.220588-9-kevin.laatz@intel.com> User-Agent: NeoMutt/20180716 Subject: Re: [dpdk-dev] [PATCH v7 08/10] config/arm: 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" Hi Kevin, all, 2020-09-21, Kevin Laatz: > From: Louise Kilheeney > > Changed script to explicitly use python3 only to avoid > maintaining python 2. > > Cc: Thomas Monjalon > > Signed-off-by: Louise Kilheeney Acked-by: Robin Jarry