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 898081B2BF for ; Tue, 10 Oct 2017 15:13:19 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 993EC20CF1; Tue, 10 Oct 2017 09:13:16 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Tue, 10 Oct 2017 09:13:16 -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=3OlbJJ0MklVMSSn eQFM0YQe3YTcKUp+De+vUCTAzJvM=; b=jWJ4lZeWRz0wcSjFXSYViNasUgdE/uR mDmP0uSdVgfacN0vR//NVhkQmfnssjnp9pCqTcz9hGDuje4UwGzSLOpuVjPASPAO mRTTJ5CW3OAZnO3Lqm/0UdHk6fVeVW1N4B2sLnqcNVevJfPq5VkuQKjfVZUr0K6g SyyO1C3EM928= 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=3OlbJJ0MklVMSSneQFM0YQe3YTcKUp+De+vUCTAzJvM=; b=SbDOzCcb qpWzURQSbQxjDzwU6x6jlozteB6djwScw22Bz0y1rvDVgqdgfS55pCTydulLpMSw gx2Ud8lyMFh2tfZD72AJAq2mLVnKhxStM4E+TrZavQWVvf8XjgJ3Jtgpmj6dFgMm AfToZJABmngscvEXUoU+NUcrhW3I8Y1BU41edCvhj05cD9ryKeqR3nHckacaWiIC DngygUCNpuRf+SAKJwexY+amERheuo1N2hN1BX1cm5FTNmQ4BuIvUaPdSRcIDkMA YATiD+iOBKXHbVv/dVedriP+d/yuLT2Lcx0TcMTKx8RaqZo5BhBYEXIc1emI9jLx l7fMr119opk/nQ== X-ME-Sender: X-Sasl-enc: nn9584qa4lxIbRThv67a5kCuX7gfzDJingOi6+Xso8UG 1507641196 Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 4132F7F9CC; Tue, 10 Oct 2017 09:13:16 -0400 (EDT) From: Thomas Monjalon To: Shreyansh Jain Cc: dev@dpdk.org, ferruh.yigit@intel.com, hemant.agrawal@nxp.com, santosh.shukla@caviumnetworks.com Date: Tue, 10 Oct 2017 15:13:14 +0200 Message-ID: <2000712.p3eL3FKMXt@xps> In-Reply-To: <20171010093458.19861-1-shreyansh.jain@nxp.com> References: <20171010070155.17412-1-shreyansh.jain@nxp.com> <20171010093458.19861-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 v2] 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 13:13:19 -0000 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