From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f52.google.com (mail-wm0-f52.google.com [74.125.82.52]) by dpdk.org (Postfix) with ESMTP id 54BF511D9 for ; Tue, 9 Feb 2016 12:54:56 +0100 (CET) Received: by mail-wm0-f52.google.com with SMTP id p63so19719495wmp.1 for ; Tue, 09 Feb 2016 03:54:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding :content-type; bh=yn7VLL71KOt4wTAAw5kFfCR8wUB4P5ECsXo0ZmME8RE=; b=gp01VGpkbTxbDakPofybU55RNP3PMGj0km//Tb5ygTr3mmMzsG41Dzx11xPBSuUq8o 7P0zXA7/z/YEvFvZScni+ooKuxyAcJGeSO2M28btXj+y6uH0gyObFhLND21m52Xhk8dm Eb3PutuStXh7bVDN9kWpzSOFFzQe8xJDa4clKauv3TuMCFt8xCkoLP1/1IJmZmS5mskk xZUiOEU3BWdYCVm/d7bJhiuNEX/jbMu+tmgnpBLq60crij296aS0PbbuNMmLkU0kO1IY h5UoGhUoJOfKYYUwRT4o31s9B4HVhus4/K+TNx2o9ZwTUumPQB9MqQYs4R+q+0YmQ6qU NRIg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=yn7VLL71KOt4wTAAw5kFfCR8wUB4P5ECsXo0ZmME8RE=; b=Qa85L2j6Dhgy72bdyuUkyDd1G1UlaPdwLNT4QhRcHu1isW5wRdDQkqkLkgCAYeeG7C S14dY0B0LDMFDzxkpSLxASTB9Tv9noSuUhi0947NrssLji/u7rAGR9Ih/pWk33Tt8Roa Yy6HApGQ3l4g4rsEmDtr8Iy5Y1PpsuRmGOU9y4IgfVCxYEQSg6g58ZcKwO9sbaIC4mMD 8zTZlgIoXkXeRUogq67ktLDsOyzI/d9vk4/a8BJb7TtXyZ+AN559By0STU5aFpbl6XSo er9s3dknXsWcxDXmUjs4mnecim1LpDjjavpG+zXqLFvpEVG0etV+a1XUJAEkxPRN+7Uh YCkQ== X-Gm-Message-State: AG10YOTkZPynpstRMy6dA9UJAywSvMeUQZ4b2FJIuU5OapDwE+kuiyiPKzAYKpn4A5mKu4W6 X-Received: by 10.28.45.71 with SMTP id t68mr4729622wmt.46.1455018896180; Tue, 09 Feb 2016 03:54:56 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id g1sm22488002wmc.0.2016.02.09.03.54.55 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 09 Feb 2016 03:54:55 -0800 (PST) From: Thomas Monjalon To: yurai Date: Tue, 09 Feb 2016 12:53:32 +0100 Message-ID: <2037220.eIPdrzFvNu@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1453924784-8750-1-git-send-email-dawid_jurek@vp.pl> References: <1453924784-8750-1-git-send-email-dawid_jurek@vp.pl> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] tools: fix syntax errors and add support for Python 3 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 11:54:56 -0000 2016-01-27 20:59, yurai: > This patch fixes syntax errors from tools/setup.sh during binding ethernet device > on systems where Python 3 is default. Backward compability with Python 2 is preserved. > > Signed-off-by: Dawid Jurczak Applied, thanks