From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 2355CA32A2 for ; Thu, 24 Oct 2019 13:07:50 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id CE2991E8F3; Thu, 24 Oct 2019 13:07:49 +0200 (CEST) Received: from proxy.6wind.com (host.76.145.23.62.rev.coltfrance.com [62.23.145.76]) by dpdk.org (Postfix) with ESMTP id DF6781E8F2 for ; Thu, 24 Oct 2019 13:07:48 +0200 (CEST) Received: from glumotte.dev.6wind.com (unknown [10.16.0.195]) by proxy.6wind.com (Postfix) with ESMTP id 9518C335E95; Thu, 24 Oct 2019 13:07:48 +0200 (CEST) Date: Thu, 24 Oct 2019 13:07:48 +0200 From: Olivier Matz To: Pallantla Poornima Cc: dev@dpdk.org, reshma.pattan@intel.com, bruce.richardson@intel.com, david.hunt@intel.com, jananeex.m.parthasarathy@intel.com Message-ID: <20191024110748.GT25286@glumotte.dev.6wind.com> References: <1568121927-31317-1-git-send-email-pallantlax.poornima@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1568121927-31317-1-git-send-email-pallantlax.poornima@intel.com> User-Agent: Mutt/1.10.1 (2018-07-13) Subject: Re: [dpdk-dev] [PATCH] app/test: add unit test cases to mempool library X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list 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 Tue, Sep 10, 2019 at 02:25:27PM +0100, Pallantla Poornima wrote: > Added UT in mempool.c to cover below functions: > rte_mempool_populate_anon() > rte_mempool_memchunk_anon_free() > get_anon_size() > rte_mempool_mem_iter() > > Signed-off-by: Pallantla Poornima Acked-by: Olivier Matz