From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] app/test: add mempool walk Date: Thu, 13 Oct 2016 06:51:01 -0700 (PDT) Message-ID: <7591175.hp15LDSUtI@xps13> References: <1475528313-7759-1-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: Olivier Matz To: dev@dpdk.org Return-path: Received: from mail-lf0-f50.google.com (mail-lf0-f50.google.com [209.85.215.50]) by dpdk.org (Postfix) with ESMTP id 791492C06 for ; Thu, 13 Oct 2016 15:51:02 +0200 (CEST) Received: by mail-lf0-f50.google.com with SMTP id x79so140975235lff.0 for ; Thu, 13 Oct 2016 06:51:02 -0700 (PDT) In-Reply-To: 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-10-05 14:22, Olivier Matz: > Hi Thomas, > > On 10/03/2016 10:58 PM, Thomas Monjalon wrote: > > The mempool function rte_mempool_walk was not tested. > > It will print the name of all mempools. > > > > Signed-off-by: Thomas Monjalon > > Acked-by: Olivier Matz Applied