Received: by 2002:a25:6193:0:0:0:0:0 with SMTP id v141csp4411268ybb; Tue, 7 Apr 2020 07:03:42 -0700 (PDT) X-Google-Smtp-Source: APiQypK07QBikD0QBm9FsdKOoOe4CgrUQuUDvdxRyjwQ9KooT9c1jAo2PQyWazh5PyVXCdGIztZk X-Received: by 2002:aca:fd48:: with SMTP id b69mr1763659oii.126.1586268221912; Tue, 07 Apr 2020 07:03:41 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1586268221; cv=none; d=google.com; s=arc-20160816; b=QLirUNIQ8RxbzW8uGOKqdsnx7k3QMuoh7KcXstBbcFv3mYtwOpykzbVVXuODj/8k6j gKyA9nc6KMwMksePgnvmsVZy0WF0G5/+naaJE17FD34Xlyhfes8bRdp2ODHL1FCZ7sxZ DYSk5uwuZgmy2DJpRBJO5Z9W1UadaFxR/x4eAhpR1ebKV1e3Ai0w04JF2K81JmLO2Riz BK6lZOEDGuN12Kbq3nvs0Ln3Ch1VdhATIW26U/v8cNFOWJZH+CqvJRBAoHuiV4HvMc5f XI/QDGrebd65rSQdjo2JYVtQY3hbBlOpYGapYaNkDojsTJNDWWzuhx+FXM/Rnl8uFNoq GIDQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding :content-language:in-reply-to:mime-version:user-agent:date :message-id:from:references:cc:to:subject; bh=JkYr01gKQY/vZ0fbqcUAYutZRPp1eOiz3ywYtxy8eDU=; b=CX4Xd9N1KjggrTBT9f9xGFYM98EPRjiPoWrKNzosrOM9Aeu4CqAkBosVsW7UIf/IVe ju26FHrSpt7OIVXCb/YOUHFZroahCOTc1R8sVLr2Zbm/aTuzvEbGPgJpFlUtdsSfcqQX YYng5uTmCgKuWeQ3I15mWAkznqbTDZss8PtOwPIxh6YvUU/T7NMTaUwHKAA9baVht1x/ UiCidHHWh7qX9wP92JX17KyrQ/UPxOn/Zxuem8gUm6MUMnDtop6kPpdv3TYXMMnFv236 8OT9fM3/e+n3pTtKXZbUwAFD3Zcz5lr/ZU/F89I08P3z4nVfrrHZ1oH8U2E4y2yzz6BF J5bA== 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 c19si1284624otr.276.2020.04.07.07.03.07; Tue, 07 Apr 2020 07:03:41 -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 S1729010AbgDGOAR (ORCPT + 99 others); Tue, 7 Apr 2020 10:00:17 -0400 Received: from mx2.suse.de ([195.135.220.15]:40192 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728596AbgDGOAR (ORCPT ); Tue, 7 Apr 2020 10:00:17 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id E3B4AADCD; Tue, 7 Apr 2020 14:00:13 +0000 (UTC) Subject: Re: [PATCH RFC v2 02/24] scsi: allocate separate queue for reserved commands To: John Garry , Christoph Hellwig Cc: axboe@kernel.dk, jejb@linux.ibm.com, martin.petersen@oracle.com, ming.lei@redhat.com, bvanassche@acm.org, linux-block@vger.kernel.org, linux-kernel@vger.kernel.org, linux-scsi@vger.kernel.org, virtualization@lists.linux-foundation.org, esc.storagedev@microsemi.com, chenxiang66@hisilicon.com, Hannes Reinecke References: <1583857550-12049-1-git-send-email-john.garry@huawei.com> <1583857550-12049-3-git-send-email-john.garry@huawei.com> <20200310183243.GA14549@infradead.org> <79cf4341-f2a2-dcc9-be0d-2efc6e83028a@huawei.com> <20200311062228.GA13522@infradead.org> <9c6ced82-b3f1-9724-b85e-d58827f1a4a4@huawei.com> From: Hannes Reinecke Message-ID: <39bc2d82-2676-e329-5d32-8acb99b0a204@suse.de> Date: Tue, 7 Apr 2020 16:00:10 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.6.0 MIME-Version: 1.0 In-Reply-To: <9c6ced82-b3f1-9724-b85e-d58827f1a4a4@huawei.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 4/7/20 1:54 PM, John Garry wrote: > On 06/04/2020 10:05, Hannes Reinecke wrote: >> On 3/11/20 7:22 AM, Christoph Hellwig wrote: >>> On Tue, Mar 10, 2020 at 09:08:56PM +0000, John Garry wrote: >>>> On 10/03/2020 18:32, Christoph Hellwig wrote: >>>>> On Wed, Mar 11, 2020 at 12:25:28AM +0800, John Garry wrote: >>>>>> From: Hannes Reinecke >>>>>> >>>>>> Allocate a separate 'reserved_cmd_q' for sending reserved commands. >>>>> >>>>> Why?  Reserved command specifically are not in any way tied to queues. >>>>> . >>>>> >>>> >>>> So the v1 series used a combination of the sdev queue and the per-host >>>> reserved_cmd_q. Back then you questioned using the sdev queue for >>>> virtio >>>> scsi, and the unconfirmed conclusion was to use a common per-host q. >>>> This is >>>> the best link I can find now: >>>> >>>> https://www.mail-archive.com/linux-scsi@vger.kernel.org/msg83177.html >>> >>> That was just a question on why virtio uses the per-device tags, which >>> didn't look like it made any sense.  What I'm worried about here is >>> mixing up the concept of reserved tags in the tagset, and queues to use >>> them.  Note that we already have the scsi_get_host_dev to allocate >>> a scsi_device and thus a request_queue for the host itself.  That seems >>> like the better interface to use a tag for a host wide command vs >>> introducing a parallel path. >>> >> Thinking about it some more, I don't think that scsi_get_host_dev() is >> the best way of handling it. >> Problem is that it'll create a new scsi_device with , >> which will then show up via eg 'lsscsi'. > > are you sure? Doesn't this function just allocate the sdev, but do > nothing with it, like probing it? > > I bludgeoned it in here for PoC: > > https://github.com/hisilicon/kernel-dev/commit/ef0ae8540811e32776f64a5b42bd76cbed17ba47 > > > And then still: > > john@ubuntu:~$ lsscsi > [0:0:0:0] disk SEAGATE  ST2000NM0045  N004  /dev/sda > [0:0:1:0] disk SEAGATE  ST2000NM0045  N004  /dev/sdb > [0:0:2:0] disk ATASAMSUNG HM320JI  0_01  /dev/sdc > [0:0:3:0] disk SEAGATE  ST1000NM0023  0006  /dev/sdd > [0:0:4:0] enclosu HUAWEIExpander 12Gx16  128- > john@ubuntu:~$ > > Some proper plumbing would be needed, though. > >> This would be okay if 'this_id' would have been defined by the driver; >> sadly, most drivers which are affected here do set 'this_id' to -1. >> So we wouldn't have a nice target ID to allocate the device from, let >> alone the problem that we would have to emulate a complete scsi device >> with all required minimal command support etc. >> And I'm not quite sure how well that would play with the exising SCSI >> host template; the device we'll be allocating would have basically >> nothing in common with the 'normal' SCSI devices. >> >> What we could do, though, is to try it the other way round: >> Lift the request queue from scsi_get_host_dev() into the scsi host >> itself, so that scsi_get_host_dev() can use that queue, but we also >> would be able to use it without a SCSI device attached. > > wouldn't that limit 1x scsi device per host, not that I know if any more > would ever be required? But it does still seem better to use the request > queue in the scsi device. > My concern is this: struct scsi_device *scsi_get_host_dev(struct Scsi_Host *shost) { [ .. ] starget = scsi_alloc_target(&shost->shost_gendev, 0, shost->this_id); [ .. ] and we have typically: drivers/scsi/hisi_sas/hisi_sas_v3_hw.c: .this_id = -1, It's _very_ uncommon to have a negative number as the SCSI target device; in fact, it _is_ an unsigned int already. But alright, I'll give it a go; let's see what I'll end up with. Cheers, Hannes -- Dr. Hannes Reinecke Teamlead Storage & Networking hare@suse.de +49 911 74053 688 SUSE Software Solutions GmbH, Maxfeldstr. 5, 90409 Nürnberg HRB 36809 (AG Nürnberg), Geschäftsführer: Felix Imendörffer