Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753926AbcD1VTb (ORCPT ); Thu, 28 Apr 2016 17:19:31 -0400 Received: from mx0a-00082601.pphosted.com ([67.231.145.42]:63333 "EHLO mx0a-00082601.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753746AbcD1VT2 (ORCPT ); Thu, 28 Apr 2016 17:19:28 -0400 Date: Thu, 28 Apr 2016 14:19:10 -0700 From: Shaohua Li To: Holger Kiehl CC: , linux-kernel , linux-raid , , , Ming Lei , Jens Axboe , Neil Brown Subject: Re: [PATCH] MD: make bio mergeable Message-ID: <20160428211908.GA3116523@devbig084.prn1.facebook.com> References: <384a0e0c7d6f2700aadbcbdef003cece88fa7dd7.1461626533.git.shli@fb.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-12-10) X-Originating-IP: [192.168.52.123] X-Proofpoint-Spam-Reason: safe X-FB-Internal: Safe X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2016-04-28_08:,, signatures=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 957 Lines: 25 On Thu, Apr 28, 2016 at 08:00:22PM +0000, Holger Kiehl wrote: > Hello, > > On Mon, 25 Apr 2016, Shaohua Li wrote: > > > blk_queue_split marks bio unmergeable, which makes sense for normal bio. > > But if dispatching the bio to underlayer disk, the blk_queue_split > > checks are invalid, hence it's possible the bio becomes mergeable. > > > > In the reported bug, this bug causes trim against raid0 performance slash > > https://bugzilla.kernel.org/show_bug.cgi?id=117051 > > > This patch makes a huge difference. On a system with two Samsung 850 Pro > in a MD Raid0 setup the time for fstrim went down from ~30min to 18sec! > > However, on another system with two Intel P3700 1.6TB NVMe PCIe SSD's > also setup as one big MD Raid0, the patch does not make any difference > at all. fstrim takes more then 4 hours! Does the raid0 cross two partitions or two SSD? can you post blktrace data in the bugzilloa, I'll track the bug there. Thanks, Shaohua