From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pavan Nikhilesh Subject: Re: [PATCH 1/2] mempool: notify mempool area after mempool alloc Date: Sun, 24 Dec 2017 12:37:04 +0530 Message-ID: <20171224070702.gx53icozw6ay4cwb@Pavan-LT> References: <20171215160031.11354-1-pbhagavatula@caviumnetworks.com> <20171222151120.lpcbw6ryjfczkae4@platinum> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Olivier MATZ , santosh.shukla@caviumnetworks.com Return-path: Received: from NAM02-BL2-obe.outbound.protection.outlook.com (mail-bl2nam02on0067.outbound.protection.outlook.com [104.47.38.67]) by dpdk.org (Postfix) with ESMTP id CC48B1B63A for ; Sun, 24 Dec 2017 08:07:32 +0100 (CET) Content-Disposition: inline In-Reply-To: <20171222151120.lpcbw6ryjfczkae4@platinum> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Fri, Dec 22, 2017 at 04:11:21PM +0100, Olivier MATZ wrote: > On Fri, Dec 15, 2017 at 09:30:30PM +0530, Pavan Nikhilesh wrote: > > Mempool creation needs to be completed first before notifying mempool to > > register the mempool area. > > > > Signed-off-by: Pavan Nikhilesh > > Looks good to me. > > Did you see any issue? > If yes, can you please resubmit the patch > with an updated title "mempool: fix first memory area notification", > a Fixes: and Cc: stable@dpdk.org? I will roll out a v2 updating. > > Thanks, > Olivier Thanks, Pavan.