From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Xueming(Steven) Li" Subject: Re: [PATCH v2 1/2] eal/malloc: fix RTE malloc debug macro Date: Sat, 9 Sep 2017 07:33:09 +0000 Message-ID: References: <20170823022926.169272-1-xuemingl@mellanox.com> <20170908145055.50280-1-xuemingl@mellanox.com> <20170908090351.457fe42c@xeon-e3> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Cc: Sergio Gonzalez Monroy , "dev@dpdk.org" To: Stephen Hemminger Return-path: Received: from EUR02-AM5-obe.outbound.protection.outlook.com (mail-eopbgr00062.outbound.protection.outlook.com [40.107.0.62]) by dpdk.org (Postfix) with ESMTP id ACEEF5905 for ; Sat, 9 Sep 2017 09:33:12 +0200 (CEST) In-Reply-To: <20170908090351.457fe42c@xeon-e3> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Thanks, updated in v3. > -----Original Message----- > From: Stephen Hemminger [mailto:stephen@networkplumber.org] > Sent: Saturday, September 9, 2017 12:04 AM > To: Xueming(Steven) Li > Cc: Sergio Gonzalez Monroy ; > dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2 1/2] eal/malloc: fix RTE malloc debug m= acro >=20 > On Fri, 8 Sep 2017 22:50:54 +0800 > Xueming Li wrote: >=20 > > - printf("rte_zmalloc didn't zero" > > + printf("rte_zmalloc didn't zero " > > "the allocated memory\n"); >=20 > Please don't break error messages onto two lines. > It makes it harder to use tools like grep and google searches to find whe= re > message is located. >=20 > Checkpatch and other tools make an exception for long lines in quoted str= ings.