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 E3CE335CBCB for ; Tue, 27 Jan 2026 15:16: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=1769526975; cv=none; b=GjW4Vw/bzZeelH0J3ZS4BbLpwHg9UQ3xHpKGCKBbOsa9F87uOw5eCX6TsLrPDFll+QzKyhnlHwAPrV3vKwIQtlUUdF+ODfUxtqdB0StsizWauHSmvGUVuP2FHMY0gCH+x9ymVRcodcNa6Z2hYjuC871Iecmr7fJ/on4gcREwwgw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769526975; c=relaxed/simple; bh=pmEU1/GjeEWtU5JBXeKFHL6rzRm4Dv+qk3Ok9xl6wR4=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=mGBPzxlk+L2iHelif/LyBWxVGTVp0bpkgI+IlufhBeK8vxX840NTf05KVnUxe8oFGqGpLo3nwZsYpDXRoCsNmZftH3dq4HrZ/ltXihmZpkC1Nqrdo6lYoa0lX+OWsWmIMX+mILb6Oejsw7jKNFooz6El/MF5t5alkKBh2a+aZAI= 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 3EEDB227AAA; Tue, 27 Jan 2026 16:16:10 +0100 (CET) Date: Tue, 27 Jan 2026 16:16:09 +0100 From: Christoph Hellwig To: Anuj gupta Cc: Christoph Hellwig , Jens Axboe , Christian Brauner , "Darrick J. Wong" , Carlos Maiolino , "Martin K. Petersen" , Anuj Gupta , Kanchan Joshi , linux-block@vger.kernel.org, nvdimm@lists.linux.dev, linux-fsdevel@vger.kernel.org, linux-xfs@vger.kernel.org Subject: Re: support file system generated / verified integrity information Message-ID: <20260127151609.GA1883@lst.de> References: <20260121064339.206019-1-hch@lst.de> Precedence: bulk X-Mailing-List: nvdimm@lists.linux.dev 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, Jan 27, 2026 at 08:24:28PM +0530, Anuj gupta wrote: > Hi Christoph, > > Here are the QD1 latency numbers (in usec) Thanks a lot! Adding in the baseline numbers, as I wanted to compare those: > Intel Optane: > > Sequential read > | size | baseline | xfs-bounce | xfs-pi | > +------+----------+-----------+-----------+ > | 4k | 7.18 | 13.62 | 7.20 | > | 64K | 36.40 | 99.66 | 34.16 | > | 1M | 206.38 | 258.88 | 306.23 | > +------+----------+------------+----------+ So for 4k and 64k reads we basically get back to the baseline. The 1M numbers are puzzling, though. I wonder if we need to add WQ_CPU_INTENSIVE or do some other tweaks to the XFS I/O completion workqueue so that we don't overload the scheduler.