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 C48B541C5D; Fri, 10 Feb 2023 08:33:08 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5DCC940EE6; Fri, 10 Feb 2023 08:33:08 +0100 (CET) Received: from smartserver.smartsharesystems.com (smartserver.smartsharesystems.com [77.243.40.215]) by mails.dpdk.org (Postfix) with ESMTP id C834540EE3 for ; Fri, 10 Feb 2023 08:33:06 +0100 (CET) X-MimeOLE: Produced By Microsoft Exchange V6.5 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 v2 2/2] test/mempool: add zero-copy API's Date: Fri, 10 Feb 2023 08:33:01 +0100 Message-ID: <98CBD80474FA8B44BF855DF32C47DC35D87729@smartserver.smartshare.dk> In-Reply-To: <20230210065407.209567-3-kamalakshitha.aligeri@arm.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [PATCH v2 2/2] test/mempool: add zero-copy API's Thread-Index: Adk9HJG1R0qix31ZRgGeYAJo0/3+ZwABNTMQ References: <20230209062501.142828-1-kamalakshitha.aligeri@arm.com> <20230210065407.209567-1-kamalakshitha.aligeri@arm.com> <20230210065407.209567-3-kamalakshitha.aligeri@arm.com> From: =?iso-8859-1?Q?Morten_Br=F8rup?= To: "Kamalakshitha Aligeri" , , , , , , , , , , Cc: , 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: Kamalakshitha Aligeri [mailto:kamalakshitha.aligeri@arm.com] > Sent: Friday, 10 February 2023 07.54 >=20 > Added mempool test cases with zero-copy get and put API's >=20 > Signed-off-by: Kamalakshitha Aligeri > Reviewed-by: Ruifeng Wang > Reviewed-by: Feifei Wang I already acked v1 of this patch, but here it is again for Patchwork: Acked-by: Morten Br=F8rup > --- > Link: > https://patchwork.dpdk.org/project/dpdk/patch/20230209145833.129986-1- > mb@smartsharesystems.com/ @David, here's the zero-copy mempool cache API test cases you were = asking for.