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 A689441D39; Wed, 22 Feb 2023 09:24:37 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8A7B440693; Wed, 22 Feb 2023 09:24:37 +0100 (CET) Received: from smartserver.smartsharesystems.com (smartserver.smartsharesystems.com [77.243.40.215]) by mails.dpdk.org (Postfix) with ESMTP id F1D5840689 for ; Wed, 22 Feb 2023 09:24:35 +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: Wed, 22 Feb 2023 09:24:30 +0100 Message-ID: <98CBD80474FA8B44BF855DF32C47DC35D87768@smartserver.smartshare.dk> In-Reply-To: <2080056.htQpZWrp2x@thomas> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [PATCH v2 2/2] test/mempool: add zero-copy API's Thread-Index: AdlGk/BPSrKJyIMFTkOX7OR1VgmrkwAADHfA References: <20230209062501.142828-1-kamalakshitha.aligeri@arm.com> <3270737.0oRPG1VZx4@thomas> <2080056.htQpZWrp2x@thomas> From: =?iso-8859-1?Q?Morten_Br=F8rup?= To: "Thomas Monjalon" , , , "Kamalakshitha Aligeri" Cc: , , , , "Honnappa Nagarahalli" , "Ruifeng Wang" , "Feifei Wang" , , , "nd" 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: Thomas Monjalon [mailto:thomas@monjalon.net] > Sent: Wednesday, 22 February 2023 09.01 >=20 > 21/02/2023 21:18, Kamalakshitha Aligeri: > > Hi Thomas, > > > > Do you want me to squash the unit tests in the mempool lib patch or = do I > have to wait for the reviews from mempool maintainers >=20 > Yes I think you can do the squash if Morten agrees. Yes, I agree. And if there are any more changes required before the code = is accepted by the maintainers, I will let Kamalakshitha make those = changes. How should the different acks/review tags be handled when squashing two = patches into one? The library patch has: Signed-off-by: Morten Br=F8rup Acked-by: Konstantin Ananyev Acked-by: Chengwen Feng Acked-by: Kamalakshitha Aligeri And the test patch has: Signed-off-by: Kamalakshitha Aligeri Reviewed-by: Ruifeng Wang Reviewed-by: Feifei Wang Acked-by: Morten Br=F8rup >=20 >=20 > > From: Thomas Monjalon > > > 10/02/2023 08:33, Morten Br=F8rup: > > > > > From: Kamalakshitha Aligeri = [mailto:kamalakshitha.aligeri@arm.com] > > > > > Sent: Friday, 10 February 2023 07.54 > > > > > > > > > > Added mempool test cases with zero-copy get and put API's > > > > > > > > > > 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. > > > > > > The unit tests should be squashed in the mempool lib patch. > > > > > > Also I would to see a review from the mempool maintainers.