From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) by mail19.linbit.com (LINBIT Mail Daemon) with ESMTP id 87E7E420216 for ; Wed, 26 Jun 2024 05:39:57 +0200 (CEST) Date: Tue, 25 Jun 2024 20:39:50 -0700 From: Christoph Hellwig To: Oliver Sang Subject: Re: [axboe-block:for-next] [block] 1122c0c1cc: aim7.jobs-per-min 22.6% improvement Message-ID: References: <202406250948.e0044f1d-oliver.sang@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Cc: nvdimm@lists.linux.dev, Ulf Hansson , feng.tang@intel.com, linux-nvme@lists.infradead.org, linux-mtd@lists.infradead.org, Christoph Hellwig , drbd-dev@lists.linbit.com, lkp@intel.com, linux-scsi@vger.kernel.org, Christoph Hellwig , ying.huang@intel.com, xen-devel@lists.xenproject.org, dm-devel@lists.linux.dev, linux-um@lists.infradead.org, virtualization@lists.linux.dev, nbd@other.debian.org, linux-block@vger.kernel.org, linux-bcache@vger.kernel.org, Damien Le Moal , Hannes Reinecke , Jens Axboe , linux-raid@vger.kernel.org, linux-mmc@vger.kernel.org, fengwei.yin@intel.com, oe-lkp@lists.linux.dev, linuxppc-dev@lists.ozlabs.org List-Id: "*Coordination* of development, patches, contributions -- *Questions* \(even to developers\) go to drbd-user, please." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, Jun 26, 2024 at 10:10:49AM +0800, Oliver Sang wrote: > I'm not sure I understand this test request. as in title, we see a good > improvement of aim7 for 1122c0c1cc, and we didn't observe other issues for > this commit. The improvement suggests we are not sending cache flushes when we should send them, or at least just handle them in md. > do you mean this improvement is not expected or exposes some problems instead? > then by below patch, should the performance back to the level of parent of > 1122c0c1cc? > > sure! it's our great pleasure to test your patches. I noticed there are > [1] > https://lore.kernel.org/all/20240625110603.50885-2-hch@lst.de/ > which includes "[PATCH 1/7] md: set md-specific flags for all queue limits" > [2] > https://lore.kernel.org/all/20240625145955.115252-2-hch@lst.de/ > which includes "[PATCH 1/8] md: set md-specific flags for all queue limits" > > which one you suggest us to test? > do we only need to apply the first patch "md: set md-specific flags for all queue limits" > upon 1122c0c1cc? > then is the expectation the performance back to parent of 1122c0c1cc? Either just the patch in reply or the entire [2] series would be fine. Thanks!