From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.droids-corp.org (zoll.droids-corp.org [94.23.50.67]) by dpdk.org (Postfix) with ESMTP id 081567F00 for ; Wed, 5 Oct 2016 14:22:16 +0200 (CEST) Received: from lfbn-1-5996-232.w90-110.abo.wanadoo.fr ([90.110.195.232] helo=[192.168.1.13]) by mail.droids-corp.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1brlGE-0001QR-C6; Wed, 05 Oct 2016 14:25:26 +0200 To: Thomas Monjalon References: <1475528313-7759-1-git-send-email-thomas.monjalon@6wind.com> Cc: dev@dpdk.org From: Olivier Matz Message-ID: Date: Wed, 5 Oct 2016 14:22:06 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Icedove/45.2.0 MIME-Version: 1.0 In-Reply-To: <1475528313-7759-1-git-send-email-thomas.monjalon@6wind.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] app/test: add mempool walk X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Oct 2016 12:22:16 -0000 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