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 D7996A04EF; Mon, 25 May 2020 12:29:33 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id BECD91D688; Mon, 25 May 2020 12:29:33 +0200 (CEST) Received: from mail-wr1-f68.google.com (mail-wr1-f68.google.com [209.85.221.68]) by dpdk.org (Postfix) with ESMTP id 188FF1D5C1 for ; Mon, 25 May 2020 12:29:33 +0200 (CEST) Received: by mail-wr1-f68.google.com with SMTP id e1so16623582wrt.5 for ; Mon, 25 May 2020 03:29:33 -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=/Apal36VzQvaN7U2h8DaQcOS3KN5yNr2r6kWY8VHvkc=; b=h6VwswvM5GTtMUJv0/qQiNNAyw2cOYF5ZIqJiGqRXNDCEd+TJuhGDqd6RLk9G7HoNL ZuGvudFCDlipHVwZrwlCr6vPVQEbv/qSqQa8hNsUcJ8WClN39YV3Bt4ezxZc54ka7TVp Wi68qQWUjqTquqGwGsLKvDviEzgTAR329aeVcCDFo6VL1awIANWhWi1CcYiNjWExElTt Fd6TjVVCYRRvGlO1pLV6sxJSoPnWmX9Fa6t1ZrTWr7iSNEcCaFIa7cbZXAhNT4uHHo/M 1TWTAyInBBFHkOCVogd7CE6EDfW6zGSrCX0Us+N9fekdQGMp6WhhaMU0NZwPslyyrQaN iK0A== 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=/Apal36VzQvaN7U2h8DaQcOS3KN5yNr2r6kWY8VHvkc=; b=C3F6bXw0urx167QwyxDipahrImklV41CSE1UkAV+jIe+jyWLtnPahp6E1DV7S02ctx SknZJqVD0IdwisYhJpo2Ka7wXOLD4tZDzlBkpiC58fV/awphnpbGKoxCkEejlNPFEwjQ DigEbVbySIUWKA97XYTY8euA6yqnazwpe4lifcuBixm5shQzZT7aNEgjtSBdc1es3eM9 8IZs40FaTTb74bGu3HIquYClg/qOPabIdhTVThK8ve3aGhMf+UNFPs1iox8w9Dn3w4B4 tTGg4xlTAZ8tHa42k3ip55QM9eWn66dT3lvuBiu4ecGgVQe0yHxgfS0/sno8XplV4xWg 5Wfg== X-Gm-Message-State: AOAM531tqzIqqOYMK0xFxN2x6x0S1lhFef6OXE+jVUEqNTxqA2Is3Gzq IJDK2gyL637mYE2Cbw/vQ3a0+A== X-Google-Smtp-Source: ABdhPJw2AMWLWLc2+jSULJ0HeyRez3wyI1we9PT8kLSVtpwS6k327hqCxduIiHyubTzY9FrotpMtsA== X-Received: by 2002:a5d:4e88:: with SMTP id e8mr3067485wru.188.1590402572875; Mon, 25 May 2020 03:29:32 -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 v11sm18254687wrv.53.2020.05.25.03.29.32 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 25 May 2020 03:29:32 -0700 (PDT) Date: Mon, 25 May 2020 12:29:31 +0200 From: Robin Jarry To: Bruce Richardson Cc: Louise Kilheeney , dev@dpdk.org Message-ID: <20200525102931.pyoacfd5bofr5js5@6wind.com> References: <20200522132320.26373-1-louise.kilheeney@intel.com> <20200525072717.uf7s6zlvxetglfmb@6wind.com> <20200525095140.GB891@bricha3-MOBL.ger.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200525095140.GB891@bricha3-MOBL.ger.corp.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" 2020-05-25, Bruce Richardson: > The 20.11 was just a suggestion from me, but I'm not sure it was ever > definitively agreed upon. I'd be ok with removing python2 support in either > 20.08 or deferring to 20.11. I don't think the patches would be different > no matter what release it being targetted. :-) > Is there a particular concern around removing python2 support? I thought > all linux distros now have python3, and many are stopping installing > python2 by default also. Absolutely no concern around getting rid of Python 2 support :-) Thanks for the clarification. -- Robin