From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] mempool/dpaa2: alloc pool data dynamically Date: Fri, 21 Jul 2017 09:15:53 +0300 Message-ID: <1661037.diG5P5DDb3@xps> References: <1499955528-32012-1-git-send-email-hemant.agrawal@nxp.com> <690813e2-1d59-5039-1ef4-1202730eddde@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Shreyansh Jain , olivier.matz@6wind.com To: Hemant Agrawal , Nipun Gupta Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id B774B29C8 for ; Fri, 21 Jul 2017 08:15:58 +0200 (CEST) In-Reply-To: <690813e2-1d59-5039-1ef4-1202730eddde@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" 18/07/2017 17:45, Shreyansh Jain: > On Thursday 13 July 2017 07:48 PM, Hemant Agrawal wrote: > > In order to support multiprocess applications, pool data is to be > > allocated on dynamic memory instead of existing usages of global > > variable. > > > > Signed-off-by: Nipun Gupta > > Acked-by: Shreyansh Jain Applied, thanks