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 0C216A04C3; Mon, 28 Sep 2020 13:27:45 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id DBBFD1D8D6; Mon, 28 Sep 2020 13:27:43 +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 EF0981D6E9 for ; Mon, 28 Sep 2020 13:27:41 +0200 (CEST) Received: by mail-wr1-f68.google.com with SMTP id x14so863418wrl.12 for ; Mon, 28 Sep 2020 04:27:41 -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=9Hrw+hWgVu6Sw8vALyKDPFMiY6SZ98/MeZoR4yvU/Xk=; b=DpO+0Km3fzVzJhhVdmfu1iZhFEUGX8p5FOVERPdX5TNOFSDFUXs5bNrfmeJ4ZUaTmY RMvPbP2VXKnYUAiTbIUw1Kb2zQIhhXiRpF65CbNhtv7AWGLuhsJVbNxlWKzucvpiyZzM FFBK8rKZB9NJXKrTXYcj8pjCjrVngPP9LHbFdhDsFDWLMNj+DHm0PZraBD+vLyWp7GYI VK+/CTvk1lUPIhcjTgangF7iB7nKAUqGs789H9uWM0tGfczSGKCEZWcqbCU4x6h56Nnc Gk7lPZxA9NlFXr0XMZuV+7R37yW1j6IaIAIz9t/FrncfLrMs6FaemgLNdeCatjexuuuN cjaA== 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=9Hrw+hWgVu6Sw8vALyKDPFMiY6SZ98/MeZoR4yvU/Xk=; b=kBCutSujot80EKrNxtnq5bc5dqPh8EVNc8CQ5a5O02AzFJqDzgtQ4aOYaBi3JJ7M3L xld8bU8N2QA51FdlL1GVo6l8n03QLNFvqBT+SdQkVyRXgMVxPADGnGqyXlYF70lNlIpw ANi3O7xf8N+bqgoS77j+Rp+VEmIAcuUEUfjSgstgyJ4bB2Td/BHsV+g78/Jh9CkwetXo COEiSsKhc0xN38wAQWKK6lv1IXqUZfOrLQ1bXjcsJO8zlRMxEGr43qdHFobG1OPXTn9+ xykveVTm7idW/715KCowfH3DMl4hQ3h+fdw0bwchiUnJ492U+2Pf3l3zcWx2gFP2ssYK FVDQ== X-Gm-Message-State: AOAM531c3yxqTg6bHpmaXjAE/dfzZuSPdTNxgsC2qt7U6CoV7pnGkE9l TC41DH40S5LG2stDNgdMvmn7EA== X-Google-Smtp-Source: ABdhPJyNOqGho6gkN+1YmePPE58RnVdaxF9tnQdSBWF6NO3LKZeBNIqgBtAaZMjJeYSWoQAlHDvo5g== X-Received: by 2002:adf:e44b:: with SMTP id t11mr1232960wrm.101.1601292461697; Mon, 28 Sep 2020 04:27:41 -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 189sm901656wmb.3.2020.09.28.04.27.40 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 28 Sep 2020 04:27:41 -0700 (PDT) Date: Mon, 28 Sep 2020 13:27:40 +0200 From: Robin Jarry To: Kevin Laatz Cc: dev@dpdk.org, bruce.richardson@intel.com, anatoly.burakov@intel.com, david.marchand@redhat.com, Olivier Matz , Louise Kilheeney Message-ID: <20200928112740.t45twk6zjjxtp5zd@6wind.com> References: <20200921120357.220588-1-kevin.laatz@intel.com> <20200928104328.409055-1-kevin.laatz@intel.com> <20200928104328.409055-6-kevin.laatz@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200928104328.409055-6-kevin.laatz@intel.com> User-Agent: NeoMutt/20180716 Subject: Re: [dpdk-dev] [PATCH v8 05/10] app/test-cmdline: 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-28, Kevin Laatz: > Changed script to explicitly use python3 only to avoid > maintaining python 2 and removed deprecation notice. > > Cc: Olivier Matz > > Signed-off-by: Louise Kilheeney > Signed-off-by: Kevin Laatz > Reviewed-by: Bruce Richardson > > --- > v5: > - fixed python3 issue causing script to fail. Divisions without the > typecast lead to a floating point result, which was messing up the > loop. > > v6: > - Removed changes to mk/rte.sdktest.mk since it no longer exists. > > v8: > - Replaced integer cast with integer division operator. Acked-by: Robin Jarry