From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] bus/dpaa: fix memory allocation during bus scan Date: Tue, 10 Oct 2017 09:39:46 +0200 Message-ID: <2102754.igz1rhL23C@xps> References: <20171010070155.17412-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 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 576561B209 for ; Tue, 10 Oct 2017 09:39:48 +0200 (CEST) In-Reply-To: <20171010070155.17412-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 09:01, Shreyansh Jain: > Fixes: 5b22cf744689 ("bus/dpaa: introducing FMan configurations") > Fixes: 37f9b54bd3cf ("net/dpaa: support Tx and Rx queue setup") These lines should appear after the explanation. > Cc: shreyansh.jain@nxp.com > > With the IOVA auto detection changes, bus scan is performed before > memory initialization. DPAA bus scan must not use rte_malloc in > its path. If the scan has been broken by IOVA detection, you should reference IOVA in Fixes line, not DPAA.