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 7F388A0471 for ; Tue, 16 Jul 2019 12:49:45 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 80EE34C8D; Tue, 16 Jul 2019 12:49:44 +0200 (CEST) Received: from wout4-smtp.messagingengine.com (wout4-smtp.messagingengine.com [64.147.123.20]) by dpdk.org (Postfix) with ESMTP id 451862BE1 for ; Tue, 16 Jul 2019 12:49:43 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id BB0AB4C8; Tue, 16 Jul 2019 06:49:41 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Tue, 16 Jul 2019 06:49:42 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=PMvhY4S8yrWjQsyCRwN8j3CRe9b9KNYWUxb/anRz6og=; b=YwC95eV2T/jj JGkAqqGo5twkuZHvh8NcsLEhEHQhzHlxRbkh6B2d5nEXZgaJ1t2rOZz/lQmtiRY0 Sa/pitmmosTqe8EA3dHn36tKJa7/L1AphWf0fxUayaSV0FOYPMYxOFXlgvLkKoRS /gbEas/h3ONd43tYbXWOrk1G7RmfJ0I= 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-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=PMvhY4S8yrWjQsyCRwN8j3CRe9b9KNYWUxb/anRz6 og=; b=kPrTkj1eeA4dDKZsYhe90d26LDWvYJwOTF9CMU3v01T1VF88cKoshhKt2 quUWo96Y5/ARMb7VLQowcUTzvAK+xaHcnIF1nzZzUkKgLsPc/j65n24edo+sXnpl y/11n64GESqspvPAn/E7EaYMnyZs5EBE9FfLzVs5T2wJvHoH9PEB9pNu9DIkzVvy fXbU4ZF3h7yeOKzQzi0Iz4alHr7Yy4nryLnj12P9mpvN8WzGU0wpeKZNH+b4buI8 oG7AKQvdRQXfAfzUvUdTOBORUfKnVpCDH8IjmVptA5PT/pgrMv/cHd96y7wBLfrN x0S3QItBYqdXaGoqaLhBQ6QRk15SA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddriedtgdefgecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhho mhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 135E2380087; Tue, 16 Jul 2019 06:49:39 -0400 (EDT) From: Thomas Monjalon To: Harman Kalra Cc: dev@dpdk.org, "remy.horton@intel.com" , "reshma.pattan@intel.com" , "anatoly.burakov@intel.com" , "marko.kovacevic@intel.com" , "john.mcnamara@intel.com" Date: Tue, 16 Jul 2019 12:49:38 +0200 Message-ID: <6509228.q2uiE8Q8mp@xps> In-Reply-To: <1562837134-14830-1-git-send-email-hkalra@marvell.com> References: <2087123.3zRFCGiTdz@xps> <1562837134-14830-1-git-send-email-hkalra@marvell.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v4 1/2] metrics: new API to deinitialise metrics 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" 11/07/2019 11:26, Harman Kalra: > Once the library usage is over, it must be deinitialized which > will free the shared memory reserved during initialization. > > Observed an issue while running 'metrics_autotest' continuously > without quiting. For the first run 'metrics_autotest' passes > all test cases but second run onwards first test case fails > because metrics library is already initialized during first run. > > Signed-off-by: Harman Kalra > Tested-by : Reshma Pattan > Reviewed-by: Reshma Pattan > Acked-by: Reshma Pattan > Acked-by: Remy Horton Series applied, thanks