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 2DC3241C4D; Thu, 9 Feb 2023 10:16:02 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 193B340DF8; Thu, 9 Feb 2023 10:16:02 +0100 (CET) Received: from smartserver.smartsharesystems.com (smartserver.smartsharesystems.com [77.243.40.215]) by mails.dpdk.org (Postfix) with ESMTP id EF0CA4067B for ; Thu, 9 Feb 2023 10:16:00 +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 2/2] test/mempool: add zero-copy API's Date: Thu, 9 Feb 2023 10:15:53 +0100 Message-ID: <98CBD80474FA8B44BF855DF32C47DC35D8771A@smartserver.smartshare.dk> In-Reply-To: <20230209062501.142828-2-kamalakshitha.aligeri@arm.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [PATCH 2/2] test/mempool: add zero-copy API's Thread-Index: Adk8T1IBX1Il1I0lRQ+evifuxhGLrQAF5Tpg References: <20230209062501.142828-1-kamalakshitha.aligeri@arm.com> <20230209062501.142828-2-kamalakshitha.aligeri@arm.com> From: =?iso-8859-1?Q?Morten_Br=F8rup?= To: "Kamalakshitha Aligeri" , , , , , , , Cc: , , "Ruifeng Wang" , "Feifei Wang" 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: Thursday, 9 February 2023 07.25 >=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 > --- > Link: > https://patchwork.dpdk.org/project/dpdk/patch/20221227151700.80887-1- > mb@smartsharesystems.com/ >=20 Good choice of test method - testing the same, but also with the = zero-copy methods. Acked-by: Morten Br=F8rup