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 746D1424BF; Mon, 10 Jun 2024 13:56:35 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id F197140649; Mon, 10 Jun 2024 13:56:34 +0200 (CEST) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id 1DE7D40647 for ; Mon, 10 Jun 2024 13:56:33 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru 3F40738 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1718020591; bh=3IMUlCHQhBmbJ4XUYsSsIbX+zWLWfv5rIGo/YXcd9E4=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=aN5tb/toNrPrcT7JS1qCDktfLsyuJwMaLRHtgqBiPxnD++y+vTj6Gj6XZbH1muHZM dI7paYhB+IyKi4Zwi5O1RSgneUD8jWH7pvywluVtQ/vQoLCWjZpD28at8urevJTaFp AfaKDhaarDWHOnIS7F/8SYZVVuhf0FJVaihk6WEg= Received: from [192.168.38.17] (aros.oktetlabs.ru [192.168.38.17]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by shelob.oktetlabs.ru (Postfix) with ESMTPSA id 3F40738; Mon, 10 Jun 2024 14:56:31 +0300 (MSK) Message-ID: <862d547c-983d-48ca-86ee-12957ffc1aff@oktetlabs.ru> Date: Mon, 10 Jun 2024 14:56:30 +0300 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH] mempool: dump includes list of memory chunks To: =?UTF-8?Q?Morten_Br=C3=B8rup?= , konstantin.v.ananyev@yandex.ru, paul.szczepanek@arm.com Cc: dev@dpdk.org References: <20240516085940.61119-1-mb@smartsharesystems.com> Content-Language: en-US From: Andrew Rybchenko Organization: OKTET Labs In-Reply-To: <20240516085940.61119-1-mb@smartsharesystems.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit 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 On 5/16/24 11:59, Morten Brørup wrote: > Added information about the memory chunks holding the objects in the > mempool when dumping the status of the mempool to a file. > > Signed-off-by: Morten Brørup Reviewed-by: Andrew Rybchenko