From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3] test/test_mbuf: remove mempool global var Date: Tue, 27 Jun 2017 19:09:55 +0200 Message-ID: <2393199.g9imNxqJzY@xps> References: <20170608142831.28166-1-santosh.shukla@caviumnetworks.com> <20170626100455.3806-1-santosh.shukla@caviumnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, olivier.matz@6wind.com To: Santosh Shukla Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 43A5C2C8 for ; Tue, 27 Jun 2017 19:09:58 +0200 (CEST) In-Reply-To: <20170626100455.3806-1-santosh.shukla@caviumnetworks.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 26/06/2017 12:04, Santosh Shukla: > Currently, pool resources are allocated statically > and are not freed. Results of that test can not run more than once. > > Fix removes static dependency from test application and > now allocating and freeing resources dynamically. > Test runs for more than once. > > Fixes: af75078fece3 ("first public release") > > Signed-off-by: Santosh Shukla > Acked-by: Olivier Matz Applied, thanks