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 0D0ECA0542; Wed, 26 Oct 2022 16:26:42 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BF31C400D5; Wed, 26 Oct 2022 16:26:41 +0200 (CEST) Received: from smartserver.smartsharesystems.com (smartserver.smartsharesystems.com [77.243.40.215]) by mails.dpdk.org (Postfix) with ESMTP id 12B6540041 for ; Wed, 26 Oct 2022 16:26:40 +0200 (CEST) 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 v6 0/4] mempool: fix mempool cache flushing algorithm Date: Wed, 26 Oct 2022 16:26:35 +0200 Message-ID: <98CBD80474FA8B44BF855DF32C47DC35D8744E@smartserver.smartshare.dk> In-Reply-To: <8171978.NyiUUSuA9g@thomas> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [PATCH v6 0/4] mempool: fix mempool cache flushing algorithm Thread-Index: AdjpRIjYaFKA/iL4RdW7ZGE1uOGntAAAUfRw References: <98CBD80474FA8B44BF855DF32C47DC35D86DB2@smartserver.smartshare.dk> <20221009133737.795377-1-andrew.rybchenko@oktetlabs.ru> <2195692.Dhsi8hcfAM@thomas> <8171978.NyiUUSuA9g@thomas> From: =?iso-8859-1?Q?Morten_Br=F8rup?= To: "Thomas Monjalon" , "Andrew Rybchenko" , "Olivier Matz" Cc: , , "Bruce Richardson" , "Jerin Jacob" 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, 26 October 2022 16.09 >=20 > 10/10/2022 17:21, Thomas Monjalon: > > > Andrew Rybchenko (3): > > > mempool: check driver enqueue result in one place > > > mempool: avoid usage of term ring on put > > > mempool: flush cache completely on overflow > > > > > > Morten Br=F8rup (1): > > > mempool: fix cache flushing algorithm > > > > Applied only first 2 "cosmetic" patches as discussed with Andrew. > > The goal is to make some performance tests > > before merging the rest of the series. >=20 > The last 2 patches are now merged in 22.11-rc2 Thank you. >=20 > There were some comments about improving alignment on cache. > Is it something we want in this release? I think so, yes. Jerin also agreed that it was a good idea. I will send a patch in a few minutes. -Morten