From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 1/1 v2] eal: Fix misleading error messages, errno can't be trusted. Date: Tue, 04 Oct 2016 11:31:01 +0200 Message-ID: <2392264.CCbfKQ6uGK@xps13> References: <20160921211049.GA27472@labs.hpe.com> <6928094.Vgjcapsp68@xps13> <417ffa55-a8bf-a769-d751-b023d72993d8@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: Sergio Gonzalez Monroy , dev@dpdk.org To: jean.tourrilhes@hpe.com Return-path: Received: from mail-wm0-f46.google.com (mail-wm0-f46.google.com [74.125.82.46]) by dpdk.org (Postfix) with ESMTP id 520DD2BA1 for ; Tue, 4 Oct 2016 11:31:04 +0200 (CEST) Received: by mail-wm0-f46.google.com with SMTP id f193so23307655wmg.0 for ; Tue, 04 Oct 2016 02:31:04 -0700 (PDT) In-Reply-To: <417ffa55-a8bf-a769-d751-b023d72993d8@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-10-04 09:03, Sergio Gonzalez Monroy: > On 03/10/2016 21:46, Thomas Monjalon wrote: > > 2016-10-03 08:55, Jean Tourrilhes: > >> 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. > >> SOrry about that, I casually read the page on > >> http://dpdk.org/dev, but obviously I need to look at it again. > > No problem. This guide is more oriented towards regular contributors. > > You come with a bug and its fix, we can make some effort to format > > the patch :) > > > > The title could be "mem: fix hugepage mapping error messages" [...] > > Sergio, do you have more comments? > > Nop. > > > Should we wait another version or is it OK? > > Maybe you'd prefer to rework it yourself? > > AFAICS it really is just the commit message formatting, so maybe you can > fix that when applying it? Yes but I've just noticed that the Signed-off-by line is missing. Please Jean, could you add this required line with your explanations, rebase on fresh head and resend please?