From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 198DD728A; Fri, 12 Jan 2018 18:37:07 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id B294120CA1; Fri, 12 Jan 2018 12:37:06 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Fri, 12 Jan 2018 12:37:06 -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=rB2TEqNC1aOCWKuWoPj2L6diKo zCIOZRAVU7OWny5eA=; b=oU0Jex3jNtJwqlXfagrwVnqhVKIKtS1im5YS4Noe0Y n6QmJRXWwhaWYVXCPOpt0lBUQNs2Um3SN1F5c8XPvy74LkoXc+j2VuqB6Dr2scaS cWqt6OtVUtRw1WJSszRCRDxI4e8tDKhpL8uCsUk6P6EUnHauHZk53weL8Se5+vg8 E= 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=rB2TEq NC1aOCWKuWoPj2L6diKozCIOZRAVU7OWny5eA=; b=f3Ab6CWN94Yu49MMDVbVwH M4TTUp2G11C+yUeAD/YQFULiwLVqcU6hT09PPbZFsGCucuUg5Xs7su1J8Llx2RqM 2d0DnYuN0r4TOazzXsFt1DLQ4zBDT+Fy4vbqdMyMVC1c0SH2h4h3NYPj3YLe+qr7 CGc/sW7NAaTlnVESzcw4dNNmZKccK56ysjrzBn/vlnQKzSYRFewYOux1imDGUTr1 XBlSkqkjFRiMS68iQ9bIorg5iYVfHIFBOcNuZexYeNmiGd8/3X0fnj1a6Rd3H/Mo XH8XpDiqTcWFyQIo81ARmpdb47NAELvkJR4Zpfw45pJqM1jpTZeBxUQQ7JAw87UA == 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 65ECD24772; Fri, 12 Jan 2018 12:37:06 -0500 (EST) From: Thomas Monjalon To: Pavan Nikhilesh Cc: dev@dpdk.org, santosh.shukla@caviumnetworks.com, olivier.matz@6wind.com, stable@dpdk.org Date: Fri, 12 Jan 2018 18:36:37 +0100 Message-ID: <5792387.qLVul73XTD@xps> In-Reply-To: <20171224124756.12160-1-pbhagavatula@caviumnetworks.com> References: <20171215160031.11354-1-pbhagavatula@caviumnetworks.com> <20171224124756.12160-1-pbhagavatula@caviumnetworks.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v3 1/2] mempool: fix first memory area notification 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, 12 Jan 2018 17:37:07 -0000 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