Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp1971924imu; Fri, 23 Nov 2018 02:57:58 -0800 (PST) X-Google-Smtp-Source: AFSGD/XTAWjok86SJ6F6XjO7tKdmhzBK7B2TsRWAM1oK2NHI+LNFvt+Q39ZEvihLlmkl5t5Hyf3F X-Received: by 2002:a63:441e:: with SMTP id r30mr13791552pga.128.1542970678419; Fri, 23 Nov 2018 02:57:58 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1542970678; cv=none; d=google.com; s=arc-20160816; b=0wLsHe1PgSPIrw04wk0ylecUzZzgyxIihU24vbeorrl1Vvz3umvRhreBdWP0hsC5Gp SGAS6cGQQy6AsW/uEU2TplRHxtcz0W08qajEx7t+QeqNsPrDzND00vQp3/R2WdKymNa+ 7HCRNnjSOO72UIH36LkKkbKBFr/Rqf322szyGAZ7itcaPCxRuXu1OFvCR1H7YLjqfFtF Py6VEOQLzCrIkI6o2GOfkClLpLlOwGbTzxpJsgBTDHL3+g9SihmnwE7qojaXTM5LJNE9 5+F1o9h68yjxllGYeZoWxVCsPhPaXvCBE2+5kRmP3iidtkNzPTrhJwCvjCu7f4uA5DJh DZng== 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=FH5tMdoGaUYq0OwRWnvQbe20lqSnhec1+WfvStG6wiU=; b=EN6DIrxMNDTRE7QX9Pu3Jzj/4lNvu/7hXJAAK62uj5nwZft9g3PRUYpqAtq06Grnpo 01TF43Wkt5n52dhK906KN8xvc2lqLhfE/yk0vUao47QOaB0Os0ShFqbx8xwC0wa20Ny0 CU9Fg1Z822Pu+eeqmwLn04VOOwjbr1P7cUBntsZjBVqNwaP/hxUAsbw0Upn+6ouaeGWV hg+Hj8hiZnHF8XW8pIVbbHVdOViKXnXYdSU0BqOvubQCjPXKLi7o9ZuqqsMxhZMphEl9 P22FceQy40ts4TUhF7MLfyRD5QnhuZnlSljlv8OQLNzm9UI/sGaFGeQLpa0EqKFn0L14 xzAw== 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 n78si36977922pfi.235.2018.11.23.02.57.42; Fri, 23 Nov 2018 02:57:58 -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 S2390643AbeKVVFa (ORCPT + 99 others); Thu, 22 Nov 2018 16:05:30 -0500 Received: from mx1.redhat.com ([209.132.183.28]:59852 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731891AbeKVVFa (ORCPT ); Thu, 22 Nov 2018 16:05:30 -0500 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 5E2FD58E27; Thu, 22 Nov 2018 10:26:41 +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 EDAE45D772; Thu, 22 Nov 2018 10:26:21 +0000 (UTC) Date: Thu, 22 Nov 2018 18:26:17 +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: <20181122102616.GC27273@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> <20181122093259.GA27007@ming.t460p> <20181122100427.GA28871@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181122100427.GA28871@lst.de> User-Agent: Mutt/1.9.1 (2017-09-22) X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.39]); Thu, 22 Nov 2018 10:26:41 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Nov 22, 2018 at 11:04:28AM +0100, Christoph Hellwig wrote: > On Thu, Nov 22, 2018 at 05:33:00PM +0800, Ming Lei wrote: > > 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. > > The combination of the virt boundary of PAGE_SIZE - 1 and a > max_segment_size of PAGE_SIZE will only split if the to me merged > segment is in a different page than the previous one, which is exactly > what we need here. Multiple small bvec inside the same page (e.g. > 512 byte buffer_heads) will still be merged. Suppose one bio includes (pg0, 0, 512) and (pg1, 512, 512): The split is introduced by the following code in blk_bio_segment_split(): if (bvprvp && bvec_gap_to_prev(q, bvprvp, bv.bv_offset)) goto split; Without this patch, for non-cluster, the two bvecs are just in different segment, but still handled by one same bio. Now you convert into two bios. Thanks, Ming