From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wj0-f172.google.com (mail-wj0-f172.google.com
 [209.85.210.172]) by dpdk.org (Postfix) with ESMTP id 915C92C71
 for <dev@dpdk.org>; Wed,  4 Jan 2017 21:15:24 +0100 (CET)
Received: by mail-wj0-f172.google.com with SMTP id i20so18910649wjn.2
 for <dev@dpdk.org>; Wed, 04 Jan 2017 12:15:24 -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:user-agent:in-reply-to
 :references:mime-version:content-transfer-encoding;
 bh=f9Q9aQYblDcuFGwSlKNBkT0n1jq3+bD8130UIu9ZbqQ=;
 b=Fai1t+uOVmYpABJowLSN5agzjUETXMxcqtDrtGQ7Hd/jiHUTqaHwYxfMARmncaz4p4
 xDsfNlvVFyAgbIkm3Gcwt9ctHuZFEhPeyakp4v0mb+qIuUJWgBdWbkB7RyGjfFUpA/z/
 RQMsLi1nBBlEsau8MZt9HUJYJc/vTl1gNucR3vzcN4f7pf+txjxpB9rsDy8Ryfz4gWPj
 FqKV9w63cYJdhuyWo1dr89z5JRzSNwo6Jt1VJ+WUPC7hZ0Skx8oOmXeWnsepbbLdnusz
 aGpmLa4DznGBWbbzeVyfnsrVbXa/yuhoeM/TLZmS9agvcsbGJihQEy6aIy/eF8MvBuZq
 Vpog==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20161025;
 h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent
 :in-reply-to:references:mime-version:content-transfer-encoding;
 bh=f9Q9aQYblDcuFGwSlKNBkT0n1jq3+bD8130UIu9ZbqQ=;
 b=cDUqjdAxqmOe2DlrG16oZPf32XZnQwScOFjwu+hO3F24kgzlrfPXYkEOET4LNBd3hr
 MQZGmMe+6EuSHos5y7S2avOU9+Kk8TilRtzzLpM1JtUmCa7R3FCEaq8/0JMgBwuKg+9y
 XiGNuJZKAatnywyTiXBhfs+R3ffwRs1dwxZcHMdvrrgW4O+wYwHVqMt5U6919vJut5/w
 Hc+huqjyv1md++Wb2e/DPPEZlbCuY1gaGpUGvHQ6wIr82tvIi1QI1iOgoxrWeL4Vhw2V
 b+1kEdXIxzxwa1164rlXovlz3pYak+xO578Khmog1fwakiU3lTgIUusysamJuYm30m5w
 1UOg==
X-Gm-Message-State: AIkVDXLJfXLh9LyZ9M4FpCRWblXTGJficweQPzScyZQf2KX9S2iIItlNPjfD7H7AFuOonPMu
X-Received: by 10.194.175.69 with SMTP id by5mr60305629wjc.201.1483560924261; 
 Wed, 04 Jan 2017 12:15:24 -0800 (PST)
Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184])
 by smtp.gmail.com with ESMTPSA id k11sm96308549wmf.24.2017.01.04.12.15.23
 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Wed, 04 Jan 2017 12:15:23 -0800 (PST)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: John McNamara <john.mcnamara@intel.com>
Cc: dev@dpdk.org, mkletzan@redhat.com, nhorman@tuxdriver.com
Date: Wed, 04 Jan 2017 21:15:22 +0100
Message-ID: <5422391.8e2PdoI24O@xps13>
User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; )
In-Reply-To: <1482332629-11783-1-git-send-email-john.mcnamara@intel.com>
References: <1481212265-10229-1-git-send-email-john.mcnamara@intel.com>
 <1482332629-11783-1-git-send-email-john.mcnamara@intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-dev] [PATCH v4 0/3] app: make python apps python2/3
	compliant
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Wed, 04 Jan 2017 20:15:24 -0000

2016-12-21 15:03, John McNamara:
> These patches refactor the DPDK Python applications to make them Python 2/3
> compatible.
> 
> In order to do this the patchset starts by making the apps PEP8 compliant in
> accordance with the DPDK Coding guidelines:
> 
>     http://dpdk.org/doc/guides/contributing/coding_style.html#python-code
> 
> Implementing PEP8 and Python 2/3 compliance means that we can check all future
> Python patches for consistency. Python 2/3 support also makes downstream
> packaging easier as more distros move to Python 3 as the system python.

Applied, thanks