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 3379B44101; Wed, 29 May 2024 13:47:35 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0DFA440649; Wed, 29 May 2024 13:47:35 +0200 (CEST) Received: from dkmailrelay1.smartsharesystems.com (smartserver.smartsharesystems.com [77.243.40.215]) by mails.dpdk.org (Postfix) with ESMTP id 525CF402CD for ; Wed, 29 May 2024 13:47:34 +0200 (CEST) Received: from smartserver.smartsharesystems.com (smartserver.smartsharesys.local [192.168.4.10]) by dkmailrelay1.smartsharesystems.com (Postfix) with ESMTP id 24DFB20904; Wed, 29 May 2024 13:47:34 +0200 (CEST) Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: [PATCH v12 2/6] mempool: add functions to get extra mempool info X-MimeOLE: Produced By Microsoft Exchange V6.5 Date: Wed, 29 May 2024 13:47:32 +0200 Message-ID: <98CBD80474FA8B44BF855DF32C47DC35E9F4C4@smartserver.smartshare.dk> In-Reply-To: <20240529102242.1137076-3-paul.szczepanek@arm.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [PATCH v12 2/6] mempool: add functions to get extra mempool info Thread-Index: AdqxsjWNlqxb9s7rQ6O9tqpS3i3//wAC7NCw References: <20230927150854.3670391-2-paul.szczepanek@arm.com> <20240529102242.1137076-1-paul.szczepanek@arm.com> <20240529102242.1137076-3-paul.szczepanek@arm.com> From: =?iso-8859-1?Q?Morten_Br=F8rup?= To: "Paul Szczepanek" , Cc: "Jack Bond-Preston" , "Nathan Brown" 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 > From: Paul Szczepanek [mailto:paul.szczepanek@arm.com] > Sent: Wednesday, 29 May 2024 12.23 >=20 > Add two functions: > - rte_mempool_get_mem_range - get virtual memory range > of the objects in the mempool, > - rte_mempool_get_obj_alignment - get alignment of > objects in the mempool. >=20 > Add two tests that test these new functions. >=20 > Signed-off-by: Paul Szczepanek > Reviewed-by: Jack Bond-Preston > Reviewed-by: Nathan Brown > --- Acked-by: Morten Br=F8rup