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 2B85FA04C0; Fri, 25 Sep 2020 16:49:54 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id CC6251E989; Fri, 25 Sep 2020 16:49:52 +0200 (CEST) Received: from mail-wr1-f66.google.com (mail-wr1-f66.google.com [209.85.221.66]) by dpdk.org (Postfix) with ESMTP id EF7C31E88C for ; Fri, 25 Sep 2020 16:49:50 +0200 (CEST) Received: by mail-wr1-f66.google.com with SMTP id m6so3945715wrn.0 for ; Fri, 25 Sep 2020 07:49:50 -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=k/41tXS2+nNTx+Xnm/E6qhtGd6PABDG4nhHqKSgdrsI=; b=a0Mjtsxvw4h+I4bJKWfL9n/cbhANdhjzyVy4dAGqsq8pmjRx7n1iRqH4oNq1xZvfR0 2QF5gDaTuUtBWdEhkIfbfmSmXvMSOrYnnhCg7tQk1BuuaBLaYD/fPUfSLtuRhaTUJ2Gm UU86kF8np2ja88KhoSMEbpK1vnI4muULcmL68PSERppWGv2sCwHI/xypK8Pln4ZbSkOe jTiuYxMLjA7ZuPz2e+DQIkujljni2m/mVni0AIb+TyDcd/0uEr4KLmngQh7ClwaWV2WQ k9WVmYyvjMWl5O91DhknvxscWyXaM32oX/FWtF9ZxgZh+qw/UN7WH4RpOj1jO8fCABwJ 5FMw== 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=k/41tXS2+nNTx+Xnm/E6qhtGd6PABDG4nhHqKSgdrsI=; b=FVAT31Q1Ie/Ym5Y2gh3akYizWHtjeHtXK109Gq9br4EBbJFS54PQ6I016LIgnzvkZj F4OHYKo/qgMIvflb8ZP73UlO33SzUSTcVO97MSsE9B9s8uI14+wZtQoYlIuPSJEvb03m rQ80V2lHhuSENT2varuQSn4SMAgluKAYSQtN8JQuiOa0rtiZuVl6ymfs/Qp4+wM+Jllr us1bgVuJf2btMlzd702REJpYWrqnB/RTGXN8+h/1BhDp8xcBXmNW1RdPO/IvUfTvLbLm 7Dpcq7X2QXzsBpWj7qnYZc00EfDqwTrM4k6zA3E9SsKqVayYmvfJlifzemKP51Js6qa1 /JQA== X-Gm-Message-State: AOAM532EPnBEyR43Xcf5tbUstSALovaK3UrFEss7fI7OQuWGlEIXvbUH uWl2JqTRjo58pcEKtxKX1KKTlrd68bJWuw== X-Google-Smtp-Source: ABdhPJxs+yovqFV3HWY+V0ZyuI5d4t3kWAKDBvW7atr+mjeFMw/vGzc4IjzSBDSBIfukPOL3JdpftQ== X-Received: by 2002:adf:dd82:: with SMTP id x2mr5211597wrl.419.1601045390703; Fri, 25 Sep 2020 07:49:50 -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 o4sm3094295wrv.86.2020.09.25.07.49.50 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 25 Sep 2020 07:49:50 -0700 (PDT) Date: Fri, 25 Sep 2020 16:49:49 +0200 From: Robin Jarry To: Kevin Laatz Cc: dev@dpdk.org, bruce.richardson@intel.com, anatoly.burakov@intel.com, david.marchand@redhat.com Message-ID: <20200925144949.y3zlojgkta77gibv@6wind.com> References: <20200921114634.220328-1-kevin.laatz@intel.com> <20200921120357.220588-1-kevin.laatz@intel.com> <20200921120357.220588-3-kevin.laatz@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200921120357.220588-3-kevin.laatz@intel.com> User-Agent: NeoMutt/20180716 Subject: Re: [dpdk-dev] [PATCH v7 02/10] usertools/dpdk-devbind: 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 and removed deprecation notice. > > Signed-off-by: Louise Kilheeney > Reviewed-by: Bruce Richardson Acked-by: Robin Jarry