From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olivier Matz Subject: Re: [PATCH v13 1/3] mempool: support external mempool operations Date: Fri, 17 Jun 2016 12:19:35 +0200 Message-ID: <5763CEB7.3060305@6wind.com> References: <1465976824-83823-1-git-send-email-david.hunt@intel.com> <5763B018.5090602@6wind.com> <5763B7FC.80608@intel.com> <2502441.EqJFgDIT6e@xps13> <5763C1E1.4050708@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, viktorin@rehivetech.com, jerin.jacob@caviumnetworks.com, shreyansh.jain@nxp.com To: "Hunt, David" , Thomas Monjalon Return-path: Received: from mail.droids-corp.org (zoll.droids-corp.org [94.23.50.67]) by dpdk.org (Postfix) with ESMTP id 1247C95CB for ; Fri, 17 Jun 2016 12:19:44 +0200 (CEST) In-Reply-To: <5763C1E1.4050708@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi David, >>>> If you plan to do a v14 for this API comment, I'm wondering if the >>>> documentation could be slightly modified too. I think "external mempool >>>> manager" was the legacy name for the feature, but maybe it could be >>>> changed in "alternative mempool handlers" or "changing the mempool >>>> handler". I mean the word "external" is probably not appropriate now, >>>> especially if we add other handlers in the mempool lib. >>>> >>>> My 2 cents, >>>> Olivier >>> I had not planned on doing another revision. And I think the term >>> "External >>> Mempool Manager" accurately describes the functionality, so I'd really >>> prefer to leave it as it is. >> I think there is no manager, just a default handler which can be changed. >> I agree the documentation must be fixed. > > OK, I have two suggestions to add into the mix. > 1. mempool handler framework > or simply > 2. mempool handlers. (the alternative is implied). "The mempool handler > feature", etc. Option 2 is fine for me. Thanks!