From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <john.mcnamara@intel.com>
Received: from mga03.intel.com (mga03.intel.com [134.134.136.65])
 by dpdk.org (Postfix) with ESMTP id BCF9F2931
 for <dev@dpdk.org>; Fri, 27 May 2016 16:38:57 +0200 (CEST)
Received: from fmsmga001.fm.intel.com ([10.253.24.23])
 by orsmga103.jf.intel.com with ESMTP; 27 May 2016 07:38:56 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.26,374,1459839600"; d="scan'208";a="975787193"
Received: from irsmsx106.ger.corp.intel.com ([163.33.3.31])
 by fmsmga001.fm.intel.com with ESMTP; 27 May 2016 07:38:55 -0700
Received: from irsmsx111.ger.corp.intel.com (10.108.20.4) by
 IRSMSX106.ger.corp.intel.com (163.33.3.31) with Microsoft SMTP Server (TLS)
 id 14.3.248.2; Fri, 27 May 2016 15:38:54 +0100
Received: from irsmsx103.ger.corp.intel.com ([169.254.3.240]) by
 irsmsx111.ger.corp.intel.com ([169.254.2.182]) with mapi id 14.03.0248.002;
 Fri, 27 May 2016 15:38:54 +0100
From: "Mcnamara, John" <john.mcnamara@intel.com>
To: Neil Horman <nhorman@tuxdriver.com>, "dev@dpdk.org" <dev@dpdk.org>
CC: "Richardson, Bruce" <bruce.richardson@intel.com>, Thomas Monjalon
 <thomas.monjalon@6wind.com>, Stephen Hemminger <stephen@networkplumber.org>,
 Panu Matilainen <pmatilai@redhat.com>
Thread-Topic: [dpdk-dev] [PATCHv5 5/6] pmdinfo.py: Add tool to query
 binaries for	hw and other support information
Thread-Index: AQHRt3LBKAQBIrAN7kyk5zZligqIGZ/M2LyA
Date: Fri, 27 May 2016 14:38:54 +0000
Message-ID: <B27915DBBA3421428155699D51E4CFE202577E98@IRSMSX103.ger.corp.intel.com>
References: <1463431287-4551-1-git-send-email-nhorman@tuxdriver.com>
 <1464283037-21478-1-git-send-email-nhorman@tuxdriver.com>
 <1464283037-21478-6-git-send-email-nhorman@tuxdriver.com>
In-Reply-To: <1464283037-21478-6-git-send-email-nhorman@tuxdriver.com>
Accept-Language: en-GB, en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-ctpclassification: CTP_IC
x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZGU2NDQ3ZDktNjg4Yy00NTc2LWFhMzctYTkwNTNmNzdlZjc5IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6InBRR29KdzZwS1ArN0xNZVNPOWdnTlk5Tnh5YXo2SXArZ2FheHRBNEZGUEU9In0=
x-originating-ip: [163.33.239.181]
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
Subject: Re: [dpdk-dev] [PATCHv5 5/6] pmdinfo.py: Add tool to query binaries
 for	hw and other support information
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <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: Fri, 27 May 2016 14:38:58 -0000

> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Neil Horman
> Sent: Thursday, May 26, 2016 6:17 PM
> To: dev@dpdk.org
> Cc: Neil Horman <nhorman@tuxdriver.com>; Richardson, Bruce
> <bruce.richardson@intel.com>; Thomas Monjalon <thomas.monjalon@6wind.com>=
;
> Stephen Hemminger <stephen@networkplumber.org>; Panu Matilainen
> <pmatilai@redhat.com>
> Subject: [dpdk-dev] [PATCHv5 5/6] pmdinfo.py: Add tool to query binaries
> for hw and other support information

Hi Neil,

Could you make the Python code PEP8 (Style Guide for Python Code) compliant=
:=20

    https://www.python.org/dev/peps/pep-0008/

You can use the pep8 tool to test code for compliance.

We have been using PEP8 recently as the standard for Python based submissio=
ns
into DPDK. I'll submit a patch to add it to the DPDK Coding Style guide.

Thanks,

John.