From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <john.mcnamara@intel.com>
Received: from mga04.intel.com (mga04.intel.com [192.55.52.120])
 by dpdk.org (Postfix) with ESMTP id 9673FC58C
 for <dev@dpdk.org>; Fri, 19 Feb 2016 18:25:13 +0100 (CET)
Received: from fmsmga002.fm.intel.com ([10.253.24.26])
 by fmsmga104.fm.intel.com with ESMTP; 19 Feb 2016 09:25:12 -0800
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.22,471,1449561600"; d="scan'208";a="919476416"
Received: from irsmsx104.ger.corp.intel.com ([163.33.3.159])
 by fmsmga002.fm.intel.com with ESMTP; 19 Feb 2016 09:25:06 -0800
Received: from irsmsx156.ger.corp.intel.com (10.108.20.68) by
 IRSMSX104.ger.corp.intel.com (163.33.3.159) with Microsoft SMTP Server (TLS)
 id 14.3.248.2; Fri, 19 Feb 2016 17:25:05 +0000
Received: from irsmsx103.ger.corp.intel.com ([169.254.3.30]) by
 IRSMSX156.ger.corp.intel.com ([10.108.20.68]) with mapi id 14.03.0248.002;
 Fri, 19 Feb 2016 17:25:05 +0000
From: "Mcnamara, John" <john.mcnamara@intel.com>
To: Mauricio Vasquez B <mauricio.vasquezbernal@studenti.polito.it>,
 "dev@dpdk.org" <dev@dpdk.org>
Thread-Topic: [PATCH v2] tools/dpdk_nic_bind: fix flake8 warnings
Thread-Index: AQHRazeIZACELP+j4kCXGJFZobz+rZ8znkpw
Date: Fri, 19 Feb 2016 17:25:05 +0000
Message-ID: <B27915DBBA3421428155699D51E4CFE20245C883@IRSMSX103.ger.corp.intel.com>
References: <1455834773-5584-1-git-send-email-mauricio.vasquezbernal@studenti.polito.it>
 <1455901398-5454-1-git-send-email-mauricio.vasquezbernal@studenti.polito.it>
In-Reply-To: <1455901398-5454-1-git-send-email-mauricio.vasquezbernal@studenti.polito.it>
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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZGFkYWNhZTEtNWZiMy00OTRhLTgxZWQtNTY0NjgxOTUxNWZiIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IjJzSUJSdElObVdyMmtnY2hyXC9xb25tQ3Eza1IreGN5cFhMNmp0YVIzTVlnPSJ9
x-originating-ip: [163.33.239.180]
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
Subject: Re: [dpdk-dev] [PATCH v2] tools/dpdk_nic_bind: fix flake8 warnings
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, 19 Feb 2016 17:25:14 -0000

> -----Original Message-----
> From: Mauricio Vasquez B
> [mailto:mauricio.vasquezbernal@studenti.polito.it]
> Sent: Friday, February 19, 2016 5:03 PM
> To: dev@dpdk.org
> Cc: Mcnamara, John <john.mcnamara@intel.com>
> Subject: [PATCH v2] tools/dpdk_nic_bind: fix flake8 warnings
>=20
> flake8 checks were run for both python 2.7 and 3.4
>=20
> There were some style issues as:
> - Line width > 79
> - No double blank line before function definition
> - No double blank space before inline comment
> - Some other minor issues
>=20
> Signed-off-by: Mauricio Vasquez B
> <mauricio.vasquezbernal@studenti.polito.it>

Acked-by: John McNamara <john.mcnamara@intel.com>