From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id BCF9F2931 for ; 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" To: Neil Horman , "dev@dpdk.org" CC: "Richardson, Bruce" , Thomas Monjalon , Stephen Hemminger , Panu Matilainen 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: 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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 ; Richardson, Bruce > ; Thomas Monjalon = ; > Stephen Hemminger ; Panu Matilainen > > 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.