From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 17402A0093; Tue, 8 Mar 2022 00:21:33 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9712141142; Tue, 8 Mar 2022 00:21:32 +0100 (CET) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by mails.dpdk.org (Postfix) with ESMTP id 01BBC410F4 for ; Tue, 8 Mar 2022 00:21:30 +0100 (CET) Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id 957695C0158; Mon, 7 Mar 2022 18:21:30 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute5.internal (MEProxy); Mon, 07 Mar 2022 18:21:30 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:cc:content-transfer-encoding:content-type:date:date:from:from :in-reply-to:in-reply-to:message-id:mime-version:references :reply-to:sender:subject:subject:to:to; s=fm1; bh=0QPnE3z0we5Fvp VXAVp97Qjni2+Za+gq97oUC3rES/A=; b=WSjus2V2j0ymaz2FqCoLd/NobpE+Vg xmqTMs2ilzGynKo924RO8uxCKEtvcGxZVqf7JiXKghepPJ4LkganFGAoO8ZZYM3e 2eSop5V+gnilGGU0gMhoLqFCXBjsC9SGOun+lnGxjC9NjsuSpD0tohMSVpsoKqek D9FzB84WNOiFiFGYY4cBdybrJG4wJjqtUpLxboUGAYBA1V/Oe819eEhug/CWR5+R 7px7Z6TW80FeUEacgVMn2tmEydZcf1b66hQf2TDtXDXggWiek2FdRgyC24QKdvf3 TegNLFplwzsl9gtb0VY9OdjMMm3PHLzFjMWw+he8NSGKYYDVYijhdV2g== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-transfer-encoding :content-type:date:date:from:from:in-reply-to:in-reply-to :message-id:mime-version:references:reply-to:sender:subject :subject:to:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=0QPnE3z0we5FvpVXAVp97Qjni2+Za+gq97oUC3rES /A=; b=DJ4q2T3uukxRSmeNyGDK/J0eZLaz1ZUPcw9WToJWn++XOcdUHGQE2jdo5 CYB25OsElcA6qPLb/fECPkSzoiiVJlw9E6C3B2aFGEVnbUhc2r513/kB2bZzA1m/ CfbIJQB3tBbsPAYeA+MZLL6lMkF0riRuxal9f6Vj0G5cF0Ki4ZYz1lI8reSx7Fy4 lRrH061KTI07am3qZb3GAI7ymFf/GZUk26GNrSGWLkiWPDoyY/WNbSUbd3s7ditD PVqqQICwF14nmLzwgiWXYVciYrhvcAzHUWcJBAW93VdPNVs8WJ8vLX7Cp30xuFa8 eXnrWArWakLiq7RYxVQfZFMci2gWA== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvvddrudduhedgtdehucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecugg ftrfgrthhtvghrnhepudeggfdvfeduffdtfeeglefghfeukefgfffhueejtdetuedtjeeu ieeivdffgeehnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrh homhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvth X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Mon, 7 Mar 2022 18:21:29 -0500 (EST) From: Thomas Monjalon To: Tianli Lai Cc: dev@dpdk.org, Stephen Hemminger Subject: Re: [PATCH] app/pdump: free mempool at cleanup resources Date: Tue, 08 Mar 2022 00:21:27 +0100 Message-ID: <4343739.3ZeAukHxDK@thomas> In-Reply-To: <20220224184023.3bcd57c1@hermes.local> References: <1645750837-3700-1-git-send-email-laitianli@tom.com> <20220224184023.3bcd57c1@hermes.local> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org 25/02/2022 03:40, Stephen Hemminger: > On Fri, 25 Feb 2022 09:00:37 +0800 > Tianli Lai wrote: > > > the mempool should be free when cleanup resources. > > > > Signed-off-by: Tianli Lai > > Thanks for fixing this. > > Acked-by: Stephen Hemminger Applied, thanks.