From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3 1/2] mempool: fix first memory area notification Date: Fri, 12 Jan 2018 18:36:37 +0100 Message-ID: <5792387.qLVul73XTD@xps> References: <20171215160031.11354-1-pbhagavatula@caviumnetworks.com> <20171224124756.12160-1-pbhagavatula@caviumnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, santosh.shukla@caviumnetworks.com, olivier.matz@6wind.com, stable@dpdk.org To: Pavan Nikhilesh Return-path: In-Reply-To: <20171224124756.12160-1-pbhagavatula@caviumnetworks.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" 24/12/2017 13:47, Pavan Nikhilesh: > Mempool creation needs to be completed first before notifying mempool to > register the mempool area. > > Fixes: 12b8cc1a7e86 ("mempool: notify memory area to pool") > Cc: stable@dpdk.org > > Signed-off-by: Pavan Nikhilesh > Acked-by: Santosh Shukla Series applied, thanks