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 1677045A58; Wed, 9 Oct 2024 03:22:24 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 038C8402ED; Wed, 9 Oct 2024 03:22:24 +0200 (CEST) Received: from szxga06-in.huawei.com (szxga06-in.huawei.com [45.249.212.32]) by mails.dpdk.org (Postfix) with ESMTP id 4BCD6402B3 for ; Wed, 9 Oct 2024 03:22:22 +0200 (CEST) Received: from mail.maildlp.com (unknown [172.19.88.214]) by szxga06-in.huawei.com (SkyGuard) with ESMTP id 4XNZr05YP1z1ymQp; Wed, 9 Oct 2024 09:22:24 +0800 (CST) Received: from dggpeml500024.china.huawei.com (unknown [7.185.36.10]) by mail.maildlp.com (Postfix) with ESMTPS id 6785F1A0170; Wed, 9 Oct 2024 09:22:20 +0800 (CST) Received: from [10.67.121.161] (10.67.121.161) by dggpeml500024.china.huawei.com (7.185.36.10) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.1.2507.39; Wed, 9 Oct 2024 09:22:20 +0800 Message-ID: Date: Wed, 9 Oct 2024 09:22:19 +0800 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v3] app/proc-info: add rte_eal_cleanup() to avoid memory leak To: Stephen Hemminger , CC: Fidaullah Noonari References: <20220904122845.141893-1-fidaullah.noonari@emumba.com> <20241004024903.209976-1-stephen@networkplumber.org> Content-Language: en-US From: fengchengwen In-Reply-To: <20241004024903.209976-1-stephen@networkplumber.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.67.121.161] X-ClientProxiedBy: dggems701-chm.china.huawei.com (10.3.19.178) To dggpeml500024.china.huawei.com (7.185.36.10) 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 Acked-by: Chengwen Feng On 2024/10/4 10:48, Stephen Hemminger wrote: > From: Fidaullah Noonari > > when app is launched with -m proc-info exit without > rte_eal_cleanup() causing memory leakage. This commit resolves the > memory leakage issue and closes app properly. > > Bugzilla id: 898 > Signed-off-by: Fidaullah Noonari > Acked-by: Stephen Hemminger > --- > v3 - handle eventdev_xstats as well > rebase to 24.11