From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] bus/dpaa: fix memory allocation during bus scan Date: Tue, 10 Oct 2017 15:13:14 +0200 Message-ID: <2000712.p3eL3FKMXt@xps> References: <20171010070155.17412-1-shreyansh.jain@nxp.com> <20171010093458.19861-1-shreyansh.jain@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, ferruh.yigit@intel.com, hemant.agrawal@nxp.com, santosh.shukla@caviumnetworks.com To: Shreyansh Jain Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 898081B2BF for ; Tue, 10 Oct 2017 15:13:19 +0200 (CEST) In-Reply-To: <20171010093458.19861-1-shreyansh.jain@nxp.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 10/10/2017 11:34, Shreyansh Jain: > With the IOVA auto detection changes, bus scan is performed before > memory initialization. DPAA bus scan must not use rte_malloc in > its path. > > Fixes: cf408c22476c ("eal: auto detect IOVA mode") > Cc: santosh.shukla@caviumnetworks.com > > Signed-off-by: Shreyansh Jain Applied, thanks