From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.3 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 67A3CC41604 for ; Tue, 6 Oct 2020 14:42:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0DF28207EA for ; Tue, 6 Oct 2020 14:42:18 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=kernel-dk.20150623.gappssmtp.com header.i=@kernel-dk.20150623.gappssmtp.com header.b="CDQuvq6Z" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726317AbgJFOmO (ORCPT ); Tue, 6 Oct 2020 10:42:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37572 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725906AbgJFOmO (ORCPT ); Tue, 6 Oct 2020 10:42:14 -0400 Received: from mail-io1-xd43.google.com (mail-io1-xd43.google.com [IPv6:2607:f8b0:4864:20::d43]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A8C1EC061755 for ; Tue, 6 Oct 2020 07:42:12 -0700 (PDT) Received: by mail-io1-xd43.google.com with SMTP id m17so13284508ioo.1 for ; Tue, 06 Oct 2020 07:42:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel-dk.20150623.gappssmtp.com; s=20150623; h=subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-language:content-transfer-encoding; bh=TVrG2g5CA3v0WpY4dsyKm3KYbRe2QU+7tte2z1GpqVE=; b=CDQuvq6Zm7HmhGmszFV40ZODkHSUiwbWqGs5Q8SBblBjcmh8ukb1A25SCX4EfqkwOI vsacAjq5v7cw5FBidGNgQmKIC4D1Sb5xA6Nefc5sbiEUsUY/T3pM3lDhz/7kq005kVzj STGsauohd6hmNFP8MuuhWJ64+0944m2Gvbul1/ZrdrwVQKEuhP5tKffwAfiUINLBMlIz 11H0oVMnBGshPOY1Q+ykNNfPRYnPmWX/eycxxLQJ0M+IZXiL29AXsBlKip3XlcKxmUzc PGMEyUilRsqmsrMhfbMcANW2iD7T6ResPlH2tlyp/CLcf/+bbPmhgAzSxMeKU9P5edTL p+Wg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=TVrG2g5CA3v0WpY4dsyKm3KYbRe2QU+7tte2z1GpqVE=; b=jYH63ZU7hxqC6xnFxy2yY2+n9P2XqV56rMy8pmSlf/Tm0yRZdKKng2ZNSxDOH84nVC dk5tqPMPjBqwGfmDFE8j0SMuqpTEaLzSVkk93fWLIIaYsAK5JDGc7vonsSbPRALwZkca w6xtQJ6v/5ViS69wE+kskO7dkFVU1/Psjiwu4kATOyVGsoPkOxxdvVkOVRf0LHonyNcN laBQgaU5wVHgI4+l7zjZTr86gu4qjV9E66BnV1dhZ0dpcstFC8UrNcvwqOtKgR2eiEpc 0kGrVXZkIsA8CCZ9tr2lCrC51zcB/d5r8eW/jcyug0YuKlfyGnniGcJgftNja3yKpbjF ndKQ== X-Gm-Message-State: AOAM530yojeYAH1wTQU3CCZiH5JnMOGODDJt3nPPnfVG/qvMEGjdrZ1+ ZDJKcME3VXj8N4xwNISGY82YLA== X-Google-Smtp-Source: ABdhPJygjfZEJbKl3yJKrQNm00LhEAizY1XQP/gmUV6L7/qiZaWBMLKe0GzKfvBexxs0ApHtu9KbUQ== X-Received: by 2002:a5e:c70a:: with SMTP id f10mr1368119iop.178.1601995331737; Tue, 06 Oct 2020 07:42:11 -0700 (PDT) Received: from [192.168.1.30] ([65.144.74.34]) by smtp.gmail.com with ESMTPSA id r19sm1547786ioc.15.2020.10.06.07.42.09 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 06 Oct 2020 07:42:11 -0700 (PDT) Subject: Re: [PATCH v8 00/18] blk-mq/scsi: Provide hostwide shared tags for SCSI HBAs To: John Garry , Kashyap Desai , "Martin K. Petersen" Cc: jejb@linux.ibm.com, don.brace@microsemi.com, ming.lei@redhat.com, bvanassche@acm.org, dgilbert@interlog.com, paolo.valente@linaro.org, hare@suse.de, hch@lst.de, Sumit Saxena , linux-block@vger.kernel.org, linux-kernel@vger.kernel.org, linux-scsi@vger.kernel.org, esc.storagedev@microsemi.com, "PDL,MEGARAIDLINUX" , chenxiang66@hisilicon.com, luojiaxing@huawei.com References: <1597850436-116171-1-git-send-email-john.garry@huawei.com> <379ef8a4-5042-926a-b8a0-2d0a684a0e01@huawei.com> <32def143-911f-e497-662e-a2a41572fe4f@huawei.com> <32574da3d8de863ff38347ef6ead9b35@mail.gmail.com> <1a7f30f3-d0bf-3703-2004-fba70cbe8212@huawei.com> From: Jens Axboe Message-ID: <31d84036-ce21-e1e7-35d3-5a629288c182@kernel.dk> Date: Tue, 6 Oct 2020 08:42:09 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <1a7f30f3-d0bf-3703-2004-fba70cbe8212@huawei.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-scsi@vger.kernel.org On 10/6/20 8:24 AM, John Garry wrote: > On 28/09/2020 17:11, Kashyap Desai wrote: >>> >>> John, >>> >>>> Have you had a chance to check these outstanding SCSI patches? >>>> >>>> scsi: megaraid_sas: Added support for shared host tagset for >> cpuhotplug >>>> scsi: scsi_debug: Support host tagset >>>> scsi: hisi_sas: Switch v3 hw to MQ >>>> scsi: core: Show nr_hw_queues in sysfs >>>> scsi: Add host and host template flag 'host_tagset' >>> >>> These look good to me. >>> >>> Jens, feel free to merge. >> >> Hi Jens, Gentle ping. I am not able to find commits for above listed scsi >> patches. I want to use your repo which has above mentioned patch for >> patch submission. Martin has Acked the scsi >> patches. >> >>> >>> Acked-by: Martin K. Petersen >>> >>> -- >>> Martin K. Petersen Oracle Linux Engineering > > > Hi Jens, > > Could you kindly pick up the following patches, to go along with the > blk-mq changes: > > scsi: megaraid_sas: Added support for shared host tagset for > cpuhotplug > scsi: scsi_debug: Support host tagset > scsi: hisi_sas: Switch v3 hw to MQ > scsi: core: Show nr_hw_queues in sysfs > scsi: Add host and host template flag 'host_tagset' Sorry about the delay, picked up these 5 patches. -- Jens Axboe