Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp1799630imu; Thu, 22 Nov 2018 23:58:27 -0800 (PST) X-Google-Smtp-Source: AJdET5cIPB2SagPxfJONtK8PduKghJMfa1kO12AMnIz3/QCtRWjdvJA8bXc77e9PQD7ovmOBmZsW X-Received: by 2002:a62:2292:: with SMTP id p18mr15266888pfj.9.1542959907267; Thu, 22 Nov 2018 23:58:27 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1542959907; cv=none; d=google.com; s=arc-20160816; b=HpC7hB7QqLqggski29v+ckhI0+BCAJ4KFlRdmpZV48DmMLdD/Wb/ph9h4yiqSbmdJW RTzujwNgrukw2hlM9BMiXI/UrAbR1+KfUHw2xlOkH8BVdIRxpIxHgJfDAkbSXos4hG8+ Vn7NP3vfJsswtReQwLj01t0FKGFMD6aXoxRjb9sdzhHIgEAJUbunY/9oVZDOH5ISqrpA zk6g969Kn6r/V9y2PqSd0QJKz8eOLsOwoCbGAPQ30upKFH8yWx43O4417UJZolMdy0IJ 7Q4EBWD+BkgV51wAu7e6ATtA9dkj6Wgd97ANsmUeP377ro8B/ar9ihmu7czpQSqh6QE8 pe0Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=SlnVTRpUzi+j0U3gddjfuTKLLyKQiGjH/laJRe87QQM=; b=cyTh+o6l+J6hiKvXCEi0ivyqGOJs60gnT6hqnmVmctcxhBMbQbY9+4DlKIIAu+FH/U R2XZwg64m3Dz+ZBVVzvqWJ1nYPEhoyJNX8++I7x09xst0qzrNl6cjrw6UcfsW16fFYVe Y8uhUu7ly7hat2RUos+anqyIWVpIubSOTvUZsfrfEHl7ZMwpWlERhlB4gkqQx41htuzP wIEv1xwwp2DuyH4syvyCuvXCouQZyNtcziqbGUGja/dKIJLO6pR7TejSiaQ+DQ128tU3 JENSJdvZKPLvodEy/WNSK+Y/s7ayaZL63WOU7dczg1rvW98+fAIhAcIzS+nVV+s99Eco 6hdQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=redhat.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 38si12984939pln.313.2018.11.22.23.58.12; Thu, 22 Nov 2018 23:58:27 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=redhat.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2393515AbeKVUMR (ORCPT + 99 others); Thu, 22 Nov 2018 15:12:17 -0500 Received: from mx1.redhat.com ([209.132.183.28]:49112 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387669AbeKVUMQ (ORCPT ); Thu, 22 Nov 2018 15:12:16 -0500 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 1E7402D7F3; Thu, 22 Nov 2018 09:33:36 +0000 (UTC) Received: from ming.t460p (ovpn-8-23.pek2.redhat.com [10.72.8.23]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 951B3171F6; Thu, 22 Nov 2018 09:33:04 +0000 (UTC) Date: Thu, 22 Nov 2018 17:33:00 +0800 From: Ming Lei To: Christoph Hellwig Cc: Jens Axboe , linux-block@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org, Theodore Ts'o , Omar Sandoval , Sagi Grimberg , Dave Chinner , Kent Overstreet , Mike Snitzer , dm-devel@redhat.com, Alexander Viro , linux-fsdevel@vger.kernel.org, Shaohua Li , linux-raid@vger.kernel.org, David Sterba , linux-btrfs@vger.kernel.org, "Darrick J . Wong" , linux-xfs@vger.kernel.org, Gao Xiang , linux-ext4@vger.kernel.org, Coly Li , linux-bcache@vger.kernel.org, Boaz Harrosh , Bob Peterson , cluster-devel@redhat.com Subject: Re: [PATCH V11 14/19] block: handle non-cluster bio out of blk_bio_segment_split Message-ID: <20181122093259.GA27007@ming.t460p> References: <20181121032327.8434-1-ming.lei@redhat.com> <20181121032327.8434-15-ming.lei@redhat.com> <20181121143355.GB2594@lst.de> <20181121153726.GC19111@ming.t460p> <20181121174621.GA6961@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181121174621.GA6961@lst.de> User-Agent: Mutt/1.9.1 (2017-09-22) X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.30]); Thu, 22 Nov 2018 09:33:36 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Nov 21, 2018 at 06:46:21PM +0100, Christoph Hellwig wrote: > Actually.. > > I think we can kill this code entirely. If we look at what the > clustering setting is really about it is to avoid ever merging a > segement that spans a page boundary. And we should be able to do > that with something like this before your series: > > --- > From 0d46fa76c376493a74ea0dbe77305bd5fa2cf011 Mon Sep 17 00:00:00 2001 > From: Christoph Hellwig > Date: Wed, 21 Nov 2018 18:39:47 +0100 > Subject: block: remove the "cluster" flag > > The cluster flag implements some very old SCSI behavior. As far as I > can tell the original intent was to enable or disable any kind of > segment merging. But the actually visible effect to the LLDD is that > it limits each segments to be inside a single page, which we can > also affect by setting the maximum segment size and the virt > boundary. This approach is pretty good given we can do post-split during mapping sg. However, using virt boundary limit on non-cluster seems over-kill, because the bio will be over-split(each small bvec may be split as one bio) if it includes lots of small segment. What we want to do is just to avoid to merge bvecs to segment, which should have been done by NO_SG_MERGE simply. However, after multi-page is enabled, two adjacent bvecs won't be merged any more, I just forget to remove the bvec merge code in V11. So seems we can simply avoid to use virt boundary limit for non-cluster after multipage bvec is enabled? thanks, Ming