From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id D91EF21D5D; Tue, 27 Jun 2017 13:09:56 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Tue, 27 Jun 2017 13:09:56 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=R32hC0JTUGuiIAS UzNFEePC19n2qKk/YdWrTx1oWV+Q=; b=ogng/gj3pJTC63tgZuP7CUgg8K0z2o9 rmbnplF7Qmua7c4IMA0JiLe/jUjLXsbxucAaF0qzbpfaQADY6PxO1jEXSIne6LWh cRHLm/0Js00AXtIu3aRVYbXB+BEBrVX1AjwebANQDWCh9ghy6zTHhnmJUxCkmBEc wzIxAkd1BSqo= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s= fm1; bh=R32hC0JTUGuiIASUzNFEePC19n2qKk/YdWrTx1oWV+Q=; b=Z/w+KC9F ibjtv+nRbxhvIjYrGqfrLzBW/NXv4J5Pjhv8Cdj8+S9XsAV3HR18CX+t0feusndf ad1iYz5Ro2wvmEEMIoekqyHKiU0DTI8Sx50RbE5yS69cekmKvpM3fxmhVhQevX14 /dxyWlQtJ/AKJzJ59E0hj9qwaPcVhfLMfWsdF40YYOkyrG/Js9uag0dGl4bFa5uU WcCyXvoGTFEE8M5edhuABxvUaLgz/njs//mui5bpAfzJ5nxPO1h3Ot4pRFFrsaYI +/99pvEU4kTH7lUWOV4SmOaEWed3VcSDFTPYmY0cDQF8f/Qx0MXuhEvWFwekqAjd 7dAe6SB/8Krqtg== X-ME-Sender: X-Sasl-enc: 5sndgHqMYIMfo6t9NgsbUMlgNNy8WDVw+elnsaJzUhZk 1498583396 Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 8F70D2479F; Tue, 27 Jun 2017 13:09:56 -0400 (EDT) From: Thomas Monjalon To: Santosh Shukla Cc: dev@dpdk.org, olivier.matz@6wind.com Date: Tue, 27 Jun 2017 19:09:55 +0200 Message-ID: <2393199.g9imNxqJzY@xps> In-Reply-To: <20170626100455.3806-1-santosh.shukla@caviumnetworks.com> References: <20170608142831.28166-1-santosh.shukla@caviumnetworks.com> <20170626100455.3806-1-santosh.shukla@caviumnetworks.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v3] test/test_mbuf: remove mempool global var 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: , X-List-Received-Date: Tue, 27 Jun 2017 17:09:58 -0000 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