Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751398AbbEYNv1 (ORCPT ); Mon, 25 May 2015 09:51:27 -0400 Received: from verein.lst.de ([213.95.11.211]:43357 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751026AbbEYNvX (ORCPT ); Mon, 25 May 2015 09:51:23 -0400 Date: Mon, 25 May 2015 15:51:21 +0200 From: Christoph Hellwig To: Ming Lin Cc: Christoph Hellwig , lkml , Kent Overstreet , Jens Axboe , Dongsu Park Subject: Re: [PATCH v4 00/11] simplify block layer based on immutable biovecs Message-ID: <20150525135121.GB25855@lst.de> References: <1432318723-18829-1-git-send-email-mlin@kernel.org> <20150523141522.GA19470@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1068 Lines: 24 On Sun, May 24, 2015 at 12:37:32AM -0700, Ming Lin wrote: > > Except for that these changes looks good, and the previous version > > passed my tests fine, so with some benchmarks you'ĺl have my ACK. > > I'll test it on a 2 sockets server with 10 NVMe drives on Monday. > I'm going to run fio tests: > 1. raw NVMe drives direct IO read/write > 2. ext4 read/write > > Let me know if you have other tests that I can run. That sounds like a good start, but the most important tests would be those that will cause a lot of splits with the new code. E.g. some old ATA devices using the piix driver, some crappy USB device that just allows 64 sector transfers. Or maybe it's better to just simulate the case by dropping max_sectors to ease some pain :) The other cases is DM/MD ѕtripes or RAID5/6 with small stripe sizes. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/