Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp1888098imu; Fri, 23 Nov 2018 01:31:00 -0800 (PST) X-Google-Smtp-Source: AFSGD/URTGT1jRW31zzpjeaIyJOun3yHb0Xb3u4wxne4KZB1Fo5+LdhGBKzJ2XpYcDoqh81RKOmu X-Received: by 2002:a17:902:45:: with SMTP id 63mr14264387pla.272.1542965460305; Fri, 23 Nov 2018 01:31:00 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1542965460; cv=none; d=google.com; s=arc-20160816; b=iVD9/s6pjBe9feQmvoeng2KX3XbOT+ZY1Hv5zOps1v+xAGGfKYvQ7w8T4bjmnNmifI KIoNEmjNS4CPsvWICINX7qrDz6FKOVIN6Xg6dgTKzlRB++kQ0PwhUr2eSyEWtv6ML+Cg IyuifjTLjoZjX9cEEOR5cIvOK4WB7Avmeb7esLNMz+0ENf48sHb+Fem9HsDTlJOd+pa2 4oyfb7gtoDoQRZv8mHclLsUHoQF2/kU/AYwlfNy5dLrG6NWHa3X75j5Bitklt2C3JmAk 6KGnnOgBgc5dLhuW4Sfux0U4Jteml7bICHVoljB0cdAwSxcES2FtaBIcAyDNYzqtBIgB pwcA== 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=+IFJaD+JhJDbiqR1YVHRuMoJgTP9KE+ZplQCt0TDwXA=; b=xIzJRsnQZaOvGz17FMa0lzmCmlHKB5Y+O2p9yvX47I5Bc7idwoHCciX3ajFnipLtZd SYTda93Cs/suwkoomHNPEYTuRVcPz6WdD9YwEflG+5OAnCnJlk2Smu/pLTkdKv9GS+bN TYUjTpdqkz1ZbEbfD3eO7SFPKMKVE93SC4s73FhKsZAv0HCApk49aMD3hweeuyNWgv+h DCuUKyEgXhWUJN7eFH5K9yXYoFt8XdNEYE40lnpJ1YZdXYRpcIviOU6SyijnGEvDgaLP Gr7UXGsI9qyMkfT0xOQis3cv6mxPSNO7KdA7kqGQ3UOJHFTMv8geO+nrjEU7MEIk/31/ yw5w== 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 f16si17713948pgg.173.2018.11.23.01.30.45; Fri, 23 Nov 2018 01:31:00 -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 S2405351AbeKVVLf (ORCPT + 99 others); Thu, 22 Nov 2018 16:11:35 -0500 Received: from mx1.redhat.com ([209.132.183.28]:34264 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388243AbeKVVLf (ORCPT ); Thu, 22 Nov 2018 16:11:35 -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 B03862D2BEB; Thu, 22 Nov 2018 10:32:45 +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 26F795C25A; Thu, 22 Nov 2018 10:32:13 +0000 (UTC) Date: Thu, 22 Nov 2018 18:32:09 +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: <20181122103208.GD27273@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.16 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:32:46 +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. > > > 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? > > No, we can't just remove it. As explained in the patch there is one very > visible difference of setting the flag amd that is no segment will span a > page boundary, and at least the iSCSI code seems to rely on that. IMO, we should use queue_segment_boundary() to enhance the rule during splitting segment after multi-page bvec is enabled. Seems we miss the segment boundary limit in bvec_split_segs(). Thanks, Ming