From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3 10/15] bus/dpaa: use warn(3) instead of error(3) to improve portability Date: Sat, 30 Mar 2019 23:33:14 +0100 Message-ID: <1972452.b5dBhIr2mk@xps> References: <20190313170657.16688-1-ncopa@alpinelinux.org> <20190313170657.16688-11-ncopa@alpinelinux.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, hemant.agrawal@nxp.com To: Natanael Copa Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id CDFED1DB8 for ; Sat, 30 Mar 2019 23:33:17 +0100 (CET) In-Reply-To: <20190313170657.16688-11-ncopa@alpinelinux.org> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 13/03/2019 18:06, Natanael Copa: > Fix build with musl libc by using warn(3) instead of error(3). > > This also fixes error message for kzmalloc failures which previously > would have given "Unknown error -1". I think this patch requires more explanations about what was the error, why using warn, and how it is related to kzmalloc failure log. Thanks