From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] mempool: rename functions with confusing names Date: Thu, 30 Jun 2016 14:00:16 +0200 Message-ID: <1585831.LcblvschXd@xps13> References: <1467208504-13029-1-git-send-email-bruce.richardson@intel.com> <1467217635-19766-1-git-send-email-bruce.richardson@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, olivier.matz@6wind.com, keith.wiles@intel.com To: Bruce Richardson Return-path: Received: from mail-wm0-f47.google.com (mail-wm0-f47.google.com [74.125.82.47]) by dpdk.org (Postfix) with ESMTP id ECF8129D6 for ; Thu, 30 Jun 2016 14:00:21 +0200 (CEST) Received: by mail-wm0-f47.google.com with SMTP id v199so218216754wmv.0 for ; Thu, 30 Jun 2016 05:00:21 -0700 (PDT) In-Reply-To: <1467217635-19766-1-git-send-email-bruce.richardson@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" 2016-06-29 17:27, Bruce Richardson: > Fix this by introducing two new functions to replace the old ones, > * rte_mempool_avail_count to replace rte_mempool_count > * rte_mempool_in_use_count to replace rte_mempool_free_count This patch needs to be rebased please. > --- a/lib/librte_mempool/rte_mempool_version.map > +++ b/lib/librte_mempool/rte_mempool_version.map > @@ -32,5 +32,6 @@ DPDK_16.07 { > rte_mempool_populate_virt; > rte_mempool_register_ops; > rte_mempool_set_ops_byname; > + rte_mempool_avail_count; The "in_use_count" function is missing. Please keep alphabetical order.