From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 33C672C29 for ; Mon, 3 Oct 2016 18:15:15 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga102.fm.intel.com with ESMTP; 03 Oct 2016 09:15:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,438,1473145200"; d="scan'208";a="175869176" Received: from irsmsx104.ger.corp.intel.com ([163.33.3.159]) by fmsmga004.fm.intel.com with ESMTP; 03 Oct 2016 09:15:13 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.91]) by IRSMSX104.ger.corp.intel.com ([163.33.3.159]) with mapi id 14.03.0248.002; Mon, 3 Oct 2016 17:15:12 +0100 From: "Mcnamara, John" To: "jean.tourrilhes@hpe.com" , "Gonzalez Monroy, Sergio" CC: "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH 1/1 v2] eal: Fix misleading error messages, errno can't be trusted. Thread-Index: AQHSFEyxM4BosGIk+0GR+AHpyNgRzKCWuecAgAAp/ACAABXl8A== Date: Mon, 3 Oct 2016 16:15:11 +0000 Message-ID: References: <20160921211049.GA27472@labs.hpe.com> <4a84de40-04b9-da6d-aeb9-ce661a9ebad5@intel.com> <20161003155556.GA23662@labs.hpe.com> In-Reply-To: <20161003155556.GA23662@labs.hpe.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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYTA5MWJmYWMtMzJiZS00MTc5LTg5ZjYtYzcyZGZkODkzYmZkIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6ImJJNkJIQ0J0ek9VT09OV1ZzRlUrb3NGOVFOTllUaElYZlh6UVRyRmxNUkE9In0= x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 1/1 v2] eal: Fix misleading error messages, errno can't be trusted. 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: Mon, 03 Oct 2016 16:15:15 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Jean Tourrilhes > Sent: Monday, October 3, 2016 4:56 PM > To: Gonzalez Monroy, Sergio > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH 1/1 v2] eal: Fix misleading error messages= , > errno can't be trusted. >=20 > On Mon, Oct 03, 2016 at 02:25:40PM +0100, Sergio Gonzalez Monroy wrote: > > Hi Jean, > > > > There are some format issues with the patch: > > > > You can run scripts/check-git-log.sh to check them: > > Wrong headline format: > > eal: Fix misleading error messages, errno can't be trusted. > > Wrong headline uppercase: > > eal: Fix misleading error messages, errno can't be trusted. > > Missing 'Fixes' tag: > > eal: Fix misleading error messages, errno can't be trusted. > > > > The script's output highlights the different issues. >=20 > SOrry about that, I casually read the page on http://dpdk.org/dev, > but obviously I need to look at it again. The longer more detailed version is here: "Contributing Code to DPDK": http://dpdk.org/doc/guides/contributing/patches.html John