From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 4C97D20A18; Tue, 10 Oct 2017 03:39:47 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Tue, 10 Oct 2017 03:39:47 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=VpU83xuSoKwov8S SrOSth0R9rmL1IHcYJzg7tujeOQw=; b=JbyrEMeCnYnbzbhaWqDfHK1+qlRc3H0 CXHeQF+6UCZ+ECLLWaCpVfWF/xr/wzMLq1PSDqKXpwn8wSdH3DMo2PMnGi/Z8B/1 7L8oHbxK6UXTG1xhfon5h2JcJmx/E2jordrgzfcAhx4L+tRqj+gJPUiKwiyV3WHv RRONNHqshY4M= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s= fm1; bh=VpU83xuSoKwov8SSrOSth0R9rmL1IHcYJzg7tujeOQw=; b=ZFQEWjLr jELyVimjH3dxiylps89lYiw4eH0TxsEnWpHqBsY0XiNVyvGZJytqcTzAcriXy4Tx gctTzDXG+h1EMnmXkK2sEvnfsTE1seapkpij5CY84eFfndceMReAKc5FN9zB6BoC 40PHO4nGzEnC2ImHjJuVeh91IMkIYYTKsIQICK0xfjbTkf5h1mXKurHOAaScTOOr XqX4woDbtu70YqX7Ct+XC9qXsN1wWC9vTnkLxd97g5M0UDwqQYota7kfJMZWoMNV fl6NduX883vaaSrWzQ/J0nD4QYpbTnZmnyMeloEYFbK6I/C0W63XZDa+D1mzEhBC kZCwHhzYrlkuBQ== X-ME-Sender: X-Sasl-enc: R2TcZI9bVEF3CyxCa934qNRJOGoBSliaMPgye4rsYNkg 1507621187 Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id F3D6E7E3DC; Tue, 10 Oct 2017 03:39:46 -0400 (EDT) From: Thomas Monjalon To: Shreyansh Jain Cc: dev@dpdk.org, ferruh.yigit@intel.com, hemant.agrawal@nxp.com Date: Tue, 10 Oct 2017 09:39:46 +0200 Message-ID: <2102754.igz1rhL23C@xps> In-Reply-To: <20171010070155.17412-1-shreyansh.jain@nxp.com> References: <20171010070155.17412-1-shreyansh.jain@nxp.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] bus/dpaa: fix memory allocation during bus scan X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Oct 2017 07:39:48 -0000 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.