Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp7708286ybi; Wed, 5 Jun 2019 23:43:48 -0700 (PDT) X-Google-Smtp-Source: APXvYqyDpZkg9Xw82vJT0nPqOITMjFLTxG73B+q6Jh8mGWgJ2YtUJEXszhPKPrXRcaXXArvJGzts X-Received: by 2002:a17:90a:650c:: with SMTP id i12mr50043233pjj.44.1559803428198; Wed, 05 Jun 2019 23:43:48 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1559803428; cv=none; d=google.com; s=arc-20160816; b=r547QJEFTm0191rBJ/zhycPfYTXH3b1FM7vhQmflqruH8VRR3OeA6Xx7TRA6PWCIv8 HVmcYPCw8spiImD2LKFUtfTJ312uzArvQHKIe8Tv+XWLQvN8GX/3C9I1YLcgsgX3yBy0 s3NNCmQ7xcDw98POJ2bXQOhRiKiwTq6rIfqznZmITtuiRtCJyFISNOaQmgxUhC+DiCcS yZWxNXxHHuxBO1xm7XZrAnkVUVWLE1+JtjYZX3TCWxBdZwn9cJdzNcbCgwYhJQF+JfjP GctfIU7bvDJ2iMJW3F9l3KdEvojGMsdxvkfZ1Qt1wvghXMTLdSv8h4zh+dQ/+Gsv44/Y inng== 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=fLKx5xm05HXnJsC2zkwjImk68YwQXBaSU4CPBlu3fH8=; b=AjaWbUXtmNLUlZ/1LyLpzvsr97+BmorPKV0hdGRTslYnzy6/KGYJxIx/05OjbscRnE /Z/ZFZyW2+Z2d1rW35yuHbmfM9KdKyhX41nRM7Xm44XIrYAJvvzYiplC2GH06HdC0OFp pDZhPGXkEhMQApQQIk65ZCyZo3902V3O1aw9bYd9yTYLwaJdR7qGXwRBzLrkfKuAbPCb i1J3//P3kwL8AuEcgSyP6zIYodKm1fWLC+HVTWEvwiPEVBBAX8+fqInzJVWebn8FhhIR sshrP2yot3kB6NGmHSRKSHElzERy6kmrbwC/Q8fbUqwhzGkleNYDrx7yun5NrP3gVv7w jyCQ== 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 Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id f12si1157192pgi.484.2019.06.05.23.43.31; Wed, 05 Jun 2019 23:43:48 -0700 (PDT) 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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726636AbfFFGmW (ORCPT + 99 others); Thu, 6 Jun 2019 02:42:22 -0400 Received: from verein.lst.de ([213.95.11.211]:47422 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725267AbfFFGmV (ORCPT ); Thu, 6 Jun 2019 02:42:21 -0400 Received: by newverein.lst.de (Postfix, from userid 2407) id 9AB2968B05; Thu, 6 Jun 2019 08:41:53 +0200 (CEST) Date: Thu, 6 Jun 2019 08:41:53 +0200 From: Christoph Hellwig To: Hannes Reinecke Cc: Christoph Hellwig , Jens Axboe , Sebastian Ott , Sagi Grimberg , Max Gurtovoy , Bart Van Assche , Ulf Hansson , Alan Stern , Oliver Neukum , linux-block@vger.kernel.org, linux-rdma@vger.kernel.org, linux-mmc@vger.kernel.org, linux-nvme@lists.infradead.org, linux-scsi@vger.kernel.org, megaraidlinux.pdl@broadcom.com, MPT-FusionLinux.pdl@broadcom.com, linux-hyperv@vger.kernel.org, linux-usb@vger.kernel.org, usb-storage@lists.one-eyed-alien.net, linux-kernel@vger.kernel.org Subject: Re: [PATCH 10/13] megaraid_sas: set virt_boundary_mask in the scsi host Message-ID: <20190606064153.GD27033@lst.de> References: <20190605190836.32354-1-hch@lst.de> <20190605190836.32354-11-hch@lst.de> <345c3931-0940-7d59-ebc6-fa1ea56c60ac@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <345c3931-0940-7d59-ebc6-fa1ea56c60ac@suse.de> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jun 06, 2019 at 08:02:07AM +0200, Hannes Reinecke wrote: > > scsi_change_queue_depth(sdev, device_qd); > > > What happened to the NOMERGES queue flag? Quote from the patch description: "Also remove the bogus nomerges flag, merges do take the virt_boundary into account."