From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 907B5A0350; Fri, 21 Jan 2022 15:27:00 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id F14A442760; Fri, 21 Jan 2022 15:26:59 +0100 (CET) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by mails.dpdk.org (Postfix) with ESMTP id 3574440042 for ; Fri, 21 Jan 2022 15:26:59 +0100 (CET) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 6E4425C0192; Fri, 21 Jan 2022 09:26:58 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute4.internal (MEProxy); Fri, 21 Jan 2022 09:26:58 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:cc:content-transfer-encoding:content-type:date:date:from:from :in-reply-to:in-reply-to:message-id:mime-version:references :reply-to:sender:subject:subject:to:to; s=fm3; bh=ExdNqCLsYuytX7 q1/xcpybJ0WjWFWjyhdH4t4oj2IEs=; b=XPMjXr/St4yPYzeHs2V69Qo7LorG1/ tcmkLoTsoiBY3zRtal9xOCVnrKihDVj0/vH5CbLJCMlIA7aKMVsXUdcGiPQtgE5G HNX/HfMtjlREMlQiS2rErvIQ4mRvT13TQpuC0R9UGYzhqJGx+1fKv5SyEcUJjjqO 8DKNkTWQtPylH/NioKPnYGCFjAAhz6pDtuuVv3yiSJVx92cX6bgXLDn+0rzDCKH+ 1LvGVhjbFHxk0nR3wNdoi+inFfWOaglaU/SZLFkSLs/7wMk5twQ9cw0NvfLTIGwb zzlzmYHBP8Oa0MrUJTaQ7Vo4Y8Srmhl0HYxfgBKCNx7HBcbzFy9lQQGQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-transfer-encoding :content-type:date:date:from:from:in-reply-to:in-reply-to :message-id:mime-version:references:reply-to:sender:subject :subject:to:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=ExdNqCLsYuytX7q1/xcpybJ0WjWFWjyhdH4t4oj2I Es=; b=UCIOCMZxp6SdIPp/usEfA300LKuXV1Pz8R8P9CtEhGG2q8+XM+gtpeCtD RtAY2Y+9zhvcxKJwmJ/P/X5ljP+Wk+pt/XQr2XUzzfJOYLjE98RuJhB7rWAf5MCb SP9olRdhilJDblD79FfFRDahlUMkagaMUHMYmDl1b6tnoY7R4z3uqeECPHJGtkWL pt9gCY/vEFbrc/ksqDb8gIpYnda538DKe1qfn3h0SEjbzg3FO1fmdTPksZAL/lxL oMBuFQpZD0CUENT6a2snn4GY/nPa5ASCxbcm943wJSVXHovZi4Y76doxZWxg9Gpr TZh6xy9+i+1IBNNtnU87lty8/a3BA== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvvddrvddtgdeigecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucggtf frrghtthgvrhhnpedugefgvdefudfftdefgeelgffhueekgfffhfeujedtteeutdejueei iedvffegheenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhroh hmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvght X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Fri, 21 Jan 2022 09:26:57 -0500 (EST) From: Thomas Monjalon To: Stephen Hemminger Cc: dev@dpdk.org, Bruce Richardson Subject: Re: [PATCH] eal: log hugepage create errors with filename Date: Fri, 21 Jan 2022 15:26:55 +0100 Message-ID: <4139986.24cOQSKZR9@thomas> In-Reply-To: References: <20211223192158.143591-1-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org 07/01/2022 12:53, Bruce Richardson: > On Thu, Dec 23, 2021 at 11:21:58AM -0800, Stephen Hemminger wrote: > > While debugging running DPDK service in a container, it is > > useful to see which file creation failed. Don't hide this > > failure with DEBUG. > > > > Signed-off-by: Stephen Hemminger > > --- > > lib/eal/linux/eal_memalloc.c | 8 ++++---- > > 1 file changed, 4 insertions(+), 4 deletions(-) > > > Acked-by: Bruce Richardson > > Should we consider this a bugfix for backporting? Not printing the failing > path seems an omission that should be fixed generally. Yes adding Cc stable Applied, thanks.