From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.droids-corp.org (zoll.droids-corp.org [94.23.50.67]) by dpdk.org (Postfix) with ESMTP id 1EADA1B310 for ; Fri, 22 Dec 2017 16:11:29 +0100 (CET) Received: from lfbn-lil-1-110-231.w90-45.abo.wanadoo.fr ([90.45.197.231] helo=droids-corp.org) by mail.droids-corp.org with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1eSP55-0006iB-0n; Fri, 22 Dec 2017 16:17:52 +0100 Received: by droids-corp.org (sSMTP sendmail emulation); Fri, 22 Dec 2017 16:11:21 +0100 Date: Fri, 22 Dec 2017 16:11:21 +0100 From: Olivier MATZ To: Pavan Nikhilesh Cc: santosh.shukla@caviumnetworks.com, dev@dpdk.org Message-ID: <20171222151120.lpcbw6ryjfczkae4@platinum> References: <20171215160031.11354-1-pbhagavatula@caviumnetworks.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171215160031.11354-1-pbhagavatula@caviumnetworks.com> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [dpdk-dev] [PATCH 1/2] mempool: notify mempool area after mempool alloc 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: Fri, 22 Dec 2017 15:11:29 -0000 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? Thanks, Olivier