From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pavan Nikhilesh Subject: Re: [PATCH 2/2] mempool/octeontx: clean up memory area registration Date: Tue, 19 Dec 2017 03:24:41 +0530 Message-ID: <20171218215439.ljgq6jjwton52vxn@Pavan-LT> References: <20171215160031.11354-1-pbhagavatula@caviumnetworks.com> <20171215160031.11354-2-pbhagavatula@caviumnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: santosh , olivier.matz@6wind.com Return-path: Received: from NAM03-CO1-obe.outbound.protection.outlook.com (mail-co1nam03on0078.outbound.protection.outlook.com [104.47.40.78]) by dpdk.org (Postfix) with ESMTP id DCF3D1D7 for ; Mon, 18 Dec 2017 22:54:57 +0100 (CET) Content-Disposition: inline In-Reply-To: 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 Mon, Dec 18, 2017 at 10:30:59AM +0530, santosh wrote: > > On Friday 15 December 2017 09:30 PM, Pavan Nikhilesh wrote: > > Clean up dependency between alloc and memory area registration, this > > removes the need for SLIST data structure and octeontx_pool_list. > > > > Signed-off-by: Pavan Nikhilesh > > --- > > nits: s/clean up dependency/ clean up the dependency. > > Acked-by: Santosh Shukla > Thanks for the review and ack, will redo commit message in v2. Pavan