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 7E6CD322C for ; Fri, 19 Jan 2018 00:29:33 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 1173C208D9; Thu, 18 Jan 2018 18:29:33 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Thu, 18 Jan 2018 18:29:33 -0500 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; s=mesmtp; bh=V9keeFdXIM/SyvHr6wLw1tCIqT CxlEW98dGSUCjv/VE=; b=IAKvKTlpe0LzNu2B22n4cs8k7oSf/V8p51CYyAJKcg ZpMj3c50ZMi/ioRk59G5wiUfAErgOlzP4qf3er0GsqkbtgZ5AUnAIvhHTh4qHJpM GF3fbk/HhaCQAul+jzZ3teeLLXPWTT3lKVdwQdi6P7QCNbvmq7O+sHc2oFMI1Ro2 0= 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; s=fm1; bh=V9keeF dXIM/SyvHr6wLw1tCIqTCxlEW98dGSUCjv/VE=; b=ecJTx8bds5cGfS7np6MZsG Ax660A3ahbhg2FAyiFwl0m6onAS4Q4Lu+gvA67wEaV1TmPvFAdU330uYsBfGOV93 DOEz1m8JhI20chIaKxBkThYwkcNG2XnUQgngpJcKFoQLZ3hGsC14uCreYtrd2mOY AciZRY5gaR8lgljJLjbdw8yX6ticCi/UPoIYcIMaJFBglqgqp/riz+aPjt1ehbm6 9ktT4BSpcTB7qdjHQhbZG1CGi1jOVuElL+7dArpmBzsQwF6BSXB6RaM6k+9cZTnP +RFytd9/8YTzlMEETy3sUrezmiT2lM9J9EcOktNzHFF6VTICM+ILZHRt950bKRhg == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id B326E240DE; Thu, 18 Jan 2018 18:29:32 -0500 (EST) From: Thomas Monjalon To: Hemant Agrawal Cc: dev@dpdk.org, olivier.matz@6wind.com Date: Fri, 19 Jan 2018 00:28:59 +0100 Message-ID: <5055147.Rty4hDzlU1@xps> In-Reply-To: <1516179092-22908-1-git-send-email-hemant.agrawal@nxp.com> References: <1512563473-19969-1-git-send-email-hemant.agrawal@nxp.com> <1516179092-22908-1-git-send-email-hemant.agrawal@nxp.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2] mempool/dpaa: optimize phy to virt conversion 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: Thu, 18 Jan 2018 23:29:33 -0000 17/01/2018 09:51, Hemant Agrawal: > If the allocation is from a single memzone, optimize > the phy-virt address conversions. > > Signed-off-by: Hemant Agrawal > --- > v2: use register memory area instead of new flag in mempool Applied, thanks