From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 7D445331209 for ; Tue, 28 Jul 2026 04:44:13 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=213.95.11.211 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785213854; cv=none; b=XoEskbzAMG3iLioDChnla0bwgZmSJp85xj6uXOt6DDzPMqd5LS7zgBXOXtN5oudIFPGiHOrd4dptA81w6j/IZx8WOuTKCkK2zGSeBMOBmVdbqEOmuueCaXr9WaBkMuHQhWBHxgnyDlPfMCVXG3O4NW/g+1W2tAb3pS+bXPz0lVc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785213854; c=relaxed/simple; bh=UdqXTVXijU8IzjBpACChOfaysTRQ+nwahNmpC33vorA=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=HTD7SVFXN/0Cr0BHLr9VZIAGtTWn1ut3kccgMi4ZfHB52kQAW/2jt/bXX4C8gFaSXlIsnqDAECoUvfYdBl0Z4Dbq8OgxQBnKXW1y9hKAt84rvufe4w5jEfUFc2M9BwA7OKx7545BmpErbbUI0BnbtsdTtxlF1wayENOIeYNk5Ck= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lst.de; spf=pass smtp.mailfrom=lst.de; arc=none smtp.client-ip=213.95.11.211 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lst.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lst.de Received: by verein.lst.de (Postfix, from userid 2407) id 37C5968AFE; Tue, 28 Jul 2026 06:44:09 +0200 (CEST) Date: Tue, 28 Jul 2026 06:44:09 +0200 From: Christoph Hellwig To: changfengnan Cc: linux-nvme@lists.infradead.org, Keith Busch , Jens Axboe , Christoph Hellwig , Sagi Grimberg , Bart Van Assche , Andy Shevchenko , Thomas Gleixner , Jun Zeng , Gang Cao , Jun I Jin , Liang A Fang , Yong Hu , linux-kernel@vger.kernel.org, Guzebing Subject: Re: [RFC PATCH] nvme-pci: adaptively poll completions on busy queues Message-ID: <20260728044409.GA20140@lst.de> References: <20260723120556.58670-1-changfengnan@bytedance.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) On Tue, Jul 28, 2026 at 10:24:52AM +0800, changfengnan wrote: > The patch showed 50 confirmed throughput improvements, with a median gain of 25.2% > and a maximum gain of 63.0%. Only five cases showed confirmed regressions; Can you drill down into the regression and figure out why they happen and if we can mitigate them? It would be nice if we could find a way to avoid major regressions and enable the adaptive mode by default.